Shades of Eminence #75456F
Tints of Eminence #75456F
RGB
CMYK
RGB Variations
Color information
#75456F (or 0x75456F) is known color: Eminence. HEX triplet: 75, 45 and 6F. RGB value is (117,69,111). Sum of RGB (Red+Green+Blue) = 117+69+111=297 (39% of max value = 765). Red value is 117 (46.09% from 255 or 39.39% from 297); Green value is 69 (27.34% from 255 or 23.23% from 297); Blue value is 111 (43.75% from 255 or 37.37% from 297); Max value from RGB is 117 - color contains mainly: red. Hex color #75456F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #75456F is #8ABA90. Grayscale: #585858. Windows color (decimal): -9091729 or 7292277. OLE color: 7292277.
HSL color Cylindrical-coordinate representation of color #75456F: hue angle of 307.5º degrees, saturation: 0.26, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #75456F is Cyan = 0, Magento = 0.41, Yellow = 0.05 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 69 | 111 | - |
| CMYK | 0 | 0.41 | 0.05 | 0.54 |
| HSL | 307.5º | 0.26% | 0.36% | - |
| HSV(B) | 307.5º | 0.41% | 0.46% | - |
| XYZ | 12.33 | 9.19 | 16.16 | - |
| YUV | 88.14 | 140.9 | 148.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 69 | 111 | 0 | 0.41 | 0.05 | 0.54 | 307.5 | 0.26 | 0.36 |
| Hex | 75 | 45 | 6F | 0 | 29 | 5 | 36 | 134 | 1A | 24 |
| Octal | 165 | 105 | 157 | 0 | 51 | 5 | 66 | 464 | 32 | 44 |
| Binary | 1110101 | 1000101 | 1101111 | 0 | 101001 | 101 | 110110 | 100110100 | 11010 | 100100 |
Color Harmonies of #75456F
Complementary color
Monochromatic Colors of #75456F
Black with #75456F
Text Example
Text Example
White with #75456F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75456F; }
p { color: rgb(117,69,111); }
H1.HeaderClassName
{
color: #75456F;
}
.AnyTagClassName
{
color: #75456F;
}
</style>
background-color css
<style>
a { background-color: #75456F; }
a { background-color: rgb(117,69,111); }
div.DivClassName
{
background-color: #75456F;
}
.BgClassName
{
background-color: #75456F;
}
</style>
border-color css
<style>
span { border-color: #75456F; }
span { border-color: rgb(117,69,111); }
td.TdClassName
{
border-color: #75456F;
}
.TagClassName
{
border-color: #75456F;
}
</style>