Shades of Empress #85787A
Tints of Empress #85787A
RGB
CMYK
RGB Variations
Color information
#85787A (or 0x85787A) is known color: Empress. HEX triplet: 85, 78 and 7A. RGB value is (133,120,122). Sum of RGB (Red+Green+Blue) = 133+120+122=375 (49% of max value = 765). Red value is 133 (52.34% from 255 or 35.47% from 375); Green value is 120 (47.27% from 255 or 32% from 375); Blue value is 122 (48.05% from 255 or 32.53% from 375); Max value from RGB is 133 - color contains mainly: red. Hex color #85787A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #85787A is #7A8785. Grayscale: #7C7C7C. Windows color (decimal): -8030086 or 8026245. OLE color: 8026245.
HSL color Cylindrical-coordinate representation of color #85787A: hue angle of 350.77º degrees, saturation: 0.05, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #85787A is Cyan = 0, Magento = 0.10, Yellow = 0.08 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 120 | 122 | - |
| CMYK | 0 | 0.10 | 0.08 | 0.48 |
| HSL | 350.77º | 0.05% | 0.5% | - |
| HSV(B) | 350.77º | 0.1% | 0.52% | - |
| XYZ | 19.9 | 19.82 | 21.19 | - |
| YUV | 124.12 | 126.81 | 134.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 120 | 122 | 0 | 0.10 | 0.08 | 0.48 | 350.77 | 0.05 | 0.5 |
| Hex | 85 | 78 | 7A | 0 | A | 8 | 30 | 15F | 5 | 32 |
| Octal | 205 | 170 | 172 | 0 | 12 | 10 | 60 | 537 | 5 | 62 |
| Binary | 10000101 | 1111000 | 1111010 | 0 | 1010 | 1000 | 110000 | 101011111 | 101 | 110010 |
Color Harmonies of #85787A
Complementary color
Monochromatic Colors of #85787A
Black with #85787A
Text Example
Text Example
White with #85787A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85787A; }
p { color: rgb(133,120,122); }
H1.HeaderClassName
{
color: #85787A;
}
.AnyTagClassName
{
color: #85787A;
}
</style>
background-color css
<style>
a { background-color: #85787A; }
a { background-color: rgb(133,120,122); }
div.DivClassName
{
background-color: #85787A;
}
.BgClassName
{
background-color: #85787A;
}
</style>
border-color css
<style>
span { border-color: #85787A; }
span { border-color: rgb(133,120,122); }
td.TdClassName
{
border-color: #85787A;
}
.TagClassName
{
border-color: #85787A;
}
</style>