Shades of Eminence #763A77
Tints of Eminence #763A77
RGB
CMYK
RGB Variations
Color information
#763A77 (or 0x763A77) is known color: Eminence. HEX triplet: 76, 3A and 77. RGB value is (118,58,119). Sum of RGB (Red+Green+Blue) = 118+58+119=295 (39% of max value = 765). Red value is 118 (46.48% from 255 or 40% from 295); Green value is 58 (23.05% from 255 or 19.66% from 295); Blue value is 119 (46.88% from 255 or 40.34% from 295); Max value from RGB is 119 - color contains mainly: blue. Hex color #763A77 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #763A77 is #89C588. Grayscale: #525252. Windows color (decimal): -9029001 or 7813750. OLE color: 7813750.
HSL color Cylindrical-coordinate representation of color #763A77: hue angle of 299.02º degrees, saturation: 0.34, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #763A77 is Cyan = 0.01, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 118 | 58 | 119 | - |
| CMYK | 0.01 | 0.51 | 0 | 0.53 |
| HSL | 299.02º | 0.34% | 0.35% | - |
| HSV(B) | 299.02º | 0.51% | 0.47% | - |
| XYZ | 12.31 | 8.21 | 18.39 | - |
| YUV | 82.89 | 148.38 | 153.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 58 | 119 | 0.01 | 0.51 | 0 | 0.53 | 299.02 | 0.34 | 0.35 |
| Hex | 76 | 3A | 77 | 1 | 33 | 0 | 35 | 12B | 22 | 23 |
| Octal | 166 | 72 | 167 | 1 | 63 | 0 | 65 | 453 | 42 | 43 |
| Binary | 1110110 | 111010 | 1110111 | 1 | 110011 | 0 | 110101 | 100101011 | 100010 | 100011 |
Color Harmonies of #763A77
Complementary color
Monochromatic Colors of #763A77
Black with #763A77
Text Example
Text Example
White with #763A77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #763A77; }
p { color: rgb(118,58,119); }
H1.HeaderClassName
{
color: #763A77;
}
.AnyTagClassName
{
color: #763A77;
}
</style>
background-color css
<style>
a { background-color: #763A77; }
a { background-color: rgb(118,58,119); }
div.DivClassName
{
background-color: #763A77;
}
.BgClassName
{
background-color: #763A77;
}
</style>
border-color css
<style>
span { border-color: #763A77; }
span { border-color: rgb(118,58,119); }
td.TdClassName
{
border-color: #763A77;
}
.TagClassName
{
border-color: #763A77;
}
</style>