Shades of Empress #87686B
Tints of Empress #87686B
RGB
CMYK
RGB Variations
Color information
#87686B (or 0x87686B) is known color: Empress. HEX triplet: 87, 68 and 6B. RGB value is (135,104,107). Sum of RGB (Red+Green+Blue) = 135+104+107=346 (45% of max value = 765). Red value is 135 (53.12% from 255 or 39.02% from 346); Green value is 104 (41.02% from 255 or 30.06% from 346); Blue value is 107 (42.19% from 255 or 30.92% from 346); Max value from RGB is 135 - color contains mainly: red. Hex color #87686B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #87686B is #789794. Grayscale: #717171. Windows color (decimal): -7903125 or 7039111. OLE color: 7039111.
HSL color Cylindrical-coordinate representation of color #87686B: hue angle of 354.19º 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 #87686B is Cyan = 0, Magento = 0.23, Yellow = 0.21 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 104 | 107 | - |
| CMYK | 0 | 0.23 | 0.21 | 0.47 |
| HSL | 354.19º | 0.13% | 0.47% | - |
| HSV(B) | 354.19º | 0.23% | 0.53% | - |
| XYZ | 17.6 | 16.11 | 16.09 | - |
| YUV | 113.61 | 124.27 | 143.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 104 | 107 | 0 | 0.23 | 0.21 | 0.47 | 354.19 | 0.13 | 0.47 |
| Hex | 87 | 68 | 6B | 0 | 17 | 15 | 2F | 162 | D | 2F |
| Octal | 207 | 150 | 153 | 0 | 27 | 25 | 57 | 542 | 15 | 57 |
| Binary | 10000111 | 1101000 | 1101011 | 0 | 10111 | 10101 | 101111 | 101100010 | 1101 | 101111 |
Color Harmonies of #87686B
Complementary color
Monochromatic Colors of #87686B
Black with #87686B
Text Example
Text Example
White with #87686B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87686B; }
p { color: rgb(135,104,107); }
H1.HeaderClassName
{
color: #87686B;
}
.AnyTagClassName
{
color: #87686B;
}
</style>
background-color css
<style>
a { background-color: #87686B; }
a { background-color: rgb(135,104,107); }
div.DivClassName
{
background-color: #87686B;
}
.BgClassName
{
background-color: #87686B;
}
</style>
border-color css
<style>
span { border-color: #87686B; }
span { border-color: rgb(135,104,107); }
td.TdClassName
{
border-color: #87686B;
}
.TagClassName
{
border-color: #87686B;
}
</style>