Shades of Empress #876D71
Tints of Empress #876D71
RGB
CMYK
RGB Variations
Color information
#876D71 (or 0x876D71) is known color: Empress. HEX triplet: 87, 6D and 71. RGB value is (135,109,113). Sum of RGB (Red+Green+Blue) = 135+109+113=357 (47% of max value = 765). Red value is 135 (53.12% from 255 or 37.82% from 357); Green value is 109 (42.97% from 255 or 30.53% from 357); Blue value is 113 (44.53% from 255 or 31.65% from 357); Max value from RGB is 135 - color contains mainly: red. Hex color #876D71 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #876D71 is #78928E. Grayscale: #757575. Windows color (decimal): -7901839 or 7433607. OLE color: 7433607.
HSL color Cylindrical-coordinate representation of color #876D71: hue angle of 350.77º degrees, saturation: 0.11, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #876D71 is Cyan = 0, Magento = 0.19, Yellow = 0.16 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 109 | 113 | - |
| CMYK | 0 | 0.19 | 0.16 | 0.47 |
| HSL | 350.77º | 0.11% | 0.48% | - |
| HSV(B) | 350.77º | 0.19% | 0.53% | - |
| XYZ | 18.44 | 17.28 | 17.99 | - |
| YUV | 117.23 | 125.61 | 140.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 109 | 113 | 0 | 0.19 | 0.16 | 0.47 | 350.77 | 0.11 | 0.48 |
| Hex | 87 | 6D | 71 | 0 | 13 | 10 | 2F | 15F | B | 30 |
| Octal | 207 | 155 | 161 | 0 | 23 | 20 | 57 | 537 | 13 | 60 |
| Binary | 10000111 | 1101101 | 1110001 | 0 | 10011 | 10000 | 101111 | 101011111 | 1011 | 110000 |
Color Harmonies of #876D71
Complementary color
Monochromatic Colors of #876D71
Black with #876D71
Text Example
Text Example
White with #876D71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #876D71; }
p { color: rgb(135,109,113); }
H1.HeaderClassName
{
color: #876D71;
}
.AnyTagClassName
{
color: #876D71;
}
</style>
background-color css
<style>
a { background-color: #876D71; }
a { background-color: rgb(135,109,113); }
div.DivClassName
{
background-color: #876D71;
}
.BgClassName
{
background-color: #876D71;
}
</style>
border-color css
<style>
span { border-color: #876D71; }
span { border-color: rgb(135,109,113); }
td.TdClassName
{
border-color: #876D71;
}
.TagClassName
{
border-color: #876D71;
}
</style>