Shades of Empress #87696B
Tints of Empress #87696B
RGB
CMYK
RGB Variations
Color information
#87696B (or 0x87696B) is known color: Empress. HEX triplet: 87, 69 and 6B. RGB value is (135,105,107). Sum of RGB (Red+Green+Blue) = 135+105+107=347 (45% of max value = 765). Red value is 135 (53.12% from 255 or 38.90% from 347); Green value is 105 (41.41% from 255 or 30.26% from 347); Blue value is 107 (42.19% from 255 or 30.84% from 347); Max value from RGB is 135 - color contains mainly: red. Hex color #87696B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #87696B is #789694. Grayscale: #727272. Windows color (decimal): -7902869 or 7039367. OLE color: 7039367.
HSL color Cylindrical-coordinate representation of color #87696B: hue angle of 356º 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 #87696B is Cyan = 0, Magento = 0.22, Yellow = 0.21 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 105 | 107 | - |
| CMYK | 0 | 0.22 | 0.21 | 0.47 |
| HSL | 356º | 0.13% | 0.47% | - |
| HSV(B) | 356º | 0.22% | 0.53% | - |
| XYZ | 17.7 | 16.32 | 16.13 | - |
| YUV | 114.2 | 123.94 | 142.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 105 | 107 | 0 | 0.22 | 0.21 | 0.47 | 356 | 0.13 | 0.47 |
| Hex | 87 | 69 | 6B | 0 | 16 | 15 | 2F | 164 | C | 2F |
| Octal | 207 | 151 | 153 | 0 | 26 | 25 | 57 | 544 | 14 | 57 |
| Binary | 10000111 | 1101001 | 1101011 | 0 | 10110 | 10101 | 101111 | 101100100 | 1100 | 101111 |
Color Harmonies of #87696B
Complementary color
Monochromatic Colors of #87696B
Black with #87696B
Text Example
Text Example
White with #87696B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87696B; }
p { color: rgb(135,105,107); }
H1.HeaderClassName
{
color: #87696B;
}
.AnyTagClassName
{
color: #87696B;
}
</style>
background-color css
<style>
a { background-color: #87696B; }
a { background-color: rgb(135,105,107); }
div.DivClassName
{
background-color: #87696B;
}
.BgClassName
{
background-color: #87696B;
}
</style>
border-color css
<style>
span { border-color: #87696B; }
span { border-color: rgb(135,105,107); }
td.TdClassName
{
border-color: #87696B;
}
.TagClassName
{
border-color: #87696B;
}
</style>