Shades of Eminence #7C4277
Tints of Eminence #7C4277
RGB
CMYK
RGB Variations
Color information
#7C4277 (or 0x7C4277) is known color: Eminence. HEX triplet: 7C, 42 and 77. RGB value is (124,66,119). Sum of RGB (Red+Green+Blue) = 124+66+119=309 (40% of max value = 765). Red value is 124 (48.83% from 255 or 40.13% from 309); Green value is 66 (26.17% from 255 or 21.36% from 309); Blue value is 119 (46.88% from 255 or 38.51% from 309); Max value from RGB is 124 - color contains mainly: red. Hex color #7C4277 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7C4277 is #83BD88. Grayscale: #595959. Windows color (decimal): -8633737 or 7815804. OLE color: 7815804.
HSL color Cylindrical-coordinate representation of color #7C4277: hue angle of 305.17º degrees, saturation: 0.31, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7C4277 is Cyan = 0, Magento = 0.47, Yellow = 0.04 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 66 | 119 | - |
| CMYK | 0 | 0.47 | 0.04 | 0.51 |
| HSL | 305.17º | 0.31% | 0.37% | - |
| HSV(B) | 305.17º | 0.47% | 0.49% | - |
| XYZ | 13.59 | 9.51 | 18.57 | - |
| YUV | 89.38 | 144.72 | 152.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 66 | 119 | 0 | 0.47 | 0.04 | 0.51 | 305.17 | 0.31 | 0.37 |
| Hex | 7C | 42 | 77 | 0 | 2F | 4 | 33 | 131 | 1F | 25 |
| Octal | 174 | 102 | 167 | 0 | 57 | 4 | 63 | 461 | 37 | 45 |
| Binary | 1111100 | 1000010 | 1110111 | 0 | 101111 | 100 | 110011 | 100110001 | 11111 | 100101 |
Color Harmonies of #7C4277
Complementary color
Monochromatic Colors of #7C4277
Black with #7C4277
Text Example
Text Example
White with #7C4277
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C4277; }
p { color: rgb(124,66,119); }
H1.HeaderClassName
{
color: #7C4277;
}
.AnyTagClassName
{
color: #7C4277;
}
</style>
background-color css
<style>
a { background-color: #7C4277; }
a { background-color: rgb(124,66,119); }
div.DivClassName
{
background-color: #7C4277;
}
.BgClassName
{
background-color: #7C4277;
}
</style>
border-color css
<style>
span { border-color: #7C4277; }
span { border-color: rgb(124,66,119); }
td.TdClassName
{
border-color: #7C4277;
}
.TagClassName
{
border-color: #7C4277;
}
</style>