Shades of Eminence #7A3874
Tints of Eminence #7A3874
RGB
CMYK
RGB Variations
Color information
#7A3874 (or 0x7A3874) is known color: Eminence. HEX triplet: 7A, 38 and 74. RGB value is (122,56,116). Sum of RGB (Red+Green+Blue) = 122+56+116=294 (38% of max value = 765). Red value is 122 (48.05% from 255 or 41.50% from 294); Green value is 56 (22.27% from 255 or 19.05% from 294); Blue value is 116 (45.70% from 255 or 39.46% from 294); Max value from RGB is 122 - color contains mainly: red. Hex color #7A3874 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7A3874 is #85C78B. Grayscale: #525252. Windows color (decimal): -8767372 or 7616634. OLE color: 7616634.
HSL color Cylindrical-coordinate representation of color #7A3874: hue angle of 305.45º degrees, saturation: 0.37, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #7A3874 is Cyan = 0, Magento = 0.54, Yellow = 0.05 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 56 | 116 | - |
| CMYK | 0 | 0.54 | 0.05 | 0.52 |
| HSL | 305.45º | 0.37% | 0.35% | - |
| HSV(B) | 305.45º | 0.54% | 0.48% | - |
| XYZ | 12.59 | 8.23 | 17.45 | - |
| YUV | 82.57 | 146.87 | 156.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 56 | 116 | 0 | 0.54 | 0.05 | 0.52 | 305.45 | 0.37 | 0.35 |
| Hex | 7A | 38 | 74 | 0 | 36 | 5 | 34 | 131 | 25 | 23 |
| Octal | 172 | 70 | 164 | 0 | 66 | 5 | 64 | 461 | 45 | 43 |
| Binary | 1111010 | 111000 | 1110100 | 0 | 110110 | 101 | 110100 | 100110001 | 100101 | 100011 |
Color Harmonies of #7A3874
Complementary color
Monochromatic Colors of #7A3874
Black with #7A3874
Text Example
Text Example
White with #7A3874
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A3874; }
p { color: rgb(122,56,116); }
H1.HeaderClassName
{
color: #7A3874;
}
.AnyTagClassName
{
color: #7A3874;
}
</style>
background-color css
<style>
a { background-color: #7A3874; }
a { background-color: rgb(122,56,116); }
div.DivClassName
{
background-color: #7A3874;
}
.BgClassName
{
background-color: #7A3874;
}
</style>
border-color css
<style>
span { border-color: #7A3874; }
span { border-color: rgb(122,56,116); }
td.TdClassName
{
border-color: #7A3874;
}
.TagClassName
{
border-color: #7A3874;
}
</style>