Shades of Empress #7A6A6F
Tints of Empress #7A6A6F
RGB
CMYK
RGB Variations
Color information
#7A6A6F (or 0x7A6A6F) is known color: Empress. HEX triplet: 7A, 6A and 6F. RGB value is (122,106,111). Sum of RGB (Red+Green+Blue) = 122+106+111=339 (44% of max value = 765). Red value is 122 (48.05% from 255 or 35.99% from 339); Green value is 106 (41.80% from 255 or 31.27% from 339); Blue value is 111 (43.75% from 255 or 32.74% from 339); Max value from RGB is 122 - color contains mainly: red. Hex color #7A6A6F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A6A6F is #859590. Grayscale: #6F6F6F. Windows color (decimal): -8754577 or 7301754. OLE color: 7301754.
HSL color Cylindrical-coordinate representation of color #7A6A6F: hue angle of 341.25º degrees, saturation: 0.07, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #7A6A6F is Cyan = 0, Magento = 0.13, Yellow = 0.09 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 106 | 111 | - |
| CMYK | 0 | 0.13 | 0.09 | 0.52 |
| HSL | 341.25º | 0.07% | 0.45% | - |
| HSV(B) | 341.25º | 0.13% | 0.48% | - |
| XYZ | 16.05 | 15.59 | 17.2 | - |
| YUV | 111.35 | 127.8 | 135.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 106 | 111 | 0 | 0.13 | 0.09 | 0.52 | 341.25 | 0.07 | 0.45 |
| Hex | 7A | 6A | 6F | 0 | D | 9 | 34 | 155 | 7 | 2D |
| Octal | 172 | 152 | 157 | 0 | 15 | 11 | 64 | 525 | 7 | 55 |
| Binary | 1111010 | 1101010 | 1101111 | 0 | 1101 | 1001 | 110100 | 101010101 | 111 | 101101 |
Color Harmonies of #7A6A6F
Complementary color
Monochromatic Colors of #7A6A6F
Black with #7A6A6F
Text Example
Text Example
White with #7A6A6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A6A6F; }
p { color: rgb(122,106,111); }
H1.HeaderClassName
{
color: #7A6A6F;
}
.AnyTagClassName
{
color: #7A6A6F;
}
</style>
background-color css
<style>
a { background-color: #7A6A6F; }
a { background-color: rgb(122,106,111); }
div.DivClassName
{
background-color: #7A6A6F;
}
.BgClassName
{
background-color: #7A6A6F;
}
</style>
border-color css
<style>
span { border-color: #7A6A6F; }
span { border-color: rgb(122,106,111); }
td.TdClassName
{
border-color: #7A6A6F;
}
.TagClassName
{
border-color: #7A6A6F;
}
</style>