Shades of Empress #796B6E
Tints of Empress #796B6E
RGB
CMYK
RGB Variations
Color information
#796B6E (or 0x796B6E) is known color: Empress. HEX triplet: 79, 6B and 6E. RGB value is (121,107,110). Sum of RGB (Red+Green+Blue) = 121+107+110=338 (44% of max value = 765). Red value is 121 (47.66% from 255 or 35.80% from 338); Green value is 107 (42.19% from 255 or 31.66% from 338); Blue value is 110 (43.36% from 255 or 32.54% from 338); Max value from RGB is 121 - color contains mainly: red. Hex color #796B6E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #796B6E is #869491. Grayscale: #6F6F6F. Windows color (decimal): -8819858 or 7236473. OLE color: 7236473.
HSL color Cylindrical-coordinate representation of color #796B6E: hue angle of 347.14º degrees, saturation: 0.06, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #796B6E is Cyan = 0, Magento = 0.12, Yellow = 0.09 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 107 | 110 | - |
| CMYK | 0 | 0.12 | 0.09 | 0.53 |
| HSL | 347.14º | 0.06% | 0.45% | - |
| HSV(B) | 347.14º | 0.12% | 0.47% | - |
| XYZ | 15.96 | 15.71 | 16.94 | - |
| YUV | 111.53 | 127.14 | 134.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 107 | 110 | 0 | 0.12 | 0.09 | 0.53 | 347.14 | 0.06 | 0.45 |
| Hex | 79 | 6B | 6E | 0 | C | 9 | 35 | 15B | 6 | 2D |
| Octal | 171 | 153 | 156 | 0 | 14 | 11 | 65 | 533 | 6 | 55 |
| Binary | 1111001 | 1101011 | 1101110 | 0 | 1100 | 1001 | 110101 | 101011011 | 110 | 101101 |
Color Harmonies of #796B6E
Complementary color
Monochromatic Colors of #796B6E
Black with #796B6E
Text Example
Text Example
White with #796B6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #796B6E; }
p { color: rgb(121,107,110); }
H1.HeaderClassName
{
color: #796B6E;
}
.AnyTagClassName
{
color: #796B6E;
}
</style>
background-color css
<style>
a { background-color: #796B6E; }
a { background-color: rgb(121,107,110); }
div.DivClassName
{
background-color: #796B6E;
}
.BgClassName
{
background-color: #796B6E;
}
</style>
border-color css
<style>
span { border-color: #796B6E; }
span { border-color: rgb(121,107,110); }
td.TdClassName
{
border-color: #796B6E;
}
.TagClassName
{
border-color: #796B6E;
}
</style>