Shades of Empress #7A7374
Tints of Empress #7A7374
RGB
CMYK
RGB Variations
Color information
#7A7374 (or 0x7A7374) is known color: Empress. HEX triplet: 7A, 73 and 74. RGB value is (122,115,116). Sum of RGB (Red+Green+Blue) = 122+115+116=353 (46% of max value = 765). Red value is 122 (48.05% from 255 or 34.56% from 353); Green value is 115 (45.31% from 255 or 32.58% from 353); Blue value is 116 (45.70% from 255 or 32.86% from 353); Max value from RGB is 122 - color contains mainly: red. Hex color #7A7374 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A7374 is #858C8B. Grayscale: #757575. Windows color (decimal): -8752268 or 7631738. OLE color: 7631738.
HSL color Cylindrical-coordinate representation of color #7A7374: hue angle of 351.43º degrees, saturation: 0.03, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #7A7374 is Cyan = 0, Magento = 0.06, Yellow = 0.05 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 115 | 116 | - |
| CMYK | 0 | 0.06 | 0.05 | 0.52 |
| HSL | 351.43º | 0.03% | 0.46% | - |
| HSV(B) | 351.43º | 0.06% | 0.48% | - |
| XYZ | 17.31 | 17.66 | 19.02 | - |
| YUV | 117.21 | 127.32 | 131.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 115 | 116 | 0 | 0.06 | 0.05 | 0.52 | 351.43 | 0.03 | 0.46 |
| Hex | 7A | 73 | 74 | 0 | 6 | 5 | 34 | 15F | 3 | 2E |
| Octal | 172 | 163 | 164 | 0 | 6 | 5 | 64 | 537 | 3 | 56 |
| Binary | 1111010 | 1110011 | 1110100 | 0 | 110 | 101 | 110100 | 101011111 | 11 | 101110 |
Color Harmonies of #7A7374
Complementary color
Monochromatic Colors of #7A7374
Black with #7A7374
Text Example
Text Example
White with #7A7374
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A7374; }
p { color: rgb(122,115,116); }
H1.HeaderClassName
{
color: #7A7374;
}
.AnyTagClassName
{
color: #7A7374;
}
</style>
background-color css
<style>
a { background-color: #7A7374; }
a { background-color: rgb(122,115,116); }
div.DivClassName
{
background-color: #7A7374;
}
.BgClassName
{
background-color: #7A7374;
}
</style>
border-color css
<style>
span { border-color: #7A7374; }
span { border-color: rgb(122,115,116); }
td.TdClassName
{
border-color: #7A7374;
}
.TagClassName
{
border-color: #7A7374;
}
</style>