Shades of Empress #89787A
Tints of Empress #89787A
RGB
CMYK
RGB Variations
Color information
#89787A (or 0x89787A) is known color: Empress. HEX triplet: 89, 78 and 7A. RGB value is (137,120,122). Sum of RGB (Red+Green+Blue) = 137+120+122=379 (50% of max value = 765). Red value is 137 (53.91% from 255 or 36.15% from 379); Green value is 120 (47.27% from 255 or 31.66% from 379); Blue value is 122 (48.05% from 255 or 32.19% from 379); Max value from RGB is 137 - color contains mainly: red. Hex color #89787A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #89787A is #768785. Grayscale: #7D7D7D. Windows color (decimal): -7767942 or 8026249. OLE color: 8026249.
HSL color Cylindrical-coordinate representation of color #89787A: hue angle of 352.94º degrees, saturation: 0.07, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #89787A is Cyan = 0, Magento = 0.12, Yellow = 0.11 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 120 | 122 | - |
| CMYK | 0 | 0.12 | 0.11 | 0.46 |
| HSL | 352.94º | 0.07% | 0.5% | - |
| HSV(B) | 352.94º | 0.12% | 0.54% | - |
| XYZ | 20.55 | 20.16 | 21.22 | - |
| YUV | 125.31 | 126.13 | 136.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 120 | 122 | 0 | 0.12 | 0.11 | 0.46 | 352.94 | 0.07 | 0.5 |
| Hex | 89 | 78 | 7A | 0 | C | B | 2E | 161 | 7 | 32 |
| Octal | 211 | 170 | 172 | 0 | 14 | 13 | 56 | 541 | 7 | 62 |
| Binary | 10001001 | 1111000 | 1111010 | 0 | 1100 | 1011 | 101110 | 101100001 | 111 | 110010 |
Color Harmonies of #89787A
Complementary color
Monochromatic Colors of #89787A
Black with #89787A
Text Example
Text Example
White with #89787A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89787A; }
p { color: rgb(137,120,122); }
H1.HeaderClassName
{
color: #89787A;
}
.AnyTagClassName
{
color: #89787A;
}
</style>
background-color css
<style>
a { background-color: #89787A; }
a { background-color: rgb(137,120,122); }
div.DivClassName
{
background-color: #89787A;
}
.BgClassName
{
background-color: #89787A;
}
</style>
border-color css
<style>
span { border-color: #89787A; }
span { border-color: rgb(137,120,122); }
td.TdClassName
{
border-color: #89787A;
}
.TagClassName
{
border-color: #89787A;
}
</style>