Shades of Empress #806D73
Tints of Empress #806D73
RGB
CMYK
RGB Variations
Color information
#806D73 (or 0x806D73) is known color: Empress. HEX triplet: 80, 6D and 73. RGB value is (128,109,115). Sum of RGB (Red+Green+Blue) = 128+109+115=352 (46% of max value = 765). Red value is 128 (50.39% from 255 or 36.36% from 352); Green value is 109 (42.97% from 255 or 30.97% from 352); Blue value is 115 (45.31% from 255 or 32.67% from 352); Max value from RGB is 128 - color contains mainly: red. Hex color #806D73 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #806D73 is #7F928C. Grayscale: #737373. Windows color (decimal): -8360589 or 7564672. OLE color: 7564672.
HSL color Cylindrical-coordinate representation of color #806D73: hue angle of 341.05º degrees, saturation: 0.08, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #806D73 is Cyan = 0, Magento = 0.15, Yellow = 0.10 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 109 | 115 | - |
| CMYK | 0 | 0.15 | 0.10 | 0.50 |
| HSL | 341.05º | 0.08% | 0.46% | - |
| HSV(B) | 341.05º | 0.15% | 0.5% | - |
| XYZ | 17.47 | 16.76 | 18.53 | - |
| YUV | 115.37 | 127.79 | 137.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 109 | 115 | 0 | 0.15 | 0.10 | 0.50 | 341.05 | 0.08 | 0.46 |
| Hex | 80 | 6D | 73 | 0 | F | A | 32 | 155 | 8 | 2E |
| Octal | 200 | 155 | 163 | 0 | 17 | 12 | 62 | 525 | 10 | 56 |
| Binary | 10000000 | 1101101 | 1110011 | 0 | 1111 | 1010 | 110010 | 101010101 | 1000 | 101110 |
Color Harmonies of #806D73
Complementary color
Monochromatic Colors of #806D73
Black with #806D73
Text Example
Text Example
White with #806D73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #806D73; }
p { color: rgb(128,109,115); }
H1.HeaderClassName
{
color: #806D73;
}
.AnyTagClassName
{
color: #806D73;
}
</style>
background-color css
<style>
a { background-color: #806D73; }
a { background-color: rgb(128,109,115); }
div.DivClassName
{
background-color: #806D73;
}
.BgClassName
{
background-color: #806D73;
}
</style>
border-color css
<style>
span { border-color: #806D73; }
span { border-color: rgb(128,109,115); }
td.TdClassName
{
border-color: #806D73;
}
.TagClassName
{
border-color: #806D73;
}
</style>