Shades of Empress #796E73
Tints of Empress #796E73
RGB
CMYK
RGB Variations
Color information
#796E73 (or 0x796E73) is known color: Empress. HEX triplet: 79, 6E and 73. RGB value is (121,110,115). Sum of RGB (Red+Green+Blue) = 121+110+115=346 (45% of max value = 765). Red value is 121 (47.66% from 255 or 34.97% from 346); Green value is 110 (43.36% from 255 or 31.79% from 346); Blue value is 115 (45.31% from 255 or 33.24% from 346); Max value from RGB is 121 - color contains mainly: red. Hex color #796E73 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #796E73 is #86918C. Grayscale: #717171. Windows color (decimal): -8819085 or 7564921. OLE color: 7564921.
HSL color Cylindrical-coordinate representation of color #796E73: hue angle of 332.73º degrees, saturation: 0.05, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #796E73 is Cyan = 0, Magento = 0.09, Yellow = 0.05 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 110 | 115 | - |
| CMYK | 0 | 0.09 | 0.05 | 0.53 |
| HSL | 332.73º | 0.05% | 0.45% | - |
| HSV(B) | 332.73º | 0.09% | 0.47% | - |
| XYZ | 16.56 | 16.45 | 18.52 | - |
| YUV | 113.86 | 128.64 | 133.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 110 | 115 | 0 | 0.09 | 0.05 | 0.53 | 332.73 | 0.05 | 0.45 |
| Hex | 79 | 6E | 73 | 0 | 9 | 5 | 35 | 14D | 5 | 2D |
| Octal | 171 | 156 | 163 | 0 | 11 | 5 | 65 | 515 | 5 | 55 |
| Binary | 1111001 | 1101110 | 1110011 | 0 | 1001 | 101 | 110101 | 101001101 | 101 | 101101 |
Color Harmonies of #796E73
Complementary color
Monochromatic Colors of #796E73
Black with #796E73
Text Example
Text Example
White with #796E73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #796E73; }
p { color: rgb(121,110,115); }
H1.HeaderClassName
{
color: #796E73;
}
.AnyTagClassName
{
color: #796E73;
}
</style>
background-color css
<style>
a { background-color: #796E73; }
a { background-color: rgb(121,110,115); }
div.DivClassName
{
background-color: #796E73;
}
.BgClassName
{
background-color: #796E73;
}
</style>
border-color css
<style>
span { border-color: #796E73; }
span { border-color: rgb(121,110,115); }
td.TdClassName
{
border-color: #796E73;
}
.TagClassName
{
border-color: #796E73;
}
</style>