Shades of Empress #7A666B
Tints of Empress #7A666B
RGB
CMYK
RGB Variations
Color information
#7A666B (or 0x7A666B) is known color: Empress. HEX triplet: 7A, 66 and 6B. RGB value is (122,102,107). Sum of RGB (Red+Green+Blue) = 122+102+107=331 (43% of max value = 765). Red value is 122 (48.05% from 255 or 36.86% from 331); Green value is 102 (40.23% from 255 or 30.82% from 331); Blue value is 107 (42.19% from 255 or 32.33% from 331); Max value from RGB is 122 - color contains mainly: red. Hex color #7A666B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A666B is #859994. Grayscale: #6C6C6C. Windows color (decimal): -8755605 or 7038586. OLE color: 7038586.
HSL color Cylindrical-coordinate representation of color #7A666B: hue angle of 345º degrees, saturation: 0.09, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #7A666B is Cyan = 0, Magento = 0.16, Yellow = 0.12 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 102 | 107 | - |
| CMYK | 0 | 0.16 | 0.12 | 0.52 |
| HSL | 345º | 0.09% | 0.44% | - |
| HSV(B) | 345º | 0.16% | 0.48% | - |
| XYZ | 15.43 | 14.7 | 15.93 | - |
| YUV | 108.55 | 127.13 | 137.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 102 | 107 | 0 | 0.16 | 0.12 | 0.52 | 345 | 0.09 | 0.44 |
| Hex | 7A | 66 | 6B | 0 | 10 | C | 34 | 159 | 9 | 2C |
| Octal | 172 | 146 | 153 | 0 | 20 | 14 | 64 | 531 | 11 | 54 |
| Binary | 1111010 | 1100110 | 1101011 | 0 | 10000 | 1100 | 110100 | 101011001 | 1001 | 101100 |
Color Harmonies of #7A666B
Complementary color
Monochromatic Colors of #7A666B
Black with #7A666B
Text Example
Text Example
White with #7A666B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A666B; }
p { color: rgb(122,102,107); }
H1.HeaderClassName
{
color: #7A666B;
}
.AnyTagClassName
{
color: #7A666B;
}
</style>
background-color css
<style>
a { background-color: #7A666B; }
a { background-color: rgb(122,102,107); }
div.DivClassName
{
background-color: #7A666B;
}
.BgClassName
{
background-color: #7A666B;
}
</style>
border-color css
<style>
span { border-color: #7A666B; }
span { border-color: rgb(122,102,107); }
td.TdClassName
{
border-color: #7A666B;
}
.TagClassName
{
border-color: #7A666B;
}
</style>