Shades of Empress #876E71
Tints of Empress #876E71
RGB
CMYK
RGB Variations
Color information
#876E71 (or 0x876E71) is known color: Empress. HEX triplet: 87, 6E and 71. RGB value is (135,110,113). Sum of RGB (Red+Green+Blue) = 135+110+113=358 (47% of max value = 765). Red value is 135 (53.12% from 255 or 37.71% from 358); Green value is 110 (43.36% from 255 or 30.73% from 358); Blue value is 113 (44.53% from 255 or 31.56% from 358); Max value from RGB is 135 - color contains mainly: red. Hex color #876E71 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #876E71 is #78918E. Grayscale: #757575. Windows color (decimal): -7901583 or 7433863. OLE color: 7433863.
HSL color Cylindrical-coordinate representation of color #876E71: hue angle of 352.8º degrees, saturation: 0.1, 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 #876E71 is Cyan = 0, Magento = 0.19, Yellow = 0.16 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 110 | 113 | - |
| CMYK | 0 | 0.19 | 0.16 | 0.47 |
| HSL | 352.8º | 0.1% | 0.48% | - |
| HSV(B) | 352.8º | 0.19% | 0.53% | - |
| XYZ | 18.55 | 17.5 | 18.02 | - |
| YUV | 117.82 | 125.28 | 140.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 110 | 113 | 0 | 0.19 | 0.16 | 0.47 | 352.8 | 0.1 | 0.48 |
| Hex | 87 | 6E | 71 | 0 | 13 | 10 | 2F | 161 | A | 30 |
| Octal | 207 | 156 | 161 | 0 | 23 | 20 | 57 | 541 | 12 | 60 |
| Binary | 10000111 | 1101110 | 1110001 | 0 | 10011 | 10000 | 101111 | 101100001 | 1010 | 110000 |
Color Harmonies of #876E71
Complementary color
Monochromatic Colors of #876E71
Black with #876E71
Text Example
Text Example
White with #876E71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #876E71; }
p { color: rgb(135,110,113); }
H1.HeaderClassName
{
color: #876E71;
}
.AnyTagClassName
{
color: #876E71;
}
</style>
background-color css
<style>
a { background-color: #876E71; }
a { background-color: rgb(135,110,113); }
div.DivClassName
{
background-color: #876E71;
}
.BgClassName
{
background-color: #876E71;
}
</style>
border-color css
<style>
span { border-color: #876E71; }
span { border-color: rgb(135,110,113); }
td.TdClassName
{
border-color: #876E71;
}
.TagClassName
{
border-color: #876E71;
}
</style>