Shades of Eminence #7C3776
Tints of Eminence #7C3776
RGB
CMYK
RGB Variations
Color information
#7C3776 (or 0x7C3776) is known color: Eminence. HEX triplet: 7C, 37 and 76. RGB value is (124,55,118). Sum of RGB (Red+Green+Blue) = 124+55+118=297 (39% of max value = 765). Red value is 124 (48.83% from 255 or 41.75% from 297); Green value is 55 (21.88% from 255 or 18.52% from 297); Blue value is 118 (46.48% from 255 or 39.73% from 297); Max value from RGB is 124 - color contains mainly: red. Hex color #7C3776 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7C3776 is #83C889. Grayscale: #525252. Windows color (decimal): -8636554 or 7747452. OLE color: 7747452.
HSL color Cylindrical-coordinate representation of color #7C3776: hue angle of 305.22º degrees, saturation: 0.39, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #7C3776 is Cyan = 0, Magento = 0.56, Yellow = 0.05 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 55 | 118 | - |
| CMYK | 0 | 0.56 | 0.05 | 0.51 |
| HSL | 305.22º | 0.39% | 0.35% | - |
| HSV(B) | 305.22º | 0.56% | 0.49% | - |
| XYZ | 12.95 | 8.33 | 18.06 | - |
| YUV | 82.81 | 147.86 | 157.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 55 | 118 | 0 | 0.56 | 0.05 | 0.51 | 305.22 | 0.39 | 0.35 |
| Hex | 7C | 37 | 76 | 0 | 38 | 5 | 33 | 131 | 27 | 23 |
| Octal | 174 | 67 | 166 | 0 | 70 | 5 | 63 | 461 | 47 | 43 |
| Binary | 1111100 | 110111 | 1110110 | 0 | 111000 | 101 | 110011 | 100110001 | 100111 | 100011 |
Color Harmonies of #7C3776
Complementary color
Monochromatic Colors of #7C3776
Black with #7C3776
Text Example
Text Example
White with #7C3776
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C3776; }
p { color: rgb(124,55,118); }
H1.HeaderClassName
{
color: #7C3776;
}
.AnyTagClassName
{
color: #7C3776;
}
</style>
background-color css
<style>
a { background-color: #7C3776; }
a { background-color: rgb(124,55,118); }
div.DivClassName
{
background-color: #7C3776;
}
.BgClassName
{
background-color: #7C3776;
}
</style>
border-color css
<style>
span { border-color: #7C3776; }
span { border-color: rgb(124,55,118); }
td.TdClassName
{
border-color: #7C3776;
}
.TagClassName
{
border-color: #7C3776;
}
</style>