Shades of Empress #7A6567
Tints of Empress #7A6567
RGB
CMYK
RGB Variations
Color information
#7A6567 (or 0x7A6567) is known color: Empress. HEX triplet: 7A, 65 and 67. RGB value is (122,101,103). Sum of RGB (Red+Green+Blue) = 122+101+103=326 (43% of max value = 765). Red value is 122 (48.05% from 255 or 37.42% from 326); Green value is 101 (39.84% from 255 or 30.98% from 326); Blue value is 103 (40.62% from 255 or 31.60% from 326); Max value from RGB is 122 - color contains mainly: red. Hex color #7A6567 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A6567 is #859A98. Grayscale: #6B6B6B. Windows color (decimal): -8755865 or 6776186. OLE color: 6776186.
HSL color Cylindrical-coordinate representation of color #7A6567: hue angle of 354.29º degrees, saturation: 0.09, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #7A6567 is Cyan = 0, Magento = 0.17, Yellow = 0.16 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 101 | 103 | - |
| CMYK | 0 | 0.17 | 0.16 | 0.52 |
| HSL | 354.29º | 0.09% | 0.44% | - |
| HSV(B) | 354.29º | 0.17% | 0.48% | - |
| XYZ | 15.13 | 14.42 | 14.82 | - |
| YUV | 107.51 | 125.46 | 138.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 101 | 103 | 0 | 0.17 | 0.16 | 0.52 | 354.29 | 0.09 | 0.44 |
| Hex | 7A | 65 | 67 | 0 | 11 | 10 | 34 | 162 | 9 | 2C |
| Octal | 172 | 145 | 147 | 0 | 21 | 20 | 64 | 542 | 11 | 54 |
| Binary | 1111010 | 1100101 | 1100111 | 0 | 10001 | 10000 | 110100 | 101100010 | 1001 | 101100 |
Color Harmonies of #7A6567
Complementary color
Monochromatic Colors of #7A6567
Black with #7A6567
Text Example
Text Example
White with #7A6567
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A6567; }
p { color: rgb(122,101,103); }
H1.HeaderClassName
{
color: #7A6567;
}
.AnyTagClassName
{
color: #7A6567;
}
</style>
background-color css
<style>
a { background-color: #7A6567; }
a { background-color: rgb(122,101,103); }
div.DivClassName
{
background-color: #7A6567;
}
.BgClassName
{
background-color: #7A6567;
}
</style>
border-color css
<style>
span { border-color: #7A6567; }
span { border-color: rgb(122,101,103); }
td.TdClassName
{
border-color: #7A6567;
}
.TagClassName
{
border-color: #7A6567;
}
</style>