Shades of Empress #806F73
Tints of Empress #806F73
RGB
CMYK
RGB Variations
Color information
#806F73 (or 0x806F73) is known color: Empress. HEX triplet: 80, 6F and 73. RGB value is (128,111,115). Sum of RGB (Red+Green+Blue) = 128+111+115=354 (46% of max value = 765). Red value is 128 (50.39% from 255 or 36.16% from 354); Green value is 111 (43.75% from 255 or 31.36% from 354); Blue value is 115 (45.31% from 255 or 32.49% from 354); Max value from RGB is 128 - color contains mainly: red. Hex color #806F73 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #806F73 is #7F908C. Grayscale: #747474. Windows color (decimal): -8360077 or 7565184. OLE color: 7565184.
HSL color Cylindrical-coordinate representation of color #806F73: hue angle of 345.88º degrees, saturation: 0.07, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #806F73 is Cyan = 0, Magento = 0.13, Yellow = 0.10 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 111 | 115 | - |
| CMYK | 0 | 0.13 | 0.10 | 0.50 |
| HSL | 345.88º | 0.07% | 0.47% | - |
| HSV(B) | 345.88º | 0.13% | 0.5% | - |
| XYZ | 17.68 | 17.2 | 18.61 | - |
| YUV | 116.54 | 127.13 | 136.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 111 | 115 | 0 | 0.13 | 0.10 | 0.50 | 345.88 | 0.07 | 0.47 |
| Hex | 80 | 6F | 73 | 0 | D | A | 32 | 15A | 7 | 2F |
| Octal | 200 | 157 | 163 | 0 | 15 | 12 | 62 | 532 | 7 | 57 |
| Binary | 10000000 | 1101111 | 1110011 | 0 | 1101 | 1010 | 110010 | 101011010 | 111 | 101111 |
Color Harmonies of #806F73
Complementary color
Monochromatic Colors of #806F73
Black with #806F73
Text Example
Text Example
White with #806F73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #806F73; }
p { color: rgb(128,111,115); }
H1.HeaderClassName
{
color: #806F73;
}
.AnyTagClassName
{
color: #806F73;
}
</style>
background-color css
<style>
a { background-color: #806F73; }
a { background-color: rgb(128,111,115); }
div.DivClassName
{
background-color: #806F73;
}
.BgClassName
{
background-color: #806F73;
}
</style>
border-color css
<style>
span { border-color: #806F73; }
span { border-color: rgb(128,111,115); }
td.TdClassName
{
border-color: #806F73;
}
.TagClassName
{
border-color: #806F73;
}
</style>