Shades of Eminence #762E74
Tints of Eminence #762E74
RGB
CMYK
RGB Variations
Color information
#762E74 (or 0x762E74) is known color: Eminence. HEX triplet: 76, 2E and 74. RGB value is (118,46,116). Sum of RGB (Red+Green+Blue) = 118+46+116=280 (37% of max value = 765). Red value is 118 (46.48% from 255 or 42.14% from 280); Green value is 46 (18.36% from 255 or 16.43% from 280); Blue value is 116 (45.70% from 255 or 41.43% from 280); Max value from RGB is 118 - color contains mainly: red. Hex color #762E74 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #762E74 is #89D18B. Grayscale: #4B4B4B. Windows color (decimal): -9032076 or 7614070. OLE color: 7614070.
HSL color Cylindrical-coordinate representation of color #762E74: hue angle of 301.67º degrees, saturation: 0.44, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #762E74 is Cyan = 0, Magento = 0.61, Yellow = 0.02 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 46 | 116 | - |
| CMYK | 0 | 0.61 | 0.02 | 0.54 |
| HSL | 301.67º | 0.44% | 0.32% | - |
| HSV(B) | 301.67º | 0.61% | 0.46% | - |
| XYZ | 11.6 | 7.07 | 17.28 | - |
| YUV | 75.51 | 150.85 | 158.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 46 | 116 | 0 | 0.61 | 0.02 | 0.54 | 301.67 | 0.44 | 0.32 |
| Hex | 76 | 2E | 74 | 0 | 3D | 2 | 36 | 12E | 2C | 20 |
| Octal | 166 | 56 | 164 | 0 | 75 | 2 | 66 | 456 | 54 | 40 |
| Binary | 1110110 | 101110 | 1110100 | 0 | 111101 | 10 | 110110 | 100101110 | 101100 | 100000 |
Color Harmonies of #762E74
Complementary color
Monochromatic Colors of #762E74
Black with #762E74
Text Example
Text Example
White with #762E74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #762E74; }
p { color: rgb(118,46,116); }
H1.HeaderClassName
{
color: #762E74;
}
.AnyTagClassName
{
color: #762E74;
}
</style>
background-color css
<style>
a { background-color: #762E74; }
a { background-color: rgb(118,46,116); }
div.DivClassName
{
background-color: #762E74;
}
.BgClassName
{
background-color: #762E74;
}
</style>
border-color css
<style>
span { border-color: #762E74; }
span { border-color: rgb(118,46,116); }
td.TdClassName
{
border-color: #762E74;
}
.TagClassName
{
border-color: #762E74;
}
</style>