Shades of Empress #80666F
Tints of Empress #80666F
RGB
CMYK
RGB Variations
Color information
#80666F (or 0x80666F) is known color: Empress. HEX triplet: 80, 66 and 6F. RGB value is (128,102,111). Sum of RGB (Red+Green+Blue) = 128+102+111=341 (45% of max value = 765). Red value is 128 (50.39% from 255 or 37.54% from 341); Green value is 102 (40.23% from 255 or 29.91% from 341); Blue value is 111 (43.75% from 255 or 32.55% from 341); Max value from RGB is 128 - color contains mainly: red. Hex color #80666F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #80666F is #7F9990. Grayscale: #6E6E6E. Windows color (decimal): -8362385 or 7300736. OLE color: 7300736.
HSL color Cylindrical-coordinate representation of color #80666F: hue angle of 339.23º 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 #80666F is Cyan = 0, Magento = 0.20, Yellow = 0.13 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 102 | 111 | - |
| CMYK | 0 | 0.20 | 0.13 | 0.50 |
| HSL | 339.23º | 0.11% | 0.45% | - |
| HSV(B) | 339.23º | 0.2% | 0.5% | - |
| XYZ | 16.52 | 15.24 | 17.11 | - |
| YUV | 110.8 | 128.11 | 140.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 102 | 111 | 0 | 0.20 | 0.13 | 0.50 | 339.23 | 0.11 | 0.45 |
| Hex | 80 | 66 | 6F | 0 | 14 | D | 32 | 153 | B | 2D |
| Octal | 200 | 146 | 157 | 0 | 24 | 15 | 62 | 523 | 13 | 55 |
| Binary | 10000000 | 1100110 | 1101111 | 0 | 10100 | 1101 | 110010 | 101010011 | 1011 | 101101 |
Color Harmonies of #80666F
Complementary color
Monochromatic Colors of #80666F
Black with #80666F
Text Example
Text Example
White with #80666F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80666F; }
p { color: rgb(128,102,111); }
H1.HeaderClassName
{
color: #80666F;
}
.AnyTagClassName
{
color: #80666F;
}
</style>
background-color css
<style>
a { background-color: #80666F; }
a { background-color: rgb(128,102,111); }
div.DivClassName
{
background-color: #80666F;
}
.BgClassName
{
background-color: #80666F;
}
</style>
border-color css
<style>
span { border-color: #80666F; }
span { border-color: rgb(128,102,111); }
td.TdClassName
{
border-color: #80666F;
}
.TagClassName
{
border-color: #80666F;
}
</style>