Shades of Eminence #754C77
Tints of Eminence #754C77
RGB
CMYK
RGB Variations
Color information
#754C77 (or 0x754C77) is known color: Eminence. HEX triplet: 75, 4C and 77. RGB value is (117,76,119). Sum of RGB (Red+Green+Blue) = 117+76+119=312 (41% of max value = 765). Red value is 117 (46.09% from 255 or 37.5% from 312); Green value is 76 (30.08% from 255 or 24.36% from 312); Blue value is 119 (46.88% from 255 or 38.14% from 312); Max value from RGB is 119 - color contains mainly: blue. Hex color #754C77 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #754C77 is #8AB388. Grayscale: #5D5D5D. Windows color (decimal): -9089929 or 7818357. OLE color: 7818357.
HSL color Cylindrical-coordinate representation of color #754C77: hue angle of 297.21º degrees, saturation: 0.22, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #754C77 is Cyan = 0.02, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 117 | 76 | 119 | - |
| CMYK | 0.02 | 0.36 | 0 | 0.53 |
| HSL | 297.21º | 0.22% | 0.38% | - |
| HSV(B) | 297.21º | 0.36% | 0.47% | - |
| XYZ | 13.25 | 10.28 | 18.74 | - |
| YUV | 93.16 | 142.58 | 145 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 76 | 119 | 0.02 | 0.36 | 0 | 0.53 | 297.21 | 0.22 | 0.38 |
| Hex | 75 | 4C | 77 | 2 | 24 | 0 | 35 | 129 | 16 | 26 |
| Octal | 165 | 114 | 167 | 2 | 44 | 0 | 65 | 451 | 26 | 46 |
| Binary | 1110101 | 1001100 | 1110111 | 10 | 100100 | 0 | 110101 | 100101001 | 10110 | 100110 |
Color Harmonies of #754C77
Complementary color
Monochromatic Colors of #754C77
Black with #754C77
Text Example
Text Example
White with #754C77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #754C77; }
p { color: rgb(117,76,119); }
H1.HeaderClassName
{
color: #754C77;
}
.AnyTagClassName
{
color: #754C77;
}
</style>
background-color css
<style>
a { background-color: #754C77; }
a { background-color: rgb(117,76,119); }
div.DivClassName
{
background-color: #754C77;
}
.BgClassName
{
background-color: #754C77;
}
</style>
border-color css
<style>
span { border-color: #754C77; }
span { border-color: rgb(117,76,119); }
td.TdClassName
{
border-color: #754C77;
}
.TagClassName
{
border-color: #754C77;
}
</style>