Shades of Empress #80787A
Tints of Empress #80787A
RGB
CMYK
RGB Variations
Color information
#80787A (or 0x80787A) is known color: Empress. HEX triplet: 80, 78 and 7A. RGB value is (128,120,122). Sum of RGB (Red+Green+Blue) = 128+120+122=370 (49% of max value = 765). Red value is 128 (50.39% from 255 or 34.59% from 370); Green value is 120 (47.27% from 255 or 32.43% from 370); Blue value is 122 (48.05% from 255 or 32.97% from 370); Max value from RGB is 128 - color contains mainly: red. Hex color #80787A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #80787A is #7F8785. Grayscale: #7A7A7A. Windows color (decimal): -8357766 or 8026240. OLE color: 8026240.
HSL color Cylindrical-coordinate representation of color #80787A: hue angle of 345º degrees, saturation: 0.03, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #80787A is Cyan = 0, Magento = 0.06, Yellow = 0.05 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 120 | 122 | - |
| CMYK | 0 | 0.06 | 0.05 | 0.50 |
| HSL | 345º | 0.03% | 0.49% | - |
| HSV(B) | 345º | 0.06% | 0.5% | - |
| XYZ | 19.13 | 19.43 | 21.15 | - |
| YUV | 122.62 | 127.65 | 131.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 120 | 122 | 0 | 0.06 | 0.05 | 0.50 | 345 | 0.03 | 0.49 |
| Hex | 80 | 78 | 7A | 0 | 6 | 5 | 32 | 159 | 3 | 31 |
| Octal | 200 | 170 | 172 | 0 | 6 | 5 | 62 | 531 | 3 | 61 |
| Binary | 10000000 | 1111000 | 1111010 | 0 | 110 | 101 | 110010 | 101011001 | 11 | 110001 |
Color Harmonies of #80787A
Complementary color
Monochromatic Colors of #80787A
Black with #80787A
Text Example
Text Example
White with #80787A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80787A; }
p { color: rgb(128,120,122); }
H1.HeaderClassName
{
color: #80787A;
}
.AnyTagClassName
{
color: #80787A;
}
</style>
background-color css
<style>
a { background-color: #80787A; }
a { background-color: rgb(128,120,122); }
div.DivClassName
{
background-color: #80787A;
}
.BgClassName
{
background-color: #80787A;
}
</style>
border-color css
<style>
span { border-color: #80787A; }
span { border-color: rgb(128,120,122); }
td.TdClassName
{
border-color: #80787A;
}
.TagClassName
{
border-color: #80787A;
}
</style>