Color: #876A50
#876A50 Color Information
#876A50 is a dark color. The closest websafe version is #876A50. A complement of this color would be #4F6D87, perceived brightness is 0.44, and the grayscale version is #6C6C6C.
In the HSL color space, this color has a hue angle of 28°,a saturation of 26%, and a lightness of 42%.The HSV representation shows a hue of 28°, a saturation of 100%, and a value of 100%.
In a RGB color space, #876A50 is composed of 53% red, 42% green and 31% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 21% magenta, 41% yellow and 47% black.
In the Yxy color space, this color is represented as Y: 16.21, x: 0.4216, and y: 0.3959.
Color Code #876A50
Shades of Color #876A50
Shades are created by darkening the original color #876A50 in equal steps from 0% to 90%. These shades are perfect for creating depth and contrast in your designs. Use them to add visual hierarchy or highlight specific elements in your projects.
Tints of Color #876A50
Tints are created by lightening the original color #876A50 in equal steps from 0% to 90%, ending with pure white. These tints are ideal for creating soft backgrounds, subtle highlights, or cohesive UI elements that complement your designs.
About #876A50 Color Code
In the HSL color space, this color has a hue angle of 28°, a saturation of 26%, and a lightness of 42%. The HSV representation shows a hue of 28°, a saturation of 41%, and a value of 53%.
- HEX: #876A50
- RGB: rgb(135, 106, 80)
- HSL: hsl(28, 26%, 42%)
- HSV: hsv(28, 41%, 53%)
- CMYK: 0.00% cyan, 21.00% magenta, 41.00% yellow, 47.00% black
- XYZ: 17.26, 16.21, 7.47
- Yxy: 16.21, 0.4216, 0.3959
- Hunter Lab: 47.25, 9.18, 19.26
- CIE-Lab: 47.25, 9.18, 19.26
In the XYZ color space, this color is represented as X: 17.26, Y: 16.21, Z: 7.47. The Yxy representation further refines this as Y: 16.21, x: 0.4216, and y: 0.3959.
In the Hunter Lab color space, this color is represented as L: 47.25, a: 9.18, and b: 19.26. Similarly, in the CIE-Lab color space, it is represented as L: 47.25, a: 9.18, and b: 19.26.
Use these color codes in your CSS, design tools, or anywhere you need to specify a color. You can also explore its shades and tints for more creative options.
Triadic Colors of #876A50
Triadic colors are three colors evenly spaced around the color wheel, including #876A50. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Monochromatic Colors of #876A50
Monochromatic colors are variations of #876A50, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #876A50
The complementary color of #876A50 is opposite it on the color wheel. Complementary colors provide strong contrast and are ideal for designs that need visual impact and attention.
CSS Examples of #876A50
/* Using HEX */ body { background-color: #876a50; }
/* Using RGB */ body { background-color: rgb(135, 106, 80); }
/* Using RGB with opacity */ body { background-color: rgba(135, 106, 80, 0.5); }
/* Using HSL */ body { background-color: hsl(28, 26%, 42%); }
/* Text color */ p { color: #876a50; }
/* Box shadow */ div { box-shadow: 4px 4px #876a50; }
HTML Examples of #876A50
<!-- Using HEX --> <div style="background-color: #876a50; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(135, 106, 80); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(135, 106, 80, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(28, 26%, 42%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #876a50;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #876a50; width: 100px; height: 100px;"></div>
Related Colors of #876A50
These colors are similar to #876A50, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.