Shades of Eminence #7C4575
Tints of Eminence #7C4575
RGB
CMYK
RGB Variations
Color information
#7C4575 (or 0x7C4575) is known color: Eminence. HEX triplet: 7C, 45 and 75. RGB value is (124,69,117). Sum of RGB (Red+Green+Blue) = 124+69+117=310 (41% of max value = 765). Red value is 124 (48.83% from 255 or 40% from 310); Green value is 69 (27.34% from 255 or 22.26% from 310); Blue value is 117 (46.09% from 255 or 37.74% from 310); Max value from RGB is 124 - color contains mainly: red. Hex color #7C4575 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7C4575 is #83BA8A. Grayscale: #5A5A5A. Windows color (decimal): -8632971 or 7685500. OLE color: 7685500.
HSL color Cylindrical-coordinate representation of color #7C4575: hue angle of 307.64º degrees, saturation: 0.28, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7C4575 is Cyan = 0, Magento = 0.44, Yellow = 0.06 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 69 | 117 | - |
| CMYK | 0 | 0.44 | 0.06 | 0.51 |
| HSL | 307.64º | 0.28% | 0.38% | - |
| HSV(B) | 307.64º | 0.44% | 0.49% | - |
| XYZ | 13.65 | 9.83 | 18.01 | - |
| YUV | 90.92 | 142.72 | 151.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 69 | 117 | 0 | 0.44 | 0.06 | 0.51 | 307.64 | 0.28 | 0.38 |
| Hex | 7C | 45 | 75 | 0 | 2C | 6 | 33 | 134 | 1C | 26 |
| Octal | 174 | 105 | 165 | 0 | 54 | 6 | 63 | 464 | 34 | 46 |
| Binary | 1111100 | 1000101 | 1110101 | 0 | 101100 | 110 | 110011 | 100110100 | 11100 | 100110 |
Color Harmonies of #7C4575
Complementary color
Monochromatic Colors of #7C4575
Black with #7C4575
Text Example
Text Example
White with #7C4575
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C4575; }
p { color: rgb(124,69,117); }
H1.HeaderClassName
{
color: #7C4575;
}
.AnyTagClassName
{
color: #7C4575;
}
</style>
background-color css
<style>
a { background-color: #7C4575; }
a { background-color: rgb(124,69,117); }
div.DivClassName
{
background-color: #7C4575;
}
.BgClassName
{
background-color: #7C4575;
}
</style>
border-color css
<style>
span { border-color: #7C4575; }
span { border-color: rgb(124,69,117); }
td.TdClassName
{
border-color: #7C4575;
}
.TagClassName
{
border-color: #7C4575;
}
</style>