Shades of Eminence #763B72
Tints of Eminence #763B72
RGB
CMYK
RGB Variations
Color information
#763B72 (or 0x763B72) is known color: Eminence. HEX triplet: 76, 3B and 72. RGB value is (118,59,114). Sum of RGB (Red+Green+Blue) = 118+59+114=291 (38% of max value = 765). Red value is 118 (46.48% from 255 or 40.55% from 291); Green value is 59 (23.44% from 255 or 20.27% from 291); Blue value is 114 (44.92% from 255 or 39.18% from 291); Max value from RGB is 118 - color contains mainly: red. Hex color #763B72 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #763B72 is #89C48D. Grayscale: #525252. Windows color (decimal): -9028750 or 7486326. OLE color: 7486326.
HSL color Cylindrical-coordinate representation of color #763B72: hue angle of 304.07º degrees, saturation: 0.33, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #763B72 is Cyan = 0, Magento = 0.50, Yellow = 0.03 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 59 | 114 | - |
| CMYK | 0 | 0.50 | 0.03 | 0.54 |
| HSL | 304.07º | 0.33% | 0.35% | - |
| HSV(B) | 304.07º | 0.5% | 0.46% | - |
| XYZ | 12.07 | 8.19 | 16.86 | - |
| YUV | 82.91 | 145.55 | 153.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 59 | 114 | 0 | 0.50 | 0.03 | 0.54 | 304.07 | 0.33 | 0.35 |
| Hex | 76 | 3B | 72 | 0 | 32 | 3 | 36 | 130 | 21 | 23 |
| Octal | 166 | 73 | 162 | 0 | 62 | 3 | 66 | 460 | 41 | 43 |
| Binary | 1110110 | 111011 | 1110010 | 0 | 110010 | 11 | 110110 | 100110000 | 100001 | 100011 |
Color Harmonies of #763B72
Complementary color
Monochromatic Colors of #763B72
Black with #763B72
Text Example
Text Example
White with #763B72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #763B72; }
p { color: rgb(118,59,114); }
H1.HeaderClassName
{
color: #763B72;
}
.AnyTagClassName
{
color: #763B72;
}
</style>
background-color css
<style>
a { background-color: #763B72; }
a { background-color: rgb(118,59,114); }
div.DivClassName
{
background-color: #763B72;
}
.BgClassName
{
background-color: #763B72;
}
</style>
border-color css
<style>
span { border-color: #763B72; }
span { border-color: rgb(118,59,114); }
td.TdClassName
{
border-color: #763B72;
}
.TagClassName
{
border-color: #763B72;
}
</style>