Shades of Empress #87686E
Tints of Empress #87686E
RGB
CMYK
RGB Variations
Color information
#87686E (or 0x87686E) is known color: Empress. HEX triplet: 87, 68 and 6E. RGB value is (135,104,110). Sum of RGB (Red+Green+Blue) = 135+104+110=349 (46% of max value = 765). Red value is 135 (53.12% from 255 or 38.68% from 349); Green value is 104 (41.02% from 255 or 29.80% from 349); Blue value is 110 (43.36% from 255 or 31.52% from 349); Max value from RGB is 135 - color contains mainly: red. Hex color #87686E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #87686E is #789791. Grayscale: #717171. Windows color (decimal): -7903122 or 7235719. OLE color: 7235719.
HSL color Cylindrical-coordinate representation of color #87686E: hue angle of 348.39º degrees, saturation: 0.13, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #87686E is Cyan = 0, Magento = 0.23, Yellow = 0.19 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 104 | 110 | - |
| CMYK | 0 | 0.23 | 0.19 | 0.47 |
| HSL | 348.39º | 0.13% | 0.47% | - |
| HSV(B) | 348.39º | 0.23% | 0.53% | - |
| XYZ | 17.76 | 16.18 | 16.94 | - |
| YUV | 113.95 | 125.77 | 143.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 104 | 110 | 0 | 0.23 | 0.19 | 0.47 | 348.39 | 0.13 | 0.47 |
| Hex | 87 | 68 | 6E | 0 | 17 | 13 | 2F | 15C | D | 2F |
| Octal | 207 | 150 | 156 | 0 | 27 | 23 | 57 | 534 | 15 | 57 |
| Binary | 10000111 | 1101000 | 1101110 | 0 | 10111 | 10011 | 101111 | 101011100 | 1101 | 101111 |
Color Harmonies of #87686E
Complementary color
Monochromatic Colors of #87686E
Black with #87686E
Text Example
Text Example
White with #87686E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87686E; }
p { color: rgb(135,104,110); }
H1.HeaderClassName
{
color: #87686E;
}
.AnyTagClassName
{
color: #87686E;
}
</style>
background-color css
<style>
a { background-color: #87686E; }
a { background-color: rgb(135,104,110); }
div.DivClassName
{
background-color: #87686E;
}
.BgClassName
{
background-color: #87686E;
}
</style>
border-color css
<style>
span { border-color: #87686E; }
span { border-color: rgb(135,104,110); }
td.TdClassName
{
border-color: #87686E;
}
.TagClassName
{
border-color: #87686E;
}
</style>