Shades of Shadow #876E4E
Tints of Shadow #876E4E
RGB
CMYK
RGB Variations
Color information
#876E4E (or 0x876E4E) is known color: Shadow. HEX triplet: 87, 6E and 4E. RGB value is (135,110,78). Sum of RGB (Red+Green+Blue) = 135+110+78=323 (42% of max value = 765). Red value is 135 (53.12% from 255 or 41.80% from 323); Green value is 110 (43.36% from 255 or 34.06% from 323); Blue value is 78 (30.86% from 255 or 24.15% from 323); Max value from RGB is 135 - color contains mainly: red. Hex color #876E4E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #876E4E is #7891B1. Grayscale: #717171. Windows color (decimal): -7901618 or 5140103. OLE color: 5140103.
HSL color Cylindrical-coordinate representation of color #876E4E: hue angle of 33.68º degrees, saturation: 0.27, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #876E4E is Cyan = 0, Magento = 0.19, Yellow = 0.42 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 110 | 78 | - |
| CMYK | 0 | 0.19 | 0.42 | 0.47 |
| HSL | 33.68º | 0.27% | 0.42% | - |
| HSV(B) | 33.68º | 0.42% | 0.53% | - |
| XYZ | 16.94 | 16.85 | 9.57 | - |
| YUV | 113.83 | 107.78 | 143.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 110 | 78 | 0 | 0.19 | 0.42 | 0.47 | 33.68 | 0.27 | 0.42 |
| Hex | 87 | 6E | 4E | 0 | 13 | 2A | 2F | 22 | 1B | 2A |
| Octal | 207 | 156 | 116 | 0 | 23 | 52 | 57 | 42 | 33 | 52 |
| Binary | 10000111 | 1101110 | 1001110 | 0 | 10011 | 101010 | 101111 | 100010 | 11011 | 101010 |
Color Harmonies of #876E4E
Complementary color
Monochromatic Colors of #876E4E
Black with #876E4E
Text Example
Text Example
White with #876E4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #876E4E; }
p { color: rgb(135,110,78); }
H1.HeaderClassName
{
color: #876E4E;
}
.AnyTagClassName
{
color: #876E4E;
}
</style>
background-color css
<style>
a { background-color: #876E4E; }
a { background-color: rgb(135,110,78); }
div.DivClassName
{
background-color: #876E4E;
}
.BgClassName
{
background-color: #876E4E;
}
</style>
border-color css
<style>
span { border-color: #876E4E; }
span { border-color: rgb(135,110,78); }
td.TdClassName
{
border-color: #876E4E;
}
.TagClassName
{
border-color: #876E4E;
}
</style>