Shades of Shadow #876B4A
Tints of Shadow #876B4A
RGB
CMYK
RGB Variations
Color information
#876B4A (or 0x876B4A) is known color: Shadow. HEX triplet: 87, 6B and 4A. RGB value is (135,107,74). Sum of RGB (Red+Green+Blue) = 135+107+74=316 (41% of max value = 765). Red value is 135 (53.12% from 255 or 42.72% from 316); Green value is 107 (42.19% from 255 or 33.86% from 316); Blue value is 74 (29.30% from 255 or 23.42% from 316); Max value from RGB is 135 - color contains mainly: red. Hex color #876B4A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #876B4A is #7894B5. Grayscale: #6F6F6F. Windows color (decimal): -7902390 or 4877191. OLE color: 4877191.
HSL color Cylindrical-coordinate representation of color #876B4A: hue angle of 32.46º degrees, saturation: 0.29, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #876B4A is Cyan = 0, Magento = 0.21, Yellow = 0.45 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 107 | 74 | - |
| CMYK | 0 | 0.21 | 0.45 | 0.47 |
| HSL | 32.46º | 0.29% | 0.41% | - |
| HSV(B) | 32.46º | 0.45% | 0.53% | - |
| XYZ | 16.49 | 16.16 | 8.73 | - |
| YUV | 111.61 | 106.78 | 144.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 107 | 74 | 0 | 0.21 | 0.45 | 0.47 | 32.46 | 0.29 | 0.41 |
| Hex | 87 | 6B | 4A | 0 | 15 | 2D | 2F | 20 | 1D | 29 |
| Octal | 207 | 153 | 112 | 0 | 25 | 55 | 57 | 40 | 35 | 51 |
| Binary | 10000111 | 1101011 | 1001010 | 0 | 10101 | 101101 | 101111 | 100000 | 11101 | 101001 |
Color Harmonies of #876B4A
Complementary color
Monochromatic Colors of #876B4A
Black with #876B4A
Text Example
Text Example
White with #876B4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #876B4A; }
p { color: rgb(135,107,74); }
H1.HeaderClassName
{
color: #876B4A;
}
.AnyTagClassName
{
color: #876B4A;
}
</style>
background-color css
<style>
a { background-color: #876B4A; }
a { background-color: rgb(135,107,74); }
div.DivClassName
{
background-color: #876B4A;
}
.BgClassName
{
background-color: #876B4A;
}
</style>
border-color css
<style>
span { border-color: #876B4A; }
span { border-color: rgb(135,107,74); }
td.TdClassName
{
border-color: #876B4A;
}
.TagClassName
{
border-color: #876B4A;
}
</style>