Shades of Empress #87777A
Tints of Empress #87777A
RGB
CMYK
RGB Variations
Color information
#87777A (or 0x87777A) is known color: Empress. HEX triplet: 87, 77 and 7A. RGB value is (135,119,122). Sum of RGB (Red+Green+Blue) = 135+119+122=376 (49% of max value = 765). Red value is 135 (53.12% from 255 or 35.90% from 376); Green value is 119 (46.88% from 255 or 31.65% from 376); Blue value is 122 (48.05% from 255 or 32.45% from 376); Max value from RGB is 135 - color contains mainly: red. Hex color #87777A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #87777A is #788885. Grayscale: #7C7C7C. Windows color (decimal): -7899270 or 8025991. OLE color: 8025991.
HSL color Cylindrical-coordinate representation of color #87777A: hue angle of 348.75º degrees, saturation: 0.06, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #87777A is Cyan = 0, Magento = 0.12, Yellow = 0.10 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 119 | 122 | - |
| CMYK | 0 | 0.12 | 0.10 | 0.47 |
| HSL | 348.75º | 0.06% | 0.5% | - |
| HSV(B) | 348.75º | 0.12% | 0.53% | - |
| XYZ | 20.1 | 19.75 | 21.16 | - |
| YUV | 124.13 | 126.8 | 135.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 119 | 122 | 0 | 0.12 | 0.10 | 0.47 | 348.75 | 0.06 | 0.5 |
| Hex | 87 | 77 | 7A | 0 | C | A | 2F | 15D | 6 | 32 |
| Octal | 207 | 167 | 172 | 0 | 14 | 12 | 57 | 535 | 6 | 62 |
| Binary | 10000111 | 1110111 | 1111010 | 0 | 1100 | 1010 | 101111 | 101011101 | 110 | 110010 |
Color Harmonies of #87777A
Complementary color
Monochromatic Colors of #87777A
Black with #87777A
Text Example
Text Example
White with #87777A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87777A; }
p { color: rgb(135,119,122); }
H1.HeaderClassName
{
color: #87777A;
}
.AnyTagClassName
{
color: #87777A;
}
</style>
background-color css
<style>
a { background-color: #87777A; }
a { background-color: rgb(135,119,122); }
div.DivClassName
{
background-color: #87777A;
}
.BgClassName
{
background-color: #87777A;
}
</style>
border-color css
<style>
span { border-color: #87777A; }
span { border-color: rgb(135,119,122); }
td.TdClassName
{
border-color: #87777A;
}
.TagClassName
{
border-color: #87777A;
}
</style>