Shades of Empress #87676C
Tints of Empress #87676C
RGB
CMYK
RGB Variations
Color information
#87676C (or 0x87676C) is known color: Empress. HEX triplet: 87, 67 and 6C. RGB value is (135,103,108). Sum of RGB (Red+Green+Blue) = 135+103+108=346 (45% of max value = 765). Red value is 135 (53.12% from 255 or 39.02% from 346); Green value is 103 (40.62% from 255 or 29.77% from 346); Blue value is 108 (42.58% from 255 or 31.21% from 346); Max value from RGB is 135 - color contains mainly: red. Hex color #87676C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #87676C is #789893. Grayscale: #717171. Windows color (decimal): -7903380 or 7104391. OLE color: 7104391.
HSL color Cylindrical-coordinate representation of color #87676C: hue angle of 350.62º degrees, saturation: 0.13, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #87676C is Cyan = 0, Magento = 0.24, Yellow = 0.2 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 103 | 108 | - |
| CMYK | 0 | 0.24 | 0.2 | 0.47 |
| HSL | 350.63º | 0.13% | 0.47% | - |
| HSV(B) | 350.63º | 0.24% | 0.53% | - |
| XYZ | 17.55 | 15.93 | 16.34 | - |
| YUV | 113.14 | 125.1 | 143.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 103 | 108 | 0 | 0.24 | 0.2 | 0.47 | 350.63 | 0.13 | 0.47 |
| Hex | 87 | 67 | 6C | 0 | 18 | 14 | 2F | 15F | D | 2F |
| Octal | 207 | 147 | 154 | 0 | 30 | 24 | 57 | 537 | 15 | 57 |
| Binary | 10000111 | 1100111 | 1101100 | 0 | 11000 | 10100 | 101111 | 101011111 | 1101 | 101111 |
Color Harmonies of #87676C
Complementary color
Monochromatic Colors of #87676C
Black with #87676C
Text Example
Text Example
White with #87676C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87676C; }
p { color: rgb(135,103,108); }
H1.HeaderClassName
{
color: #87676C;
}
.AnyTagClassName
{
color: #87676C;
}
</style>
background-color css
<style>
a { background-color: #87676C; }
a { background-color: rgb(135,103,108); }
div.DivClassName
{
background-color: #87676C;
}
.BgClassName
{
background-color: #87676C;
}
</style>
border-color css
<style>
span { border-color: #87676C; }
span { border-color: rgb(135,103,108); }
td.TdClassName
{
border-color: #87676C;
}
.TagClassName
{
border-color: #87676C;
}
</style>