Shades of Empress #7A6A6C
Tints of Empress #7A6A6C
RGB
CMYK
RGB Variations
Color information
#7A6A6C (or 0x7A6A6C) is known color: Empress. HEX triplet: 7A, 6A and 6C. RGB value is (122,106,108). Sum of RGB (Red+Green+Blue) = 122+106+108=336 (44% of max value = 765). Red value is 122 (48.05% from 255 or 36.31% from 336); Green value is 106 (41.80% from 255 or 31.55% from 336); Blue value is 108 (42.58% from 255 or 32.14% from 336); Max value from RGB is 122 - color contains mainly: red. Hex color #7A6A6C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A6A6C is #859593. Grayscale: #6F6F6F. Windows color (decimal): -8754580 or 7105146. OLE color: 7105146.
HSL color Cylindrical-coordinate representation of color #7A6A6C: hue angle of 352.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 #7A6A6C is Cyan = 0, Magento = 0.13, Yellow = 0.11 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 106 | 108 | - |
| CMYK | 0 | 0.13 | 0.11 | 0.52 |
| HSL | 352.5º | 0.07% | 0.45% | - |
| HSV(B) | 352.5º | 0.13% | 0.48% | - |
| XYZ | 15.89 | 15.53 | 16.35 | - |
| YUV | 111.01 | 126.3 | 135.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 106 | 108 | 0 | 0.13 | 0.11 | 0.52 | 352.5 | 0.07 | 0.45 |
| Hex | 7A | 6A | 6C | 0 | D | B | 34 | 160 | 7 | 2D |
| Octal | 172 | 152 | 154 | 0 | 15 | 13 | 64 | 540 | 7 | 55 |
| Binary | 1111010 | 1101010 | 1101100 | 0 | 1101 | 1011 | 110100 | 101100000 | 111 | 101101 |
Color Harmonies of #7A6A6C
Complementary color
Monochromatic Colors of #7A6A6C
Black with #7A6A6C
Text Example
Text Example
White with #7A6A6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A6A6C; }
p { color: rgb(122,106,108); }
H1.HeaderClassName
{
color: #7A6A6C;
}
.AnyTagClassName
{
color: #7A6A6C;
}
</style>
background-color css
<style>
a { background-color: #7A6A6C; }
a { background-color: rgb(122,106,108); }
div.DivClassName
{
background-color: #7A6A6C;
}
.BgClassName
{
background-color: #7A6A6C;
}
</style>
border-color css
<style>
span { border-color: #7A6A6C; }
span { border-color: rgb(122,106,108); }
td.TdClassName
{
border-color: #7A6A6C;
}
.TagClassName
{
border-color: #7A6A6C;
}
</style>