Shades of Eminence #754077
Tints of Eminence #754077
RGB
CMYK
RGB Variations
Color information
#754077 (or 0x754077) is known color: Eminence. HEX triplet: 75, 40 and 77. RGB value is (117,64,119). Sum of RGB (Red+Green+Blue) = 117+64+119=300 (39% of max value = 765). Red value is 117 (46.09% from 255 or 39% from 300); Green value is 64 (25.39% from 255 or 21.33% from 300); Blue value is 119 (46.88% from 255 or 39.67% from 300); Max value from RGB is 119 - color contains mainly: blue. Hex color #754077 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #754077 is #8ABF88. Grayscale: #555555. Windows color (decimal): -9093001 or 7815285. OLE color: 7815285.
HSL color Cylindrical-coordinate representation of color #754077: hue angle of 297.82º degrees, saturation: 0.3, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #754077 is Cyan = 0.02, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 117 | 64 | 119 | - |
| CMYK | 0.02 | 0.46 | 0 | 0.53 |
| HSL | 297.82º | 0.3% | 0.36% | - |
| HSV(B) | 297.82º | 0.46% | 0.47% | - |
| XYZ | 12.5 | 8.78 | 18.49 | - |
| YUV | 86.12 | 146.56 | 150.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 64 | 119 | 0.02 | 0.46 | 0 | 0.53 | 297.82 | 0.3 | 0.36 |
| Hex | 75 | 40 | 77 | 2 | 2E | 0 | 35 | 12A | 1E | 24 |
| Octal | 165 | 100 | 167 | 2 | 56 | 0 | 65 | 452 | 36 | 44 |
| Binary | 1110101 | 1000000 | 1110111 | 10 | 101110 | 0 | 110101 | 100101010 | 11110 | 100100 |
Color Harmonies of #754077
Complementary color
Monochromatic Colors of #754077
Black with #754077
Text Example
Text Example
White with #754077
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #754077; }
p { color: rgb(117,64,119); }
H1.HeaderClassName
{
color: #754077;
}
.AnyTagClassName
{
color: #754077;
}
</style>
background-color css
<style>
a { background-color: #754077; }
a { background-color: rgb(117,64,119); }
div.DivClassName
{
background-color: #754077;
}
.BgClassName
{
background-color: #754077;
}
</style>
border-color css
<style>
span { border-color: #754077; }
span { border-color: rgb(117,64,119); }
td.TdClassName
{
border-color: #754077;
}
.TagClassName
{
border-color: #754077;
}
</style>