Shades of Empress #876E74
Tints of Empress #876E74
RGB
CMYK
RGB Variations
Color information
#876E74 (or 0x876E74) is known color: Empress. HEX triplet: 87, 6E and 74. RGB value is (135,110,116). Sum of RGB (Red+Green+Blue) = 135+110+116=361 (47% of max value = 765). Red value is 135 (53.12% from 255 or 37.40% from 361); Green value is 110 (43.36% from 255 or 30.47% from 361); Blue value is 116 (45.70% from 255 or 32.13% from 361); Max value from RGB is 135 - color contains mainly: red. Hex color #876E74 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #876E74 is #78918B. Grayscale: #767676. Windows color (decimal): -7901580 or 7630471. OLE color: 7630471.
HSL color Cylindrical-coordinate representation of color #876E74: hue angle of 345.6º 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 #876E74 is Cyan = 0, Magento = 0.19, Yellow = 0.14 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 110 | 116 | - |
| CMYK | 0 | 0.19 | 0.14 | 0.47 |
| HSL | 345.6º | 0.1% | 0.48% | - |
| HSV(B) | 345.6º | 0.19% | 0.53% | - |
| XYZ | 18.72 | 17.56 | 18.93 | - |
| YUV | 118.16 | 126.78 | 140.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 110 | 116 | 0 | 0.19 | 0.14 | 0.47 | 345.6 | 0.1 | 0.48 |
| Hex | 87 | 6E | 74 | 0 | 13 | E | 2F | 15A | A | 30 |
| Octal | 207 | 156 | 164 | 0 | 23 | 16 | 57 | 532 | 12 | 60 |
| Binary | 10000111 | 1101110 | 1110100 | 0 | 10011 | 1110 | 101111 | 101011010 | 1010 | 110000 |
Color Harmonies of #876E74
Complementary color
Monochromatic Colors of #876E74
Black with #876E74
Text Example
Text Example
White with #876E74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #876E74; }
p { color: rgb(135,110,116); }
H1.HeaderClassName
{
color: #876E74;
}
.AnyTagClassName
{
color: #876E74;
}
</style>
background-color css
<style>
a { background-color: #876E74; }
a { background-color: rgb(135,110,116); }
div.DivClassName
{
background-color: #876E74;
}
.BgClassName
{
background-color: #876E74;
}
</style>
border-color css
<style>
span { border-color: #876E74; }
span { border-color: rgb(135,110,116); }
td.TdClassName
{
border-color: #876E74;
}
.TagClassName
{
border-color: #876E74;
}
</style>