Shades of Empress #876A70
Tints of Empress #876A70
RGB
CMYK
RGB Variations
Color information
#876A70 (or 0x876A70) is known color: Empress. HEX triplet: 87, 6A and 70. RGB value is (135,106,112). Sum of RGB (Red+Green+Blue) = 135+106+112=353 (46% of max value = 765). Red value is 135 (53.12% from 255 or 38.24% from 353); Green value is 106 (41.80% from 255 or 30.03% from 353); Blue value is 112 (44.14% from 255 or 31.73% from 353); Max value from RGB is 135 - color contains mainly: red. Hex color #876A70 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #876A70 is #78958F. Grayscale: #737373. Windows color (decimal): -7902608 or 7367303. OLE color: 7367303.
HSL color Cylindrical-coordinate representation of color #876A70: hue angle of 347.59º degrees, saturation: 0.12, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #876A70 is Cyan = 0, Magento = 0.21, Yellow = 0.17 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 106 | 112 | - |
| CMYK | 0 | 0.21 | 0.17 | 0.47 |
| HSL | 347.59º | 0.12% | 0.47% | - |
| HSV(B) | 347.59º | 0.21% | 0.53% | - |
| XYZ | 18.07 | 16.63 | 17.59 | - |
| YUV | 115.36 | 126.11 | 142.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 106 | 112 | 0 | 0.21 | 0.17 | 0.47 | 347.59 | 0.12 | 0.47 |
| Hex | 87 | 6A | 70 | 0 | 15 | 11 | 2F | 15C | C | 2F |
| Octal | 207 | 152 | 160 | 0 | 25 | 21 | 57 | 534 | 14 | 57 |
| Binary | 10000111 | 1101010 | 1110000 | 0 | 10101 | 10001 | 101111 | 101011100 | 1100 | 101111 |
Color Harmonies of #876A70
Complementary color
Monochromatic Colors of #876A70
Black with #876A70
Text Example
Text Example
White with #876A70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #876A70; }
p { color: rgb(135,106,112); }
H1.HeaderClassName
{
color: #876A70;
}
.AnyTagClassName
{
color: #876A70;
}
</style>
background-color css
<style>
a { background-color: #876A70; }
a { background-color: rgb(135,106,112); }
div.DivClassName
{
background-color: #876A70;
}
.BgClassName
{
background-color: #876A70;
}
</style>
border-color css
<style>
span { border-color: #876A70; }
span { border-color: rgb(135,106,112); }
td.TdClassName
{
border-color: #876A70;
}
.TagClassName
{
border-color: #876A70;
}
</style>