Shades of Empress #876E75
Tints of Empress #876E75
RGB
CMYK
RGB Variations
Color information
#876E75 (or 0x876E75) is known color: Empress. HEX triplet: 87, 6E and 75. RGB value is (135,110,117). Sum of RGB (Red+Green+Blue) = 135+110+117=362 (47% of max value = 765). Red value is 135 (53.12% from 255 or 37.29% from 362); Green value is 110 (43.36% from 255 or 30.39% from 362); Blue value is 117 (46.09% from 255 or 32.32% from 362); Max value from RGB is 135 - color contains mainly: red. Hex color #876E75 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #876E75 is #78918A. Grayscale: #767676. Windows color (decimal): -7901579 or 7696007. OLE color: 7696007.
HSL color Cylindrical-coordinate representation of color #876E75: hue angle of 343.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 #876E75 is Cyan = 0, Magento = 0.19, Yellow = 0.13 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 110 | 117 | - |
| CMYK | 0 | 0.19 | 0.13 | 0.47 |
| HSL | 343.2º | 0.1% | 0.48% | - |
| HSV(B) | 343.2º | 0.19% | 0.53% | - |
| XYZ | 18.78 | 17.59 | 19.23 | - |
| YUV | 118.27 | 127.28 | 139.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 110 | 117 | 0 | 0.19 | 0.13 | 0.47 | 343.2 | 0.1 | 0.48 |
| Hex | 87 | 6E | 75 | 0 | 13 | D | 2F | 157 | A | 30 |
| Octal | 207 | 156 | 165 | 0 | 23 | 15 | 57 | 527 | 12 | 60 |
| Binary | 10000111 | 1101110 | 1110101 | 0 | 10011 | 1101 | 101111 | 101010111 | 1010 | 110000 |
Color Harmonies of #876E75
Complementary color
Monochromatic Colors of #876E75
Black with #876E75
Text Example
Text Example
White with #876E75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #876E75; }
p { color: rgb(135,110,117); }
H1.HeaderClassName
{
color: #876E75;
}
.AnyTagClassName
{
color: #876E75;
}
</style>
background-color css
<style>
a { background-color: #876E75; }
a { background-color: rgb(135,110,117); }
div.DivClassName
{
background-color: #876E75;
}
.BgClassName
{
background-color: #876E75;
}
</style>
border-color css
<style>
span { border-color: #876E75; }
span { border-color: rgb(135,110,117); }
td.TdClassName
{
border-color: #876E75;
}
.TagClassName
{
border-color: #876E75;
}
</style>