Shades of Shadow #876D4C
Tints of Shadow #876D4C
RGB
CMYK
RGB Variations
Color information
#876D4C (or 0x876D4C) is known color: Shadow. HEX triplet: 87, 6D and 4C. RGB value is (135,109,76). Sum of RGB (Red+Green+Blue) = 135+109+76=320 (42% of max value = 765). Red value is 135 (53.12% from 255 or 42.19% from 320); Green value is 109 (42.97% from 255 or 34.06% from 320); Blue value is 76 (30.08% from 255 or 23.75% from 320); Max value from RGB is 135 - color contains mainly: red. Hex color #876D4C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #876D4C is #7892B3. Grayscale: #717171. Windows color (decimal): -7901876 or 5008775. OLE color: 5008775.
HSL color Cylindrical-coordinate representation of color #876D4C: hue angle of 33.56º degrees, saturation: 0.28, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #876D4C is Cyan = 0, Magento = 0.19, Yellow = 0.44 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 109 | 76 | - |
| CMYK | 0 | 0.19 | 0.44 | 0.47 |
| HSL | 33.56º | 0.28% | 0.41% | - |
| HSV(B) | 33.56º | 0.44% | 0.53% | - |
| XYZ | 16.76 | 16.61 | 9.16 | - |
| YUV | 113.01 | 107.11 | 143.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 109 | 76 | 0 | 0.19 | 0.44 | 0.47 | 33.56 | 0.28 | 0.41 |
| Hex | 87 | 6D | 4C | 0 | 13 | 2C | 2F | 22 | 1C | 29 |
| Octal | 207 | 155 | 114 | 0 | 23 | 54 | 57 | 42 | 34 | 51 |
| Binary | 10000111 | 1101101 | 1001100 | 0 | 10011 | 101100 | 101111 | 100010 | 11100 | 101001 |
Color Harmonies of #876D4C
Complementary color
Monochromatic Colors of #876D4C
Black with #876D4C
Text Example
Text Example
White with #876D4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #876D4C; }
p { color: rgb(135,109,76); }
H1.HeaderClassName
{
color: #876D4C;
}
.AnyTagClassName
{
color: #876D4C;
}
</style>
background-color css
<style>
a { background-color: #876D4C; }
a { background-color: rgb(135,109,76); }
div.DivClassName
{
background-color: #876D4C;
}
.BgClassName
{
background-color: #876D4C;
}
</style>
border-color css
<style>
span { border-color: #876D4C; }
span { border-color: rgb(135,109,76); }
td.TdClassName
{
border-color: #876D4C;
}
.TagClassName
{
border-color: #876D4C;
}
</style>