Shades of Empress #7A6A70
Tints of Empress #7A6A70
RGB
CMYK
RGB Variations
Color information
#7A6A70 (or 0x7A6A70) is known color: Empress. HEX triplet: 7A, 6A and 70. RGB value is (122,106,112). Sum of RGB (Red+Green+Blue) = 122+106+112=340 (45% of max value = 765). Red value is 122 (48.05% from 255 or 35.88% from 340); Green value is 106 (41.80% from 255 or 31.18% from 340); Blue value is 112 (44.14% from 255 or 32.94% from 340); Max value from RGB is 122 - color contains mainly: red. Hex color #7A6A70 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A6A70 is #85958F. Grayscale: #6F6F6F. Windows color (decimal): -8754576 or 7367290. OLE color: 7367290.
HSL color Cylindrical-coordinate representation of color #7A6A70: hue angle of 337.5º 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 #7A6A70 is Cyan = 0, Magento = 0.13, Yellow = 0.08 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 106 | 112 | - |
| CMYK | 0 | 0.13 | 0.08 | 0.52 |
| HSL | 337.5º | 0.07% | 0.45% | - |
| HSV(B) | 337.5º | 0.13% | 0.48% | - |
| XYZ | 16.1 | 15.62 | 17.49 | - |
| YUV | 111.47 | 128.3 | 135.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 106 | 112 | 0 | 0.13 | 0.08 | 0.52 | 337.5 | 0.07 | 0.45 |
| Hex | 7A | 6A | 70 | 0 | D | 8 | 34 | 152 | 7 | 2D |
| Octal | 172 | 152 | 160 | 0 | 15 | 10 | 64 | 522 | 7 | 55 |
| Binary | 1111010 | 1101010 | 1110000 | 0 | 1101 | 1000 | 110100 | 101010010 | 111 | 101101 |
Color Harmonies of #7A6A70
Complementary color
Monochromatic Colors of #7A6A70
Black with #7A6A70
Text Example
Text Example
White with #7A6A70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A6A70; }
p { color: rgb(122,106,112); }
H1.HeaderClassName
{
color: #7A6A70;
}
.AnyTagClassName
{
color: #7A6A70;
}
</style>
background-color css
<style>
a { background-color: #7A6A70; }
a { background-color: rgb(122,106,112); }
div.DivClassName
{
background-color: #7A6A70;
}
.BgClassName
{
background-color: #7A6A70;
}
</style>
border-color css
<style>
span { border-color: #7A6A70; }
span { border-color: rgb(122,106,112); }
td.TdClassName
{
border-color: #7A6A70;
}
.TagClassName
{
border-color: #7A6A70;
}
</style>