Shades of Empress #7A6E73
Tints of Empress #7A6E73
RGB
CMYK
RGB Variations
Color information
#7A6E73 (or 0x7A6E73) is known color: Empress. HEX triplet: 7A, 6E and 73. RGB value is (122,110,115). Sum of RGB (Red+Green+Blue) = 122+110+115=347 (45% of max value = 765). Red value is 122 (48.05% from 255 or 35.16% from 347); Green value is 110 (43.36% from 255 or 31.70% from 347); Blue value is 115 (45.31% from 255 or 33.14% from 347); Max value from RGB is 122 - color contains mainly: red. Hex color #7A6E73 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A6E73 is #85918C. Grayscale: #727272. Windows color (decimal): -8753549 or 7564922. OLE color: 7564922.
HSL color Cylindrical-coordinate representation of color #7A6E73: hue angle of 335º degrees, saturation: 0.05, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #7A6E73 is Cyan = 0, Magento = 0.10, Yellow = 0.06 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 110 | 115 | - |
| CMYK | 0 | 0.10 | 0.06 | 0.52 |
| HSL | 335º | 0.05% | 0.45% | - |
| HSV(B) | 335º | 0.1% | 0.48% | - |
| XYZ | 16.7 | 16.53 | 18.53 | - |
| YUV | 114.16 | 128.48 | 133.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 110 | 115 | 0 | 0.10 | 0.06 | 0.52 | 335 | 0.05 | 0.45 |
| Hex | 7A | 6E | 73 | 0 | A | 6 | 34 | 14F | 5 | 2D |
| Octal | 172 | 156 | 163 | 0 | 12 | 6 | 64 | 517 | 5 | 55 |
| Binary | 1111010 | 1101110 | 1110011 | 0 | 1010 | 110 | 110100 | 101001111 | 101 | 101101 |
Color Harmonies of #7A6E73
Complementary color
Monochromatic Colors of #7A6E73
Black with #7A6E73
Text Example
Text Example
White with #7A6E73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A6E73; }
p { color: rgb(122,110,115); }
H1.HeaderClassName
{
color: #7A6E73;
}
.AnyTagClassName
{
color: #7A6E73;
}
</style>
background-color css
<style>
a { background-color: #7A6E73; }
a { background-color: rgb(122,110,115); }
div.DivClassName
{
background-color: #7A6E73;
}
.BgClassName
{
background-color: #7A6E73;
}
</style>
border-color css
<style>
span { border-color: #7A6E73; }
span { border-color: rgb(122,110,115); }
td.TdClassName
{
border-color: #7A6E73;
}
.TagClassName
{
border-color: #7A6E73;
}
</style>