Shades of Shadow #876E50
Tints of Shadow #876E50
RGB
CMYK
RGB Variations
Color information
#876E50 (or 0x876E50) is known color: Shadow. HEX triplet: 87, 6E and 50. RGB value is (135,110,80). Sum of RGB (Red+Green+Blue) = 135+110+80=325 (43% of max value = 765). Red value is 135 (53.12% from 255 or 41.54% from 325); Green value is 110 (43.36% from 255 or 33.85% from 325); Blue value is 80 (31.64% from 255 or 24.62% from 325); Max value from RGB is 135 - color contains mainly: red. Hex color #876E50 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #876E50 is #7891AF. Grayscale: #727272. Windows color (decimal): -7901616 or 5271175. OLE color: 5271175.
HSL color Cylindrical-coordinate representation of color #876E50: hue angle of 32.73º degrees, saturation: 0.26, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #876E50 is Cyan = 0, Magento = 0.19, Yellow = 0.41 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 110 | 80 | - |
| CMYK | 0 | 0.19 | 0.41 | 0.47 |
| HSL | 32.73º | 0.26% | 0.42% | - |
| HSV(B) | 32.73º | 0.41% | 0.53% | - |
| XYZ | 17.02 | 16.88 | 9.95 | - |
| YUV | 114.06 | 108.78 | 142.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 110 | 80 | 0 | 0.19 | 0.41 | 0.47 | 32.73 | 0.26 | 0.42 |
| Hex | 87 | 6E | 50 | 0 | 13 | 29 | 2F | 21 | 1A | 2A |
| Octal | 207 | 156 | 120 | 0 | 23 | 51 | 57 | 41 | 32 | 52 |
| Binary | 10000111 | 1101110 | 1010000 | 0 | 10011 | 101001 | 101111 | 100001 | 11010 | 101010 |
Color Harmonies of #876E50
Complementary color
Monochromatic Colors of #876E50
Black with #876E50
Text Example
Text Example
White with #876E50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #876E50; }
p { color: rgb(135,110,80); }
H1.HeaderClassName
{
color: #876E50;
}
.AnyTagClassName
{
color: #876E50;
}
</style>
background-color css
<style>
a { background-color: #876E50; }
a { background-color: rgb(135,110,80); }
div.DivClassName
{
background-color: #876E50;
}
.BgClassName
{
background-color: #876E50;
}
</style>
border-color css
<style>
span { border-color: #876E50; }
span { border-color: rgb(135,110,80); }
td.TdClassName
{
border-color: #876E50;
}
.TagClassName
{
border-color: #876E50;
}
</style>