Shades of Shadow #876D4D
Tints of Shadow #876D4D
RGB
CMYK
RGB Variations
Color information
#876D4D (or 0x876D4D) is known color: Shadow. HEX triplet: 87, 6D and 4D. RGB value is (135,109,77). Sum of RGB (Red+Green+Blue) = 135+109+77=321 (42% of max value = 765). Red value is 135 (53.12% from 255 or 42.06% from 321); Green value is 109 (42.97% from 255 or 33.96% from 321); Blue value is 77 (30.47% from 255 or 23.99% from 321); Max value from RGB is 135 - color contains mainly: red. Hex color #876D4D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #876D4D is #7892B2. Grayscale: #717171. Windows color (decimal): -7901875 or 5074311. OLE color: 5074311.
HSL color Cylindrical-coordinate representation of color #876D4D: hue angle of 33.1º degrees, saturation: 0.27, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #876D4D is Cyan = 0, Magento = 0.19, Yellow = 0.43 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 109 | 77 | - |
| CMYK | 0 | 0.19 | 0.43 | 0.47 |
| HSL | 33.1º | 0.27% | 0.42% | - |
| HSV(B) | 33.1º | 0.43% | 0.53% | - |
| XYZ | 16.8 | 16.62 | 9.34 | - |
| YUV | 113.13 | 107.61 | 143.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 109 | 77 | 0 | 0.19 | 0.43 | 0.47 | 33.1 | 0.27 | 0.42 |
| Hex | 87 | 6D | 4D | 0 | 13 | 2B | 2F | 21 | 1B | 2A |
| Octal | 207 | 155 | 115 | 0 | 23 | 53 | 57 | 41 | 33 | 52 |
| Binary | 10000111 | 1101101 | 1001101 | 0 | 10011 | 101011 | 101111 | 100001 | 11011 | 101010 |
Color Harmonies of #876D4D
Complementary color
Monochromatic Colors of #876D4D
Black with #876D4D
Text Example
Text Example
White with #876D4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #876D4D; }
p { color: rgb(135,109,77); }
H1.HeaderClassName
{
color: #876D4D;
}
.AnyTagClassName
{
color: #876D4D;
}
</style>
background-color css
<style>
a { background-color: #876D4D; }
a { background-color: rgb(135,109,77); }
div.DivClassName
{
background-color: #876D4D;
}
.BgClassName
{
background-color: #876D4D;
}
</style>
border-color css
<style>
span { border-color: #876D4D; }
span { border-color: rgb(135,109,77); }
td.TdClassName
{
border-color: #876D4D;
}
.TagClassName
{
border-color: #876D4D;
}
</style>