Shades of Empress #7A6669
Tints of Empress #7A6669
RGB
CMYK
RGB Variations
Color information
#7A6669 (or 0x7A6669) is known color: Empress. HEX triplet: 7A, 66 and 69. RGB value is (122,102,105). Sum of RGB (Red+Green+Blue) = 122+102+105=329 (43% of max value = 765). Red value is 122 (48.05% from 255 or 37.08% from 329); Green value is 102 (40.23% from 255 or 31.00% from 329); Blue value is 105 (41.41% from 255 or 31.91% from 329); Max value from RGB is 122 - color contains mainly: red. Hex color #7A6669 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A6669 is #859996. Grayscale: #6C6C6C. Windows color (decimal): -8755607 or 6907514. OLE color: 6907514.
HSL color Cylindrical-coordinate representation of color #7A6669: hue angle of 351º 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 #7A6669 is Cyan = 0, Magento = 0.16, Yellow = 0.14 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 102 | 105 | - |
| CMYK | 0 | 0.16 | 0.14 | 0.52 |
| HSL | 351º | 0.09% | 0.44% | - |
| HSV(B) | 351º | 0.16% | 0.48% | - |
| XYZ | 15.33 | 14.66 | 15.39 | - |
| YUV | 108.32 | 126.13 | 137.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 102 | 105 | 0 | 0.16 | 0.14 | 0.52 | 351 | 0.09 | 0.44 |
| Hex | 7A | 66 | 69 | 0 | 10 | E | 34 | 15F | 9 | 2C |
| Octal | 172 | 146 | 151 | 0 | 20 | 16 | 64 | 537 | 11 | 54 |
| Binary | 1111010 | 1100110 | 1101001 | 0 | 10000 | 1110 | 110100 | 101011111 | 1001 | 101100 |
Color Harmonies of #7A6669
Complementary color
Monochromatic Colors of #7A6669
Black with #7A6669
Text Example
Text Example
White with #7A6669
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A6669; }
p { color: rgb(122,102,105); }
H1.HeaderClassName
{
color: #7A6669;
}
.AnyTagClassName
{
color: #7A6669;
}
</style>
background-color css
<style>
a { background-color: #7A6669; }
a { background-color: rgb(122,102,105); }
div.DivClassName
{
background-color: #7A6669;
}
.BgClassName
{
background-color: #7A6669;
}
</style>
border-color css
<style>
span { border-color: #7A6669; }
span { border-color: rgb(122,102,105); }
td.TdClassName
{
border-color: #7A6669;
}
.TagClassName
{
border-color: #7A6669;
}
</style>