Shades of Empress #7A6667
Tints of Empress #7A6667
RGB
CMYK
RGB Variations
Color information
#7A6667 (or 0x7A6667) is known color: Empress. HEX triplet: 7A, 66 and 67. RGB value is (122,102,103). Sum of RGB (Red+Green+Blue) = 122+102+103=327 (43% of max value = 765). Red value is 122 (48.05% from 255 or 37.31% from 327); Green value is 102 (40.23% from 255 or 31.19% from 327); Blue value is 103 (40.62% from 255 or 31.50% from 327); Max value from RGB is 122 - color contains mainly: red. Hex color #7A6667 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A6667 is #859998. Grayscale: #6C6C6C. Windows color (decimal): -8755609 or 6776442. OLE color: 6776442.
HSL color Cylindrical-coordinate representation of color #7A6667: hue angle of 357º 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 #7A6667 is Cyan = 0, Magento = 0.16, Yellow = 0.16 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 102 | 103 | - |
| CMYK | 0 | 0.16 | 0.16 | 0.52 |
| HSL | 357º | 0.09% | 0.44% | - |
| HSV(B) | 357º | 0.16% | 0.48% | - |
| XYZ | 15.23 | 14.62 | 14.85 | - |
| YUV | 108.09 | 125.13 | 137.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 102 | 103 | 0 | 0.16 | 0.16 | 0.52 | 357 | 0.09 | 0.44 |
| Hex | 7A | 66 | 67 | 0 | 10 | 10 | 34 | 165 | 9 | 2C |
| Octal | 172 | 146 | 147 | 0 | 20 | 20 | 64 | 545 | 11 | 54 |
| Binary | 1111010 | 1100110 | 1100111 | 0 | 10000 | 10000 | 110100 | 101100101 | 1001 | 101100 |
Color Harmonies of #7A6667
Complementary color
Monochromatic Colors of #7A6667
Black with #7A6667
Text Example
Text Example
White with #7A6667
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A6667; }
p { color: rgb(122,102,103); }
H1.HeaderClassName
{
color: #7A6667;
}
.AnyTagClassName
{
color: #7A6667;
}
</style>
background-color css
<style>
a { background-color: #7A6667; }
a { background-color: rgb(122,102,103); }
div.DivClassName
{
background-color: #7A6667;
}
.BgClassName
{
background-color: #7A6667;
}
</style>
border-color css
<style>
span { border-color: #7A6667; }
span { border-color: rgb(122,102,103); }
td.TdClassName
{
border-color: #7A6667;
}
.TagClassName
{
border-color: #7A6667;
}
</style>