Shades of Empress #89787B
Tints of Empress #89787B
RGB
CMYK
RGB Variations
Color information
#89787B (or 0x89787B) is known color: Empress. HEX triplet: 89, 78 and 7B. RGB value is (137,120,123). Sum of RGB (Red+Green+Blue) = 137+120+123=380 (50% of max value = 765). Red value is 137 (53.91% from 255 or 36.05% from 380); Green value is 120 (47.27% from 255 or 31.58% from 380); Blue value is 123 (48.44% from 255 or 32.37% from 380); Max value from RGB is 137 - color contains mainly: red. Hex color #89787B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #89787B is #768784. Grayscale: #7D7D7D. Windows color (decimal): -7767941 or 8091785. OLE color: 8091785.
HSL color Cylindrical-coordinate representation of color #89787B: hue angle of 349.41º 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 #89787B is Cyan = 0, Magento = 0.12, Yellow = 0.10 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 120 | 123 | - |
| CMYK | 0 | 0.12 | 0.10 | 0.46 |
| HSL | 349.41º | 0.07% | 0.5% | - |
| HSV(B) | 349.41º | 0.12% | 0.54% | - |
| XYZ | 20.61 | 20.18 | 21.55 | - |
| YUV | 125.43 | 126.63 | 136.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 120 | 123 | 0 | 0.12 | 0.10 | 0.46 | 349.41 | 0.07 | 0.5 |
| Hex | 89 | 78 | 7B | 0 | C | A | 2E | 15D | 7 | 32 |
| Octal | 211 | 170 | 173 | 0 | 14 | 12 | 56 | 535 | 7 | 62 |
| Binary | 10001001 | 1111000 | 1111011 | 0 | 1100 | 1010 | 101110 | 101011101 | 111 | 110010 |
Color Harmonies of #89787B
Complementary color
Monochromatic Colors of #89787B
Black with #89787B
Text Example
Text Example
White with #89787B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89787B; }
p { color: rgb(137,120,123); }
H1.HeaderClassName
{
color: #89787B;
}
.AnyTagClassName
{
color: #89787B;
}
</style>
background-color css
<style>
a { background-color: #89787B; }
a { background-color: rgb(137,120,123); }
div.DivClassName
{
background-color: #89787B;
}
.BgClassName
{
background-color: #89787B;
}
</style>
border-color css
<style>
span { border-color: #89787B; }
span { border-color: rgb(137,120,123); }
td.TdClassName
{
border-color: #89787B;
}
.TagClassName
{
border-color: #89787B;
}
</style>