Shades of Empress #796B70
Tints of Empress #796B70
RGB
CMYK
RGB Variations
Color information
#796B70 (or 0x796B70) is known color: Empress. HEX triplet: 79, 6B and 70. RGB value is (121,107,112). Sum of RGB (Red+Green+Blue) = 121+107+112=340 (45% of max value = 765). Red value is 121 (47.66% from 255 or 35.59% from 340); Green value is 107 (42.19% from 255 or 31.47% from 340); Blue value is 112 (44.14% from 255 or 32.94% from 340); Max value from RGB is 121 - color contains mainly: red. Hex color #796B70 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #796B70 is #86948F. Grayscale: #6F6F6F. Windows color (decimal): -8819856 or 7367545. OLE color: 7367545.
HSL color Cylindrical-coordinate representation of color #796B70: hue angle of 338.57º 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 #796B70 is Cyan = 0, Magento = 0.12, Yellow = 0.07 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 107 | 112 | - |
| CMYK | 0 | 0.12 | 0.07 | 0.53 |
| HSL | 338.57º | 0.06% | 0.45% | - |
| HSV(B) | 338.57º | 0.12% | 0.47% | - |
| XYZ | 16.07 | 15.75 | 17.52 | - |
| YUV | 111.76 | 128.14 | 134.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 107 | 112 | 0 | 0.12 | 0.07 | 0.53 | 338.57 | 0.06 | 0.45 |
| Hex | 79 | 6B | 70 | 0 | C | 7 | 35 | 153 | 6 | 2D |
| Octal | 171 | 153 | 160 | 0 | 14 | 7 | 65 | 523 | 6 | 55 |
| Binary | 1111001 | 1101011 | 1110000 | 0 | 1100 | 111 | 110101 | 101010011 | 110 | 101101 |
Color Harmonies of #796B70
Complementary color
Monochromatic Colors of #796B70
Black with #796B70
Text Example
Text Example
White with #796B70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #796B70; }
p { color: rgb(121,107,112); }
H1.HeaderClassName
{
color: #796B70;
}
.AnyTagClassName
{
color: #796B70;
}
</style>
background-color css
<style>
a { background-color: #796B70; }
a { background-color: rgb(121,107,112); }
div.DivClassName
{
background-color: #796B70;
}
.BgClassName
{
background-color: #796B70;
}
</style>
border-color css
<style>
span { border-color: #796B70; }
span { border-color: rgb(121,107,112); }
td.TdClassName
{
border-color: #796B70;
}
.TagClassName
{
border-color: #796B70;
}
</style>