Shades of Eminence #7A4576
Tints of Eminence #7A4576
RGB
CMYK
RGB Variations
Color information
#7A4576 (or 0x7A4576) is known color: Eminence. HEX triplet: 7A, 45 and 76. RGB value is (122,69,118). Sum of RGB (Red+Green+Blue) = 122+69+118=309 (40% of max value = 765). Red value is 122 (48.05% from 255 or 39.48% from 309); Green value is 69 (27.34% from 255 or 22.33% from 309); Blue value is 118 (46.48% from 255 or 38.19% from 309); Max value from RGB is 122 - color contains mainly: red. Hex color #7A4576 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7A4576 is #85BA89. Grayscale: #5A5A5A. Windows color (decimal): -8764042 or 7751034. OLE color: 7751034.
HSL color Cylindrical-coordinate representation of color #7A4576: hue angle of 304.53º degrees, saturation: 0.28, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7A4576 is Cyan = 0, Magento = 0.43, Yellow = 0.03 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 69 | 118 | - |
| CMYK | 0 | 0.43 | 0.03 | 0.52 |
| HSL | 304.53º | 0.28% | 0.37% | - |
| HSV(B) | 304.53º | 0.43% | 0.48% | - |
| XYZ | 13.42 | 9.7 | 18.3 | - |
| YUV | 90.43 | 143.56 | 150.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 69 | 118 | 0 | 0.43 | 0.03 | 0.52 | 304.53 | 0.28 | 0.37 |
| Hex | 7A | 45 | 76 | 0 | 2B | 3 | 34 | 131 | 1C | 25 |
| Octal | 172 | 105 | 166 | 0 | 53 | 3 | 64 | 461 | 34 | 45 |
| Binary | 1111010 | 1000101 | 1110110 | 0 | 101011 | 11 | 110100 | 100110001 | 11100 | 100101 |
Color Harmonies of #7A4576
Complementary color
Monochromatic Colors of #7A4576
Black with #7A4576
Text Example
Text Example
White with #7A4576
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A4576; }
p { color: rgb(122,69,118); }
H1.HeaderClassName
{
color: #7A4576;
}
.AnyTagClassName
{
color: #7A4576;
}
</style>
background-color css
<style>
a { background-color: #7A4576; }
a { background-color: rgb(122,69,118); }
div.DivClassName
{
background-color: #7A4576;
}
.BgClassName
{
background-color: #7A4576;
}
</style>
border-color css
<style>
span { border-color: #7A4576; }
span { border-color: rgb(122,69,118); }
td.TdClassName
{
border-color: #7A4576;
}
.TagClassName
{
border-color: #7A4576;
}
</style>