Shades of Empress #79656A
Tints of Empress #79656A
RGB
CMYK
RGB Variations
Color information
#79656A (or 0x79656A) is known color: Empress. HEX triplet: 79, 65 and 6A. RGB value is (121,101,106). Sum of RGB (Red+Green+Blue) = 121+101+106=328 (43% of max value = 765). Red value is 121 (47.66% from 255 or 36.89% from 328); Green value is 101 (39.84% from 255 or 30.79% from 328); Blue value is 106 (41.80% from 255 or 32.32% from 328); Max value from RGB is 121 - color contains mainly: red. Hex color #79656A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #79656A is #869A95. Grayscale: #6B6B6B. Windows color (decimal): -8821398 or 6972793. OLE color: 6972793.
HSL color Cylindrical-coordinate representation of color #79656A: hue angle of 345º degrees, saturation: 0.09, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #79656A is Cyan = 0, Magento = 0.17, Yellow = 0.12 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 101 | 106 | - |
| CMYK | 0 | 0.17 | 0.12 | 0.53 |
| HSL | 345º | 0.09% | 0.44% | - |
| HSV(B) | 345º | 0.17% | 0.47% | - |
| XYZ | 15.14 | 14.41 | 15.62 | - |
| YUV | 107.55 | 127.13 | 137.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 101 | 106 | 0 | 0.17 | 0.12 | 0.53 | 345 | 0.09 | 0.44 |
| Hex | 79 | 65 | 6A | 0 | 11 | C | 35 | 159 | 9 | 2C |
| Octal | 171 | 145 | 152 | 0 | 21 | 14 | 65 | 531 | 11 | 54 |
| Binary | 1111001 | 1100101 | 1101010 | 0 | 10001 | 1100 | 110101 | 101011001 | 1001 | 101100 |
Color Harmonies of #79656A
Complementary color
Monochromatic Colors of #79656A
Black with #79656A
Text Example
Text Example
White with #79656A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79656A; }
p { color: rgb(121,101,106); }
H1.HeaderClassName
{
color: #79656A;
}
.AnyTagClassName
{
color: #79656A;
}
</style>
background-color css
<style>
a { background-color: #79656A; }
a { background-color: rgb(121,101,106); }
div.DivClassName
{
background-color: #79656A;
}
.BgClassName
{
background-color: #79656A;
}
</style>
border-color css
<style>
span { border-color: #79656A; }
span { border-color: rgb(121,101,106); }
td.TdClassName
{
border-color: #79656A;
}
.TagClassName
{
border-color: #79656A;
}
</style>