Shades of Empress #7A6A6D
Tints of Empress #7A6A6D
RGB
CMYK
RGB Variations
Color information
#7A6A6D (or 0x7A6A6D) is known color: Empress. HEX triplet: 7A, 6A and 6D. RGB value is (122,106,109). Sum of RGB (Red+Green+Blue) = 122+106+109=337 (44% of max value = 765). Red value is 122 (48.05% from 255 or 36.20% from 337); Green value is 106 (41.80% from 255 or 31.45% from 337); Blue value is 109 (42.97% from 255 or 32.34% from 337); Max value from RGB is 122 - color contains mainly: red. Hex color #7A6A6D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A6A6D is #859592. Grayscale: #6F6F6F. Windows color (decimal): -8754579 or 7170682. OLE color: 7170682.
HSL color Cylindrical-coordinate representation of color #7A6A6D: hue angle of 348.75º 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 #7A6A6D is Cyan = 0, Magento = 0.13, Yellow = 0.11 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 106 | 109 | - |
| CMYK | 0 | 0.13 | 0.11 | 0.52 |
| HSL | 348.75º | 0.07% | 0.45% | - |
| HSV(B) | 348.75º | 0.13% | 0.48% | - |
| XYZ | 15.94 | 15.55 | 16.63 | - |
| YUV | 111.13 | 126.8 | 135.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 106 | 109 | 0 | 0.13 | 0.11 | 0.52 | 348.75 | 0.07 | 0.45 |
| Hex | 7A | 6A | 6D | 0 | D | B | 34 | 15D | 7 | 2D |
| Octal | 172 | 152 | 155 | 0 | 15 | 13 | 64 | 535 | 7 | 55 |
| Binary | 1111010 | 1101010 | 1101101 | 0 | 1101 | 1011 | 110100 | 101011101 | 111 | 101101 |
Color Harmonies of #7A6A6D
Complementary color
Monochromatic Colors of #7A6A6D
Black with #7A6A6D
Text Example
Text Example
White with #7A6A6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A6A6D; }
p { color: rgb(122,106,109); }
H1.HeaderClassName
{
color: #7A6A6D;
}
.AnyTagClassName
{
color: #7A6A6D;
}
</style>
background-color css
<style>
a { background-color: #7A6A6D; }
a { background-color: rgb(122,106,109); }
div.DivClassName
{
background-color: #7A6A6D;
}
.BgClassName
{
background-color: #7A6A6D;
}
</style>
border-color css
<style>
span { border-color: #7A6A6D; }
span { border-color: rgb(122,106,109); }
td.TdClassName
{
border-color: #7A6A6D;
}
.TagClassName
{
border-color: #7A6A6D;
}
</style>