Shades of Empress #7A6B6D
Tints of Empress #7A6B6D
RGB
CMYK
RGB Variations
Color information
#7A6B6D (or 0x7A6B6D) is known color: Empress. HEX triplet: 7A, 6B and 6D. RGB value is (122,107,109). Sum of RGB (Red+Green+Blue) = 122+107+109=338 (44% of max value = 765). Red value is 122 (48.05% from 255 or 36.09% from 338); Green value is 107 (42.19% from 255 or 31.66% from 338); Blue value is 109 (42.97% from 255 or 32.25% from 338); Max value from RGB is 122 - color contains mainly: red. Hex color #7A6B6D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A6B6D is #859492. Grayscale: #6F6F6F. Windows color (decimal): -8754323 or 7170938. OLE color: 7170938.
HSL color Cylindrical-coordinate representation of color #7A6B6D: hue angle of 352º degrees, saturation: 0.07, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #7A6B6D is Cyan = 0, Magento = 0.12, Yellow = 0.11 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 107 | 109 | - |
| CMYK | 0 | 0.12 | 0.11 | 0.52 |
| HSL | 352º | 0.07% | 0.45% | - |
| HSV(B) | 352º | 0.12% | 0.48% | - |
| XYZ | 16.04 | 15.76 | 16.66 | - |
| YUV | 111.71 | 126.47 | 135.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 107 | 109 | 0 | 0.12 | 0.11 | 0.52 | 352 | 0.07 | 0.45 |
| Hex | 7A | 6B | 6D | 0 | C | B | 34 | 160 | 7 | 2D |
| Octal | 172 | 153 | 155 | 0 | 14 | 13 | 64 | 540 | 7 | 55 |
| Binary | 1111010 | 1101011 | 1101101 | 0 | 1100 | 1011 | 110100 | 101100000 | 111 | 101101 |
Color Harmonies of #7A6B6D
Complementary color
Monochromatic Colors of #7A6B6D
Black with #7A6B6D
Text Example
Text Example
White with #7A6B6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A6B6D; }
p { color: rgb(122,107,109); }
H1.HeaderClassName
{
color: #7A6B6D;
}
.AnyTagClassName
{
color: #7A6B6D;
}
</style>
background-color css
<style>
a { background-color: #7A6B6D; }
a { background-color: rgb(122,107,109); }
div.DivClassName
{
background-color: #7A6B6D;
}
.BgClassName
{
background-color: #7A6B6D;
}
</style>
border-color css
<style>
span { border-color: #7A6B6D; }
span { border-color: rgb(122,107,109); }
td.TdClassName
{
border-color: #7A6B6D;
}
.TagClassName
{
border-color: #7A6B6D;
}
</style>