Shades of Empress #876D70
Tints of Empress #876D70
RGB
CMYK
RGB Variations
Color information
#876D70 (or 0x876D70) is known color: Empress. HEX triplet: 87, 6D and 70. RGB value is (135,109,112). Sum of RGB (Red+Green+Blue) = 135+109+112=356 (47% of max value = 765). Red value is 135 (53.12% from 255 or 37.92% from 356); Green value is 109 (42.97% from 255 or 30.62% from 356); Blue value is 112 (44.14% from 255 or 31.46% from 356); Max value from RGB is 135 - color contains mainly: red. Hex color #876D70 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #876D70 is #78928F. Grayscale: #757575. Windows color (decimal): -7901840 or 7368071. OLE color: 7368071.
HSL color Cylindrical-coordinate representation of color #876D70: hue angle of 353.08º 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 #876D70 is Cyan = 0, Magento = 0.19, Yellow = 0.17 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 109 | 112 | - |
| CMYK | 0 | 0.19 | 0.17 | 0.47 |
| HSL | 353.08º | 0.11% | 0.48% | - |
| HSV(B) | 353.08º | 0.19% | 0.53% | - |
| XYZ | 18.38 | 17.26 | 17.69 | - |
| YUV | 117.12 | 125.11 | 140.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 109 | 112 | 0 | 0.19 | 0.17 | 0.47 | 353.08 | 0.11 | 0.48 |
| Hex | 87 | 6D | 70 | 0 | 13 | 11 | 2F | 161 | B | 30 |
| Octal | 207 | 155 | 160 | 0 | 23 | 21 | 57 | 541 | 13 | 60 |
| Binary | 10000111 | 1101101 | 1110000 | 0 | 10011 | 10001 | 101111 | 101100001 | 1011 | 110000 |
Color Harmonies of #876D70
Complementary color
Monochromatic Colors of #876D70
Black with #876D70
Text Example
Text Example
White with #876D70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #876D70; }
p { color: rgb(135,109,112); }
H1.HeaderClassName
{
color: #876D70;
}
.AnyTagClassName
{
color: #876D70;
}
</style>
background-color css
<style>
a { background-color: #876D70; }
a { background-color: rgb(135,109,112); }
div.DivClassName
{
background-color: #876D70;
}
.BgClassName
{
background-color: #876D70;
}
</style>
border-color css
<style>
span { border-color: #876D70; }
span { border-color: rgb(135,109,112); }
td.TdClassName
{
border-color: #876D70;
}
.TagClassName
{
border-color: #876D70;
}
</style>