Shades of Eminence #7C3277
Tints of Eminence #7C3277
RGB
CMYK
RGB Variations
Color information
#7C3277 (or 0x7C3277) is known color: Eminence. HEX triplet: 7C, 32 and 77. RGB value is (124,50,119). Sum of RGB (Red+Green+Blue) = 124+50+119=293 (38% of max value = 765). Red value is 124 (48.83% from 255 or 42.32% from 293); Green value is 50 (19.92% from 255 or 17.06% from 293); Blue value is 119 (46.88% from 255 or 40.61% from 293); Max value from RGB is 124 - color contains mainly: red. Hex color #7C3277 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7C3277 is #83CD88. Grayscale: #4F4F4F. Windows color (decimal): -8637833 or 7811708. OLE color: 7811708.
HSL color Cylindrical-coordinate representation of color #7C3277: hue angle of 304.05º degrees, saturation: 0.43, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #7C3277 is Cyan = 0, Magento = 0.60, Yellow = 0.04 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 50 | 119 | - |
| CMYK | 0 | 0.60 | 0.04 | 0.51 |
| HSL | 304.05º | 0.43% | 0.34% | - |
| HSV(B) | 304.05º | 0.6% | 0.49% | - |
| XYZ | 12.78 | 7.9 | 18.3 | - |
| YUV | 79.99 | 150.02 | 159.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 50 | 119 | 0 | 0.60 | 0.04 | 0.51 | 304.05 | 0.43 | 0.34 |
| Hex | 7C | 32 | 77 | 0 | 3C | 4 | 33 | 130 | 2B | 22 |
| Octal | 174 | 62 | 167 | 0 | 74 | 4 | 63 | 460 | 53 | 42 |
| Binary | 1111100 | 110010 | 1110111 | 0 | 111100 | 100 | 110011 | 100110000 | 101011 | 100010 |
Color Harmonies of #7C3277
Complementary color
Monochromatic Colors of #7C3277
Black with #7C3277
Text Example
Text Example
White with #7C3277
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C3277; }
p { color: rgb(124,50,119); }
H1.HeaderClassName
{
color: #7C3277;
}
.AnyTagClassName
{
color: #7C3277;
}
</style>
background-color css
<style>
a { background-color: #7C3277; }
a { background-color: rgb(124,50,119); }
div.DivClassName
{
background-color: #7C3277;
}
.BgClassName
{
background-color: #7C3277;
}
</style>
border-color css
<style>
span { border-color: #7C3277; }
span { border-color: rgb(124,50,119); }
td.TdClassName
{
border-color: #7C3277;
}
.TagClassName
{
border-color: #7C3277;
}
</style>