Shades of Empress #87696D
Tints of Empress #87696D
RGB
CMYK
RGB Variations
Color information
#87696D (or 0x87696D) is known color: Empress. HEX triplet: 87, 69 and 6D. RGB value is (135,105,109). Sum of RGB (Red+Green+Blue) = 135+105+109=349 (46% of max value = 765). Red value is 135 (53.12% from 255 or 38.68% from 349); Green value is 105 (41.41% from 255 or 30.09% from 349); Blue value is 109 (42.97% from 255 or 31.23% from 349); Max value from RGB is 135 - color contains mainly: red. Hex color #87696D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #87696D is #789692. Grayscale: #727272. Windows color (decimal): -7902867 or 7170439. OLE color: 7170439.
HSL color Cylindrical-coordinate representation of color #87696D: hue angle of 352º 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 #87696D is Cyan = 0, Magento = 0.22, Yellow = 0.19 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 105 | 109 | - |
| CMYK | 0 | 0.22 | 0.19 | 0.47 |
| HSL | 352º | 0.13% | 0.47% | - |
| HSV(B) | 352º | 0.22% | 0.53% | - |
| XYZ | 17.8 | 16.36 | 16.69 | - |
| YUV | 114.43 | 124.94 | 142.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 105 | 109 | 0 | 0.22 | 0.19 | 0.47 | 352 | 0.13 | 0.47 |
| Hex | 87 | 69 | 6D | 0 | 16 | 13 | 2F | 160 | C | 2F |
| Octal | 207 | 151 | 155 | 0 | 26 | 23 | 57 | 540 | 14 | 57 |
| Binary | 10000111 | 1101001 | 1101101 | 0 | 10110 | 10011 | 101111 | 101100000 | 1100 | 101111 |
Color Harmonies of #87696D
Complementary color
Monochromatic Colors of #87696D
Black with #87696D
Text Example
Text Example
White with #87696D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87696D; }
p { color: rgb(135,105,109); }
H1.HeaderClassName
{
color: #87696D;
}
.AnyTagClassName
{
color: #87696D;
}
</style>
background-color css
<style>
a { background-color: #87696D; }
a { background-color: rgb(135,105,109); }
div.DivClassName
{
background-color: #87696D;
}
.BgClassName
{
background-color: #87696D;
}
</style>
border-color css
<style>
span { border-color: #87696D; }
span { border-color: rgb(135,105,109); }
td.TdClassName
{
border-color: #87696D;
}
.TagClassName
{
border-color: #87696D;
}
</style>