Shades of Eminence #7E4177
Tints of Eminence #7E4177
RGB
CMYK
RGB Variations
Color information
#7E4177 (or 0x7E4177) is known color: Eminence. HEX triplet: 7E, 41 and 77. RGB value is (126,65,119). Sum of RGB (Red+Green+Blue) = 126+65+119=310 (41% of max value = 765). Red value is 126 (49.61% from 255 or 40.65% from 310); Green value is 65 (25.78% from 255 or 20.97% from 310); Blue value is 119 (46.88% from 255 or 38.39% from 310); Max value from RGB is 126 - color contains mainly: red. Hex color #7E4177 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7E4177 is #81BE88. Grayscale: #595959. Windows color (decimal): -8502921 or 7815550. OLE color: 7815550.
HSL color Cylindrical-coordinate representation of color #7E4177: hue angle of 306.89º degrees, saturation: 0.32, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7E4177 is Cyan = 0, Magento = 0.48, Yellow = 0.06 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 65 | 119 | - |
| CMYK | 0 | 0.48 | 0.06 | 0.51 |
| HSL | 306.89º | 0.32% | 0.37% | - |
| HSV(B) | 306.89º | 0.48% | 0.49% | - |
| XYZ | 13.82 | 9.55 | 18.57 | - |
| YUV | 89.4 | 144.71 | 154.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 65 | 119 | 0 | 0.48 | 0.06 | 0.51 | 306.89 | 0.32 | 0.37 |
| Hex | 7E | 41 | 77 | 0 | 30 | 6 | 33 | 133 | 20 | 25 |
| Octal | 176 | 101 | 167 | 0 | 60 | 6 | 63 | 463 | 40 | 45 |
| Binary | 1111110 | 1000001 | 1110111 | 0 | 110000 | 110 | 110011 | 100110011 | 100000 | 100101 |
Color Harmonies of #7E4177
Complementary color
Monochromatic Colors of #7E4177
Black with #7E4177
Text Example
Text Example
White with #7E4177
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E4177; }
p { color: rgb(126,65,119); }
H1.HeaderClassName
{
color: #7E4177;
}
.AnyTagClassName
{
color: #7E4177;
}
</style>
background-color css
<style>
a { background-color: #7E4177; }
a { background-color: rgb(126,65,119); }
div.DivClassName
{
background-color: #7E4177;
}
.BgClassName
{
background-color: #7E4177;
}
</style>
border-color css
<style>
span { border-color: #7E4177; }
span { border-color: rgb(126,65,119); }
td.TdClassName
{
border-color: #7E4177;
}
.TagClassName
{
border-color: #7E4177;
}
</style>