Shades of Eminence #7A3976
Tints of Eminence #7A3976
RGB
CMYK
RGB Variations
Color information
#7A3976 (or 0x7A3976) is known color: Eminence. HEX triplet: 7A, 39 and 76. RGB value is (122,57,118). Sum of RGB (Red+Green+Blue) = 122+57+118=297 (39% of max value = 765). Red value is 122 (48.05% from 255 or 41.08% from 297); Green value is 57 (22.66% from 255 or 19.19% from 297); Blue value is 118 (46.48% from 255 or 39.73% from 297); Max value from RGB is 122 - color contains mainly: red. Hex color #7A3976 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7A3976 is #85C689. Grayscale: #535353. Windows color (decimal): -8767114 or 7747962. OLE color: 7747962.
HSL color Cylindrical-coordinate representation of color #7A3976: hue angle of 303.69º degrees, saturation: 0.36, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #7A3976 is Cyan = 0, Magento = 0.53, Yellow = 0.03 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 57 | 118 | - |
| CMYK | 0 | 0.53 | 0.03 | 0.52 |
| HSL | 303.69º | 0.36% | 0.35% | - |
| HSV(B) | 303.69º | 0.53% | 0.48% | - |
| XYZ | 12.76 | 8.37 | 18.08 | - |
| YUV | 83.39 | 147.53 | 155.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 57 | 118 | 0 | 0.53 | 0.03 | 0.52 | 303.69 | 0.36 | 0.35 |
| Hex | 7A | 39 | 76 | 0 | 35 | 3 | 34 | 130 | 24 | 23 |
| Octal | 172 | 71 | 166 | 0 | 65 | 3 | 64 | 460 | 44 | 43 |
| Binary | 1111010 | 111001 | 1110110 | 0 | 110101 | 11 | 110100 | 100110000 | 100100 | 100011 |
Color Harmonies of #7A3976
Complementary color
Monochromatic Colors of #7A3976
Black with #7A3976
Text Example
Text Example
White with #7A3976
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A3976; }
p { color: rgb(122,57,118); }
H1.HeaderClassName
{
color: #7A3976;
}
.AnyTagClassName
{
color: #7A3976;
}
</style>
background-color css
<style>
a { background-color: #7A3976; }
a { background-color: rgb(122,57,118); }
div.DivClassName
{
background-color: #7A3976;
}
.BgClassName
{
background-color: #7A3976;
}
</style>
border-color css
<style>
span { border-color: #7A3976; }
span { border-color: rgb(122,57,118); }
td.TdClassName
{
border-color: #7A3976;
}
.TagClassName
{
border-color: #7A3976;
}
</style>