Shades of Empress #87797B
Tints of Empress #87797B
RGB
CMYK
RGB Variations
Color information
#87797B (or 0x87797B) is known color: Empress. HEX triplet: 87, 79 and 7B. RGB value is (135,121,123). Sum of RGB (Red+Green+Blue) = 135+121+123=379 (50% of max value = 765). Red value is 135 (53.12% from 255 or 35.62% from 379); Green value is 121 (47.66% from 255 or 31.93% from 379); Blue value is 123 (48.44% from 255 or 32.45% from 379); Max value from RGB is 135 - color contains mainly: red. Hex color #87797B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #87797B is #788684. Grayscale: #7D7D7D. Windows color (decimal): -7898757 or 8092039. OLE color: 8092039.
HSL color Cylindrical-coordinate representation of color #87797B: hue angle of 351.43º degrees, saturation: 0.06, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #87797B is Cyan = 0, Magento = 0.10, Yellow = 0.09 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 121 | 123 | - |
| CMYK | 0 | 0.10 | 0.09 | 0.47 |
| HSL | 351.43º | 0.06% | 0.5% | - |
| HSV(B) | 351.43º | 0.1% | 0.53% | - |
| XYZ | 20.4 | 20.26 | 21.57 | - |
| YUV | 125.41 | 126.64 | 134.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 121 | 123 | 0 | 0.10 | 0.09 | 0.47 | 351.43 | 0.06 | 0.5 |
| Hex | 87 | 79 | 7B | 0 | A | 9 | 2F | 15F | 6 | 32 |
| Octal | 207 | 171 | 173 | 0 | 12 | 11 | 57 | 537 | 6 | 62 |
| Binary | 10000111 | 1111001 | 1111011 | 0 | 1010 | 1001 | 101111 | 101011111 | 110 | 110010 |
Color Harmonies of #87797B
Complementary color
Monochromatic Colors of #87797B
Black with #87797B
Text Example
Text Example
White with #87797B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87797B; }
p { color: rgb(135,121,123); }
H1.HeaderClassName
{
color: #87797B;
}
.AnyTagClassName
{
color: #87797B;
}
</style>
background-color css
<style>
a { background-color: #87797B; }
a { background-color: rgb(135,121,123); }
div.DivClassName
{
background-color: #87797B;
}
.BgClassName
{
background-color: #87797B;
}
</style>
border-color css
<style>
span { border-color: #87797B; }
span { border-color: rgb(135,121,123); }
td.TdClassName
{
border-color: #87797B;
}
.TagClassName
{
border-color: #87797B;
}
</style>