Shades of Eminence #7A4274
Tints of Eminence #7A4274
RGB
CMYK
RGB Variations
Color information
#7A4274 (or 0x7A4274) is known color: Eminence. HEX triplet: 7A, 42 and 74. RGB value is (122,66,116). Sum of RGB (Red+Green+Blue) = 122+66+116=304 (40% of max value = 765). Red value is 122 (48.05% from 255 or 40.13% from 304); Green value is 66 (26.17% from 255 or 21.71% from 304); Blue value is 116 (45.70% from 255 or 38.16% from 304); Max value from RGB is 122 - color contains mainly: red. Hex color #7A4274 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7A4274 is #85BD8B. Grayscale: #585858. Windows color (decimal): -8764812 or 7619194. OLE color: 7619194.
HSL color Cylindrical-coordinate representation of color #7A4274: hue angle of 306.43º degrees, saturation: 0.3, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7A4274 is Cyan = 0, Magento = 0.46, Yellow = 0.05 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 66 | 116 | - |
| CMYK | 0 | 0.46 | 0.05 | 0.52 |
| HSL | 306.43º | 0.3% | 0.37% | - |
| HSV(B) | 306.43º | 0.46% | 0.48% | - |
| XYZ | 13.13 | 9.29 | 17.63 | - |
| YUV | 88.44 | 143.55 | 151.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 66 | 116 | 0 | 0.46 | 0.05 | 0.52 | 306.43 | 0.3 | 0.37 |
| Hex | 7A | 42 | 74 | 0 | 2E | 5 | 34 | 132 | 1E | 25 |
| Octal | 172 | 102 | 164 | 0 | 56 | 5 | 64 | 462 | 36 | 45 |
| Binary | 1111010 | 1000010 | 1110100 | 0 | 101110 | 101 | 110100 | 100110010 | 11110 | 100101 |
Color Harmonies of #7A4274
Complementary color
Monochromatic Colors of #7A4274
Black with #7A4274
Text Example
Text Example
White with #7A4274
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A4274; }
p { color: rgb(122,66,116); }
H1.HeaderClassName
{
color: #7A4274;
}
.AnyTagClassName
{
color: #7A4274;
}
</style>
background-color css
<style>
a { background-color: #7A4274; }
a { background-color: rgb(122,66,116); }
div.DivClassName
{
background-color: #7A4274;
}
.BgClassName
{
background-color: #7A4274;
}
</style>
border-color css
<style>
span { border-color: #7A4274; }
span { border-color: rgb(122,66,116); }
td.TdClassName
{
border-color: #7A4274;
}
.TagClassName
{
border-color: #7A4274;
}
</style>