Shades of Empress #80666C
Tints of Empress #80666C
RGB
CMYK
RGB Variations
Color information
#80666C (or 0x80666C) is known color: Empress. HEX triplet: 80, 66 and 6C. RGB value is (128,102,108). Sum of RGB (Red+Green+Blue) = 128+102+108=338 (44% of max value = 765). Red value is 128 (50.39% from 255 or 37.87% from 338); Green value is 102 (40.23% from 255 or 30.18% from 338); Blue value is 108 (42.58% from 255 or 31.95% from 338); Max value from RGB is 128 - color contains mainly: red. Hex color #80666C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #80666C is #7F9993. Grayscale: #6E6E6E. Windows color (decimal): -8362388 or 7104128. OLE color: 7104128.
HSL color Cylindrical-coordinate representation of color #80666C: hue angle of 346.15º degrees, saturation: 0.11, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #80666C is Cyan = 0, Magento = 0.20, Yellow = 0.16 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 102 | 108 | - |
| CMYK | 0 | 0.20 | 0.16 | 0.50 |
| HSL | 346.15º | 0.11% | 0.45% | - |
| HSV(B) | 346.15º | 0.2% | 0.5% | - |
| XYZ | 16.36 | 15.17 | 16.25 | - |
| YUV | 110.46 | 126.61 | 140.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 102 | 108 | 0 | 0.20 | 0.16 | 0.50 | 346.15 | 0.11 | 0.45 |
| Hex | 80 | 66 | 6C | 0 | 14 | 10 | 32 | 15A | B | 2D |
| Octal | 200 | 146 | 154 | 0 | 24 | 20 | 62 | 532 | 13 | 55 |
| Binary | 10000000 | 1100110 | 1101100 | 0 | 10100 | 10000 | 110010 | 101011010 | 1011 | 101101 |
Color Harmonies of #80666C
Complementary color
Monochromatic Colors of #80666C
Black with #80666C
Text Example
Text Example
White with #80666C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80666C; }
p { color: rgb(128,102,108); }
H1.HeaderClassName
{
color: #80666C;
}
.AnyTagClassName
{
color: #80666C;
}
</style>
background-color css
<style>
a { background-color: #80666C; }
a { background-color: rgb(128,102,108); }
div.DivClassName
{
background-color: #80666C;
}
.BgClassName
{
background-color: #80666C;
}
</style>
border-color css
<style>
span { border-color: #80666C; }
span { border-color: rgb(128,102,108); }
td.TdClassName
{
border-color: #80666C;
}
.TagClassName
{
border-color: #80666C;
}
</style>