Shades of Empress #80676D
Tints of Empress #80676D
RGB
CMYK
RGB Variations
Color information
#80676D (or 0x80676D) is known color: Empress. HEX triplet: 80, 67 and 6D. RGB value is (128,103,109). Sum of RGB (Red+Green+Blue) = 128+103+109=340 (45% of max value = 765). Red value is 128 (50.39% from 255 or 37.65% from 340); Green value is 103 (40.62% from 255 or 30.29% from 340); Blue value is 109 (42.97% from 255 or 32.06% from 340); Max value from RGB is 128 - color contains mainly: red. Hex color #80676D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #80676D is #7F9892. Grayscale: #6F6F6F. Windows color (decimal): -8362131 or 7169920. OLE color: 7169920.
HSL color Cylindrical-coordinate representation of color #80676D: hue angle of 345.6º 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 #80676D is Cyan = 0, Magento = 0.20, Yellow = 0.15 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 103 | 109 | - |
| CMYK | 0 | 0.20 | 0.15 | 0.50 |
| HSL | 345.6º | 0.11% | 0.45% | - |
| HSV(B) | 345.6º | 0.2% | 0.5% | - |
| XYZ | 16.51 | 15.39 | 16.57 | - |
| YUV | 111.16 | 126.78 | 140.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 103 | 109 | 0 | 0.20 | 0.15 | 0.50 | 345.6 | 0.11 | 0.45 |
| Hex | 80 | 67 | 6D | 0 | 14 | F | 32 | 15A | B | 2D |
| Octal | 200 | 147 | 155 | 0 | 24 | 17 | 62 | 532 | 13 | 55 |
| Binary | 10000000 | 1100111 | 1101101 | 0 | 10100 | 1111 | 110010 | 101011010 | 1011 | 101101 |
Color Harmonies of #80676D
Complementary color
Monochromatic Colors of #80676D
Black with #80676D
Text Example
Text Example
White with #80676D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80676D; }
p { color: rgb(128,103,109); }
H1.HeaderClassName
{
color: #80676D;
}
.AnyTagClassName
{
color: #80676D;
}
</style>
background-color css
<style>
a { background-color: #80676D; }
a { background-color: rgb(128,103,109); }
div.DivClassName
{
background-color: #80676D;
}
.BgClassName
{
background-color: #80676D;
}
</style>
border-color css
<style>
span { border-color: #80676D; }
span { border-color: rgb(128,103,109); }
td.TdClassName
{
border-color: #80676D;
}
.TagClassName
{
border-color: #80676D;
}
</style>