Shades of Empress #7A6366
Tints of Empress #7A6366
RGB
CMYK
RGB Variations
Color information
#7A6366 (or 0x7A6366) is known color: Empress. HEX triplet: 7A, 63 and 66. RGB value is (122,99,102). Sum of RGB (Red+Green+Blue) = 122+99+102=323 (42% of max value = 765). Red value is 122 (48.05% from 255 or 37.77% from 323); Green value is 99 (39.06% from 255 or 30.65% from 323); Blue value is 102 (40.23% from 255 or 31.58% from 323); Max value from RGB is 122 - color contains mainly: red. Hex color #7A6366 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A6366 is #859C99. Grayscale: #6A6A6A. Windows color (decimal): -8756378 or 6710138. OLE color: 6710138.
HSL color Cylindrical-coordinate representation of color #7A6366: hue angle of 352.17º degrees, saturation: 0.1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #7A6366 is Cyan = 0, Magento = 0.19, Yellow = 0.16 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 99 | 102 | - |
| CMYK | 0 | 0.19 | 0.16 | 0.52 |
| HSL | 352.17º | 0.1% | 0.43% | - |
| HSV(B) | 352.17º | 0.19% | 0.48% | - |
| XYZ | 14.89 | 14.02 | 14.49 | - |
| YUV | 106.22 | 125.62 | 139.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 99 | 102 | 0 | 0.19 | 0.16 | 0.52 | 352.17 | 0.1 | 0.43 |
| Hex | 7A | 63 | 66 | 0 | 13 | 10 | 34 | 160 | A | 2B |
| Octal | 172 | 143 | 146 | 0 | 23 | 20 | 64 | 540 | 12 | 53 |
| Binary | 1111010 | 1100011 | 1100110 | 0 | 10011 | 10000 | 110100 | 101100000 | 1010 | 101011 |
Color Harmonies of #7A6366
Complementary color
Monochromatic Colors of #7A6366
Black with #7A6366
Text Example
Text Example
White with #7A6366
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A6366; }
p { color: rgb(122,99,102); }
H1.HeaderClassName
{
color: #7A6366;
}
.AnyTagClassName
{
color: #7A6366;
}
</style>
background-color css
<style>
a { background-color: #7A6366; }
a { background-color: rgb(122,99,102); }
div.DivClassName
{
background-color: #7A6366;
}
.BgClassName
{
background-color: #7A6366;
}
</style>
border-color css
<style>
span { border-color: #7A6366; }
span { border-color: rgb(122,99,102); }
td.TdClassName
{
border-color: #7A6366;
}
.TagClassName
{
border-color: #7A6366;
}
</style>