Shades of Empress #876E70
Tints of Empress #876E70
RGB
CMYK
RGB Variations
Color information
#876E70 (or 0x876E70) is known color: Empress. HEX triplet: 87, 6E and 70. RGB value is (135,110,112). Sum of RGB (Red+Green+Blue) = 135+110+112=357 (47% of max value = 765). Red value is 135 (53.12% from 255 or 37.82% from 357); Green value is 110 (43.36% from 255 or 30.81% from 357); Blue value is 112 (44.14% from 255 or 31.37% from 357); Max value from RGB is 135 - color contains mainly: red. Hex color #876E70 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #876E70 is #78918F. Grayscale: #757575. Windows color (decimal): -7901584 or 7368327. OLE color: 7368327.
HSL color Cylindrical-coordinate representation of color #876E70: hue angle of 355.2º 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 #876E70 is Cyan = 0, Magento = 0.19, Yellow = 0.17 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 110 | 112 | - |
| CMYK | 0 | 0.19 | 0.17 | 0.47 |
| HSL | 355.2º | 0.1% | 0.48% | - |
| HSV(B) | 355.2º | 0.19% | 0.53% | - |
| XYZ | 18.49 | 17.47 | 17.73 | - |
| YUV | 117.7 | 124.78 | 140.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 110 | 112 | 0 | 0.19 | 0.17 | 0.47 | 355.2 | 0.1 | 0.48 |
| Hex | 87 | 6E | 70 | 0 | 13 | 11 | 2F | 163 | A | 30 |
| Octal | 207 | 156 | 160 | 0 | 23 | 21 | 57 | 543 | 12 | 60 |
| Binary | 10000111 | 1101110 | 1110000 | 0 | 10011 | 10001 | 101111 | 101100011 | 1010 | 110000 |
Color Harmonies of #876E70
Complementary color
Monochromatic Colors of #876E70
Black with #876E70
Text Example
Text Example
White with #876E70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #876E70; }
p { color: rgb(135,110,112); }
H1.HeaderClassName
{
color: #876E70;
}
.AnyTagClassName
{
color: #876E70;
}
</style>
background-color css
<style>
a { background-color: #876E70; }
a { background-color: rgb(135,110,112); }
div.DivClassName
{
background-color: #876E70;
}
.BgClassName
{
background-color: #876E70;
}
</style>
border-color css
<style>
span { border-color: #876E70; }
span { border-color: rgb(135,110,112); }
td.TdClassName
{
border-color: #876E70;
}
.TagClassName
{
border-color: #876E70;
}
</style>