Shades of Eminence #754C79
Tints of Eminence #754C79
RGB
CMYK
RGB Variations
Color information
#754C79 (or 0x754C79) is known color: Eminence. HEX triplet: 75, 4C and 79. RGB value is (117,76,121). Sum of RGB (Red+Green+Blue) = 117+76+121=314 (41% of max value = 765). Red value is 117 (46.09% from 255 or 37.26% from 314); Green value is 76 (30.08% from 255 or 24.20% from 314); Blue value is 121 (47.66% from 255 or 38.54% from 314); Max value from RGB is 121 - color contains mainly: blue. Hex color #754C79 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #754C79 is #8AB386. Grayscale: #5D5D5D. Windows color (decimal): -9089927 or 7949429. OLE color: 7949429.
HSL color Cylindrical-coordinate representation of color #754C79: hue angle of 294.67º degrees, saturation: 0.23, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #754C79 is Cyan = 0.03, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 117 | 76 | 121 | - |
| CMYK | 0.03 | 0.37 | 0 | 0.53 |
| HSL | 294.67º | 0.23% | 0.39% | - |
| HSV(B) | 294.67º | 0.37% | 0.47% | - |
| XYZ | 13.37 | 10.33 | 19.38 | - |
| YUV | 93.39 | 143.58 | 144.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 76 | 121 | 0.03 | 0.37 | 0 | 0.53 | 294.67 | 0.23 | 0.39 |
| Hex | 75 | 4C | 79 | 3 | 25 | 0 | 35 | 127 | 17 | 27 |
| Octal | 165 | 114 | 171 | 3 | 45 | 0 | 65 | 447 | 27 | 47 |
| Binary | 1110101 | 1001100 | 1111001 | 11 | 100101 | 0 | 110101 | 100100111 | 10111 | 100111 |
Color Harmonies of #754C79
Complementary color
Monochromatic Colors of #754C79
Black with #754C79
Text Example
Text Example
White with #754C79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #754C79; }
p { color: rgb(117,76,121); }
H1.HeaderClassName
{
color: #754C79;
}
.AnyTagClassName
{
color: #754C79;
}
</style>
background-color css
<style>
a { background-color: #754C79; }
a { background-color: rgb(117,76,121); }
div.DivClassName
{
background-color: #754C79;
}
.BgClassName
{
background-color: #754C79;
}
</style>
border-color css
<style>
span { border-color: #754C79; }
span { border-color: rgb(117,76,121); }
td.TdClassName
{
border-color: #754C79;
}
.TagClassName
{
border-color: #754C79;
}
</style>