Shades of Eminence #7A3975
Tints of Eminence #7A3975
RGB
CMYK
RGB Variations
Color information
#7A3975 (or 0x7A3975) is known color: Eminence. HEX triplet: 7A, 39 and 75. RGB value is (122,57,117). Sum of RGB (Red+Green+Blue) = 122+57+117=296 (39% of max value = 765). Red value is 122 (48.05% from 255 or 41.22% from 296); Green value is 57 (22.66% from 255 or 19.26% from 296); Blue value is 117 (46.09% from 255 or 39.53% from 296); Max value from RGB is 122 - color contains mainly: red. Hex color #7A3975 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7A3975 is #85C68A. Grayscale: #535353. Windows color (decimal): -8767115 or 7682426. OLE color: 7682426.
HSL color Cylindrical-coordinate representation of color #7A3975: hue angle of 304.62º 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 #7A3975 is Cyan = 0, Magento = 0.53, Yellow = 0.04 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 57 | 117 | - |
| CMYK | 0 | 0.53 | 0.04 | 0.52 |
| HSL | 304.62º | 0.36% | 0.35% | - |
| HSV(B) | 304.62º | 0.53% | 0.48% | - |
| XYZ | 12.7 | 8.35 | 17.77 | - |
| YUV | 83.28 | 147.03 | 155.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 57 | 117 | 0 | 0.53 | 0.04 | 0.52 | 304.62 | 0.36 | 0.35 |
| Hex | 7A | 39 | 75 | 0 | 35 | 4 | 34 | 131 | 24 | 23 |
| Octal | 172 | 71 | 165 | 0 | 65 | 4 | 64 | 461 | 44 | 43 |
| Binary | 1111010 | 111001 | 1110101 | 0 | 110101 | 100 | 110100 | 100110001 | 100100 | 100011 |
Color Harmonies of #7A3975
Complementary color
Monochromatic Colors of #7A3975
Black with #7A3975
Text Example
Text Example
White with #7A3975
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A3975; }
p { color: rgb(122,57,117); }
H1.HeaderClassName
{
color: #7A3975;
}
.AnyTagClassName
{
color: #7A3975;
}
</style>
background-color css
<style>
a { background-color: #7A3975; }
a { background-color: rgb(122,57,117); }
div.DivClassName
{
background-color: #7A3975;
}
.BgClassName
{
background-color: #7A3975;
}
</style>
border-color css
<style>
span { border-color: #7A3975; }
span { border-color: rgb(122,57,117); }
td.TdClassName
{
border-color: #7A3975;
}
.TagClassName
{
border-color: #7A3975;
}
</style>