Shades of Eminence #753777
Tints of Eminence #753777
RGB
CMYK
RGB Variations
Color information
#753777 (or 0x753777) is known color: Eminence. HEX triplet: 75, 37 and 77. RGB value is (117,55,119). Sum of RGB (Red+Green+Blue) = 117+55+119=291 (38% of max value = 765). Red value is 117 (46.09% from 255 or 40.21% from 291); Green value is 55 (21.88% from 255 or 18.90% from 291); Blue value is 119 (46.88% from 255 or 40.89% from 291); Max value from RGB is 119 - color contains mainly: blue. Hex color #753777 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #753777 is #8AC888. Grayscale: #505050. Windows color (decimal): -9095305 or 7812981. OLE color: 7812981.
HSL color Cylindrical-coordinate representation of color #753777: hue angle of 298.12º degrees, saturation: 0.37, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #753777 is Cyan = 0.02, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 117 | 55 | 119 | - |
| CMYK | 0.02 | 0.54 | 0 | 0.53 |
| HSL | 298.13º | 0.37% | 0.34% | - |
| HSV(B) | 298.13º | 0.54% | 0.47% | - |
| XYZ | 12.03 | 7.85 | 18.33 | - |
| YUV | 80.83 | 149.54 | 153.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 55 | 119 | 0.02 | 0.54 | 0 | 0.53 | 298.13 | 0.37 | 0.34 |
| Hex | 75 | 37 | 77 | 2 | 36 | 0 | 35 | 12A | 25 | 22 |
| Octal | 165 | 67 | 167 | 2 | 66 | 0 | 65 | 452 | 45 | 42 |
| Binary | 1110101 | 110111 | 1110111 | 10 | 110110 | 0 | 110101 | 100101010 | 100101 | 100010 |
Color Harmonies of #753777
Complementary color
Monochromatic Colors of #753777
Black with #753777
Text Example
Text Example
White with #753777
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #753777; }
p { color: rgb(117,55,119); }
H1.HeaderClassName
{
color: #753777;
}
.AnyTagClassName
{
color: #753777;
}
</style>
background-color css
<style>
a { background-color: #753777; }
a { background-color: rgb(117,55,119); }
div.DivClassName
{
background-color: #753777;
}
.BgClassName
{
background-color: #753777;
}
</style>
border-color css
<style>
span { border-color: #753777; }
span { border-color: rgb(117,55,119); }
td.TdClassName
{
border-color: #753777;
}
.TagClassName
{
border-color: #753777;
}
</style>