Shades of Eminence #753E6C
Tints of Eminence #753E6C
RGB
CMYK
RGB Variations
Color information
#753E6C (or 0x753E6C) is known color: Eminence. HEX triplet: 75, 3E and 6C. RGB value is (117,62,108). Sum of RGB (Red+Green+Blue) = 117+62+108=287 (38% of max value = 765). Red value is 117 (46.09% from 255 or 40.77% from 287); Green value is 62 (24.61% from 255 or 21.60% from 287); Blue value is 108 (42.58% from 255 or 37.63% from 287); Max value from RGB is 117 - color contains mainly: red. Hex color #753E6C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #753E6C is #8AC193. Grayscale: #535353. Windows color (decimal): -9093524 or 7093877. OLE color: 7093877.
HSL color Cylindrical-coordinate representation of color #753E6C: hue angle of 309.82º degrees, saturation: 0.31, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #753E6C is Cyan = 0, Magento = 0.47, Yellow = 0.08 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 62 | 108 | - |
| CMYK | 0 | 0.47 | 0.08 | 0.54 |
| HSL | 309.82º | 0.31% | 0.35% | - |
| HSV(B) | 309.82º | 0.47% | 0.46% | - |
| XYZ | 11.77 | 8.31 | 15.17 | - |
| YUV | 83.69 | 141.72 | 151.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 62 | 108 | 0 | 0.47 | 0.08 | 0.54 | 309.82 | 0.31 | 0.35 |
| Hex | 75 | 3E | 6C | 0 | 2F | 8 | 36 | 136 | 1F | 23 |
| Octal | 165 | 76 | 154 | 0 | 57 | 10 | 66 | 466 | 37 | 43 |
| Binary | 1110101 | 111110 | 1101100 | 0 | 101111 | 1000 | 110110 | 100110110 | 11111 | 100011 |
Color Harmonies of #753E6C
Complementary color
Monochromatic Colors of #753E6C
Black with #753E6C
Text Example
Text Example
White with #753E6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #753E6C; }
p { color: rgb(117,62,108); }
H1.HeaderClassName
{
color: #753E6C;
}
.AnyTagClassName
{
color: #753E6C;
}
</style>
background-color css
<style>
a { background-color: #753E6C; }
a { background-color: rgb(117,62,108); }
div.DivClassName
{
background-color: #753E6C;
}
.BgClassName
{
background-color: #753E6C;
}
</style>
border-color css
<style>
span { border-color: #753E6C; }
span { border-color: rgb(117,62,108); }
td.TdClassName
{
border-color: #753E6C;
}
.TagClassName
{
border-color: #753E6C;
}
</style>