Shades of Empress #80676C
Tints of Empress #80676C
RGB
CMYK
RGB Variations
Color information
#80676C (or 0x80676C) is known color: Empress. HEX triplet: 80, 67 and 6C. RGB value is (128,103,108). Sum of RGB (Red+Green+Blue) = 128+103+108=339 (44% of max value = 765). Red value is 128 (50.39% from 255 or 37.76% from 339); Green value is 103 (40.62% from 255 or 30.38% from 339); Blue value is 108 (42.58% from 255 or 31.86% from 339); Max value from RGB is 128 - color contains mainly: red. Hex color #80676C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #80676C is #7F9893. Grayscale: #6F6F6F. Windows color (decimal): -8362132 or 7104384. OLE color: 7104384.
HSL color Cylindrical-coordinate representation of color #80676C: hue angle of 348º 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 #80676C is Cyan = 0, Magento = 0.20, Yellow = 0.16 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 103 | 108 | - |
| CMYK | 0 | 0.20 | 0.16 | 0.50 |
| HSL | 348º | 0.11% | 0.45% | - |
| HSV(B) | 348º | 0.2% | 0.5% | - |
| XYZ | 16.46 | 15.37 | 16.29 | - |
| YUV | 111.05 | 126.28 | 140.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 103 | 108 | 0 | 0.20 | 0.16 | 0.50 | 348 | 0.11 | 0.45 |
| Hex | 80 | 67 | 6C | 0 | 14 | 10 | 32 | 15C | B | 2D |
| Octal | 200 | 147 | 154 | 0 | 24 | 20 | 62 | 534 | 13 | 55 |
| Binary | 10000000 | 1100111 | 1101100 | 0 | 10100 | 10000 | 110010 | 101011100 | 1011 | 101101 |
Color Harmonies of #80676C
Complementary color
Monochromatic Colors of #80676C
Black with #80676C
Text Example
Text Example
White with #80676C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80676C; }
p { color: rgb(128,103,108); }
H1.HeaderClassName
{
color: #80676C;
}
.AnyTagClassName
{
color: #80676C;
}
</style>
background-color css
<style>
a { background-color: #80676C; }
a { background-color: rgb(128,103,108); }
div.DivClassName
{
background-color: #80676C;
}
.BgClassName
{
background-color: #80676C;
}
</style>
border-color css
<style>
span { border-color: #80676C; }
span { border-color: rgb(128,103,108); }
td.TdClassName
{
border-color: #80676C;
}
.TagClassName
{
border-color: #80676C;
}
</style>