Shades of Empress #79676A
Tints of Empress #79676A
RGB
CMYK
RGB Variations
Color information
#79676A (or 0x79676A) is known color: Empress. HEX triplet: 79, 67 and 6A. RGB value is (121,103,106). Sum of RGB (Red+Green+Blue) = 121+103+106=330 (43% of max value = 765). Red value is 121 (47.66% from 255 or 36.67% from 330); Green value is 103 (40.62% from 255 or 31.21% from 330); Blue value is 106 (41.80% from 255 or 32.12% from 330); Max value from RGB is 121 - color contains mainly: red. Hex color #79676A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #79676A is #869895. Grayscale: #6C6C6C. Windows color (decimal): -8820886 or 6973305. OLE color: 6973305.
HSL color Cylindrical-coordinate representation of color #79676A: hue angle of 350º degrees, saturation: 0.08, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #79676A is Cyan = 0, Magento = 0.15, Yellow = 0.12 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 103 | 106 | - |
| CMYK | 0 | 0.15 | 0.12 | 0.53 |
| HSL | 350º | 0.08% | 0.44% | - |
| HSV(B) | 350º | 0.15% | 0.47% | - |
| XYZ | 15.34 | 14.81 | 15.69 | - |
| YUV | 108.72 | 126.46 | 136.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 103 | 106 | 0 | 0.15 | 0.12 | 0.53 | 350 | 0.08 | 0.44 |
| Hex | 79 | 67 | 6A | 0 | F | C | 35 | 15E | 8 | 2C |
| Octal | 171 | 147 | 152 | 0 | 17 | 14 | 65 | 536 | 10 | 54 |
| Binary | 1111001 | 1100111 | 1101010 | 0 | 1111 | 1100 | 110101 | 101011110 | 1000 | 101100 |
Color Harmonies of #79676A
Complementary color
Monochromatic Colors of #79676A
Black with #79676A
Text Example
Text Example
White with #79676A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79676A; }
p { color: rgb(121,103,106); }
H1.HeaderClassName
{
color: #79676A;
}
.AnyTagClassName
{
color: #79676A;
}
</style>
background-color css
<style>
a { background-color: #79676A; }
a { background-color: rgb(121,103,106); }
div.DivClassName
{
background-color: #79676A;
}
.BgClassName
{
background-color: #79676A;
}
</style>
border-color css
<style>
span { border-color: #79676A; }
span { border-color: rgb(121,103,106); }
td.TdClassName
{
border-color: #79676A;
}
.TagClassName
{
border-color: #79676A;
}
</style>