Shades of Empress #87696E
Tints of Empress #87696E
RGB
CMYK
RGB Variations
Color information
#87696E (or 0x87696E) is known color: Empress. HEX triplet: 87, 69 and 6E. RGB value is (135,105,110). Sum of RGB (Red+Green+Blue) = 135+105+110=350 (46% of max value = 765). Red value is 135 (53.12% from 255 or 38.57% from 350); Green value is 105 (41.41% from 255 or 30% from 350); Blue value is 110 (43.36% from 255 or 31.43% from 350); Max value from RGB is 135 - color contains mainly: red. Hex color #87696E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #87696E is #789691. Grayscale: #727272. Windows color (decimal): -7902866 or 7235975. OLE color: 7235975.
HSL color Cylindrical-coordinate representation of color #87696E: hue angle of 350º degrees, saturation: 0.12, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #87696E is Cyan = 0, Magento = 0.22, Yellow = 0.19 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 105 | 110 | - |
| CMYK | 0 | 0.22 | 0.19 | 0.47 |
| HSL | 350º | 0.13% | 0.47% | - |
| HSV(B) | 350º | 0.22% | 0.53% | - |
| XYZ | 17.86 | 16.38 | 16.97 | - |
| YUV | 114.54 | 125.44 | 142.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 105 | 110 | 0 | 0.22 | 0.19 | 0.47 | 350 | 0.13 | 0.47 |
| Hex | 87 | 69 | 6E | 0 | 16 | 13 | 2F | 15E | C | 2F |
| Octal | 207 | 151 | 156 | 0 | 26 | 23 | 57 | 536 | 14 | 57 |
| Binary | 10000111 | 1101001 | 1101110 | 0 | 10110 | 10011 | 101111 | 101011110 | 1100 | 101111 |
Color Harmonies of #87696E
Complementary color
Monochromatic Colors of #87696E
Black with #87696E
Text Example
Text Example
White with #87696E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87696E; }
p { color: rgb(135,105,110); }
H1.HeaderClassName
{
color: #87696E;
}
.AnyTagClassName
{
color: #87696E;
}
</style>
background-color css
<style>
a { background-color: #87696E; }
a { background-color: rgb(135,105,110); }
div.DivClassName
{
background-color: #87696E;
}
.BgClassName
{
background-color: #87696E;
}
</style>
border-color css
<style>
span { border-color: #87696E; }
span { border-color: rgb(135,105,110); }
td.TdClassName
{
border-color: #87696E;
}
.TagClassName
{
border-color: #87696E;
}
</style>