Shades of Eminence #7C4674
Tints of Eminence #7C4674
RGB
CMYK
RGB Variations
Color information
#7C4674 (or 0x7C4674) is known color: Eminence. HEX triplet: 7C, 46 and 74. RGB value is (124,70,116). Sum of RGB (Red+Green+Blue) = 124+70+116=310 (41% of max value = 765). Red value is 124 (48.83% from 255 or 40% from 310); Green value is 70 (27.73% from 255 or 22.58% from 310); Blue value is 116 (45.70% from 255 or 37.42% from 310); Max value from RGB is 124 - color contains mainly: red. Hex color #7C4674 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7C4674 is #83B98B. Grayscale: #5B5B5B. Windows color (decimal): -8632716 or 7620220. OLE color: 7620220.
HSL color Cylindrical-coordinate representation of color #7C4674: hue angle of 308.89º degrees, saturation: 0.28, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7C4674 is Cyan = 0, Magento = 0.44, Yellow = 0.06 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 70 | 116 | - |
| CMYK | 0 | 0.44 | 0.06 | 0.51 |
| HSL | 308.89º | 0.28% | 0.38% | - |
| HSV(B) | 308.89º | 0.44% | 0.49% | - |
| XYZ | 13.65 | 9.93 | 17.72 | - |
| YUV | 91.39 | 141.89 | 151.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 70 | 116 | 0 | 0.44 | 0.06 | 0.51 | 308.89 | 0.28 | 0.38 |
| Hex | 7C | 46 | 74 | 0 | 2C | 6 | 33 | 135 | 1C | 26 |
| Octal | 174 | 106 | 164 | 0 | 54 | 6 | 63 | 465 | 34 | 46 |
| Binary | 1111100 | 1000110 | 1110100 | 0 | 101100 | 110 | 110011 | 100110101 | 11100 | 100110 |
Color Harmonies of #7C4674
Complementary color
Monochromatic Colors of #7C4674
Black with #7C4674
Text Example
Text Example
White with #7C4674
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C4674; }
p { color: rgb(124,70,116); }
H1.HeaderClassName
{
color: #7C4674;
}
.AnyTagClassName
{
color: #7C4674;
}
</style>
background-color css
<style>
a { background-color: #7C4674; }
a { background-color: rgb(124,70,116); }
div.DivClassName
{
background-color: #7C4674;
}
.BgClassName
{
background-color: #7C4674;
}
</style>
border-color css
<style>
span { border-color: #7C4674; }
span { border-color: rgb(124,70,116); }
td.TdClassName
{
border-color: #7C4674;
}
.TagClassName
{
border-color: #7C4674;
}
</style>