Shades of Empress #806C73
Tints of Empress #806C73
RGB
CMYK
RGB Variations
Color information
#806C73 (or 0x806C73) is known color: Empress. HEX triplet: 80, 6C and 73. RGB value is (128,108,115). Sum of RGB (Red+Green+Blue) = 128+108+115=351 (46% of max value = 765). Red value is 128 (50.39% from 255 or 36.47% from 351); Green value is 108 (42.58% from 255 or 30.77% from 351); Blue value is 115 (45.31% from 255 or 32.76% from 351); Max value from RGB is 128 - color contains mainly: red. Hex color #806C73 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #806C73 is #7F938C. Grayscale: #727272. Windows color (decimal): -8360845 or 7564416. OLE color: 7564416.
HSL color Cylindrical-coordinate representation of color #806C73: hue angle of 339º degrees, saturation: 0.08, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #806C73 is Cyan = 0, Magento = 0.16, Yellow = 0.10 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 108 | 115 | - |
| CMYK | 0 | 0.16 | 0.10 | 0.50 |
| HSL | 339º | 0.08% | 0.46% | - |
| HSV(B) | 339º | 0.16% | 0.5% | - |
| XYZ | 17.36 | 16.55 | 18.5 | - |
| YUV | 114.78 | 128.13 | 137.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 108 | 115 | 0 | 0.16 | 0.10 | 0.50 | 339 | 0.08 | 0.46 |
| Hex | 80 | 6C | 73 | 0 | 10 | A | 32 | 153 | 8 | 2E |
| Octal | 200 | 154 | 163 | 0 | 20 | 12 | 62 | 523 | 10 | 56 |
| Binary | 10000000 | 1101100 | 1110011 | 0 | 10000 | 1010 | 110010 | 101010011 | 1000 | 101110 |
Color Harmonies of #806C73
Complementary color
Monochromatic Colors of #806C73
Black with #806C73
Text Example
Text Example
White with #806C73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #806C73; }
p { color: rgb(128,108,115); }
H1.HeaderClassName
{
color: #806C73;
}
.AnyTagClassName
{
color: #806C73;
}
</style>
background-color css
<style>
a { background-color: #806C73; }
a { background-color: rgb(128,108,115); }
div.DivClassName
{
background-color: #806C73;
}
.BgClassName
{
background-color: #806C73;
}
</style>
border-color css
<style>
span { border-color: #806C73; }
span { border-color: rgb(128,108,115); }
td.TdClassName
{
border-color: #806C73;
}
.TagClassName
{
border-color: #806C73;
}
</style>