Shades of Empress #806E73
Tints of Empress #806E73
RGB
CMYK
RGB Variations
Color information
#806E73 (or 0x806E73) is known color: Empress. HEX triplet: 80, 6E and 73. RGB value is (128,110,115). Sum of RGB (Red+Green+Blue) = 128+110+115=353 (46% of max value = 765). Red value is 128 (50.39% from 255 or 36.26% from 353); Green value is 110 (43.36% from 255 or 31.16% from 353); Blue value is 115 (45.31% from 255 or 32.58% from 353); Max value from RGB is 128 - color contains mainly: red. Hex color #806E73 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #806E73 is #7F918C. Grayscale: #737373. Windows color (decimal): -8360333 or 7564928. OLE color: 7564928.
HSL color Cylindrical-coordinate representation of color #806E73: hue angle of 343.33º degrees, saturation: 0.08, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #806E73 is Cyan = 0, Magento = 0.14, Yellow = 0.10 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 110 | 115 | - |
| CMYK | 0 | 0.14 | 0.10 | 0.50 |
| HSL | 343.33º | 0.08% | 0.47% | - |
| HSV(B) | 343.33º | 0.14% | 0.5% | - |
| XYZ | 17.57 | 16.98 | 18.57 | - |
| YUV | 115.95 | 127.46 | 136.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 110 | 115 | 0 | 0.14 | 0.10 | 0.50 | 343.33 | 0.08 | 0.47 |
| Hex | 80 | 6E | 73 | 0 | E | A | 32 | 157 | 8 | 2F |
| Octal | 200 | 156 | 163 | 0 | 16 | 12 | 62 | 527 | 10 | 57 |
| Binary | 10000000 | 1101110 | 1110011 | 0 | 1110 | 1010 | 110010 | 101010111 | 1000 | 101111 |
Color Harmonies of #806E73
Complementary color
Monochromatic Colors of #806E73
Black with #806E73
Text Example
Text Example
White with #806E73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #806E73; }
p { color: rgb(128,110,115); }
H1.HeaderClassName
{
color: #806E73;
}
.AnyTagClassName
{
color: #806E73;
}
</style>
background-color css
<style>
a { background-color: #806E73; }
a { background-color: rgb(128,110,115); }
div.DivClassName
{
background-color: #806E73;
}
.BgClassName
{
background-color: #806E73;
}
</style>
border-color css
<style>
span { border-color: #806E73; }
span { border-color: rgb(128,110,115); }
td.TdClassName
{
border-color: #806E73;
}
.TagClassName
{
border-color: #806E73;
}
</style>