Shades of Shadow #876E4D
Tints of Shadow #876E4D
RGB
CMYK
RGB Variations
Color information
#876E4D (or 0x876E4D) is known color: Shadow. HEX triplet: 87, 6E and 4D. RGB value is (135,110,77). Sum of RGB (Red+Green+Blue) = 135+110+77=322 (42% of max value = 765). Red value is 135 (53.12% from 255 or 41.93% from 322); Green value is 110 (43.36% from 255 or 34.16% from 322); Blue value is 77 (30.47% from 255 or 23.91% from 322); Max value from RGB is 135 - color contains mainly: red. Hex color #876E4D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #876E4D is #7891B2. Grayscale: #717171. Windows color (decimal): -7901619 or 5074567. OLE color: 5074567.
HSL color Cylindrical-coordinate representation of color #876E4D: hue angle of 34.14º 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 #876E4D is Cyan = 0, Magento = 0.19, Yellow = 0.43 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 110 | 77 | - |
| CMYK | 0 | 0.19 | 0.43 | 0.47 |
| HSL | 34.14º | 0.27% | 0.42% | - |
| HSV(B) | 34.14º | 0.43% | 0.53% | - |
| XYZ | 16.91 | 16.84 | 9.38 | - |
| YUV | 113.71 | 107.28 | 143.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 110 | 77 | 0 | 0.19 | 0.43 | 0.47 | 34.14 | 0.27 | 0.42 |
| Hex | 87 | 6E | 4D | 0 | 13 | 2B | 2F | 22 | 1B | 2A |
| Octal | 207 | 156 | 115 | 0 | 23 | 53 | 57 | 42 | 33 | 52 |
| Binary | 10000111 | 1101110 | 1001101 | 0 | 10011 | 101011 | 101111 | 100010 | 11011 | 101010 |
Color Harmonies of #876E4D
Complementary color
Monochromatic Colors of #876E4D
Black with #876E4D
Text Example
Text Example
White with #876E4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #876E4D; }
p { color: rgb(135,110,77); }
H1.HeaderClassName
{
color: #876E4D;
}
.AnyTagClassName
{
color: #876E4D;
}
</style>
background-color css
<style>
a { background-color: #876E4D; }
a { background-color: rgb(135,110,77); }
div.DivClassName
{
background-color: #876E4D;
}
.BgClassName
{
background-color: #876E4D;
}
</style>
border-color css
<style>
span { border-color: #876E4D; }
span { border-color: rgb(135,110,77); }
td.TdClassName
{
border-color: #876E4D;
}
.TagClassName
{
border-color: #876E4D;
}
</style>