Shades of Eminence #763B73
Tints of Eminence #763B73
RGB
CMYK
RGB Variations
Color information
#763B73 (or 0x763B73) is known color: Eminence. HEX triplet: 76, 3B and 73. RGB value is (118,59,115). Sum of RGB (Red+Green+Blue) = 118+59+115=292 (38% of max value = 765). Red value is 118 (46.48% from 255 or 40.41% from 292); Green value is 59 (23.44% from 255 or 20.21% from 292); Blue value is 115 (45.31% from 255 or 39.38% from 292); Max value from RGB is 118 - color contains mainly: red. Hex color #763B73 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #763B73 is #89C48C. Grayscale: #525252. Windows color (decimal): -9028749 or 7551862. OLE color: 7551862.
HSL color Cylindrical-coordinate representation of color #763B73: hue angle of 303.05º 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 #763B73 is Cyan = 0, Magento = 0.50, Yellow = 0.03 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 59 | 115 | - |
| CMYK | 0 | 0.50 | 0.03 | 0.54 |
| HSL | 303.05º | 0.33% | 0.35% | - |
| HSV(B) | 303.05º | 0.5% | 0.46% | - |
| XYZ | 12.13 | 8.22 | 17.17 | - |
| YUV | 83.03 | 146.05 | 152.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 59 | 115 | 0 | 0.50 | 0.03 | 0.54 | 303.05 | 0.33 | 0.35 |
| Hex | 76 | 3B | 73 | 0 | 32 | 3 | 36 | 12F | 21 | 23 |
| Octal | 166 | 73 | 163 | 0 | 62 | 3 | 66 | 457 | 41 | 43 |
| Binary | 1110110 | 111011 | 1110011 | 0 | 110010 | 11 | 110110 | 100101111 | 100001 | 100011 |
Color Harmonies of #763B73
Complementary color
Monochromatic Colors of #763B73
Black with #763B73
Text Example
Text Example
White with #763B73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #763B73; }
p { color: rgb(118,59,115); }
H1.HeaderClassName
{
color: #763B73;
}
.AnyTagClassName
{
color: #763B73;
}
</style>
background-color css
<style>
a { background-color: #763B73; }
a { background-color: rgb(118,59,115); }
div.DivClassName
{
background-color: #763B73;
}
.BgClassName
{
background-color: #763B73;
}
</style>
border-color css
<style>
span { border-color: #763B73; }
span { border-color: rgb(118,59,115); }
td.TdClassName
{
border-color: #763B73;
}
.TagClassName
{
border-color: #763B73;
}
</style>