Shades of Empress #7A7476
Tints of Empress #7A7476
RGB
CMYK
RGB Variations
Color information
#7A7476 (or 0x7A7476) is known color: Empress. HEX triplet: 7A, 74 and 76. RGB value is (122,116,118). Sum of RGB (Red+Green+Blue) = 122+116+118=356 (47% of max value = 765). Red value is 122 (48.05% from 255 or 34.27% from 356); Green value is 116 (45.70% from 255 or 32.58% from 356); Blue value is 118 (46.48% from 255 or 33.15% from 356); Max value from RGB is 122 - color contains mainly: red. Hex color #7A7476 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A7476 is #858B89. Grayscale: #767676. Windows color (decimal): -8752010 or 7763066. OLE color: 7763066.
HSL color Cylindrical-coordinate representation of color #7A7476: hue angle of 340º degrees, saturation: 0.03, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #7A7476 is Cyan = 0, Magento = 0.05, Yellow = 0.03 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 116 | 118 | - |
| CMYK | 0 | 0.05 | 0.03 | 0.52 |
| HSL | 340º | 0.03% | 0.47% | - |
| HSV(B) | 340º | 0.05% | 0.48% | - |
| XYZ | 17.54 | 17.94 | 19.68 | - |
| YUV | 118.02 | 127.99 | 130.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 116 | 118 | 0 | 0.05 | 0.03 | 0.52 | 340 | 0.03 | 0.47 |
| Hex | 7A | 74 | 76 | 0 | 5 | 3 | 34 | 154 | 3 | 2F |
| Octal | 172 | 164 | 166 | 0 | 5 | 3 | 64 | 524 | 3 | 57 |
| Binary | 1111010 | 1110100 | 1110110 | 0 | 101 | 11 | 110100 | 101010100 | 11 | 101111 |
Color Harmonies of #7A7476
Complementary color
Monochromatic Colors of #7A7476
Black with #7A7476
Text Example
Text Example
White with #7A7476
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A7476; }
p { color: rgb(122,116,118); }
H1.HeaderClassName
{
color: #7A7476;
}
.AnyTagClassName
{
color: #7A7476;
}
</style>
background-color css
<style>
a { background-color: #7A7476; }
a { background-color: rgb(122,116,118); }
div.DivClassName
{
background-color: #7A7476;
}
.BgClassName
{
background-color: #7A7476;
}
</style>
border-color css
<style>
span { border-color: #7A7476; }
span { border-color: rgb(122,116,118); }
td.TdClassName
{
border-color: #7A7476;
}
.TagClassName
{
border-color: #7A7476;
}
</style>