Shades of Eminence #7C4474
Tints of Eminence #7C4474
RGB
CMYK
RGB Variations
Color information
#7C4474 (or 0x7C4474) is known color: Eminence. HEX triplet: 7C, 44 and 74. RGB value is (124,68,116). Sum of RGB (Red+Green+Blue) = 124+68+116=308 (40% of max value = 765). Red value is 124 (48.83% from 255 or 40.26% from 308); Green value is 68 (26.95% from 255 or 22.08% from 308); Blue value is 116 (45.70% from 255 or 37.66% from 308); Max value from RGB is 124 - color contains mainly: red. Hex color #7C4474 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7C4474 is #83BB8B. Grayscale: #5A5A5A. Windows color (decimal): -8633228 or 7619708. OLE color: 7619708.
HSL color Cylindrical-coordinate representation of color #7C4474: hue angle of 308.57º degrees, saturation: 0.29, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7C4474 is Cyan = 0, Magento = 0.45, Yellow = 0.06 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 68 | 116 | - |
| CMYK | 0 | 0.45 | 0.06 | 0.51 |
| HSL | 308.57º | 0.29% | 0.38% | - |
| HSV(B) | 308.57º | 0.45% | 0.49% | - |
| XYZ | 13.53 | 9.68 | 17.68 | - |
| YUV | 90.22 | 142.55 | 152.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 68 | 116 | 0 | 0.45 | 0.06 | 0.51 | 308.57 | 0.29 | 0.38 |
| Hex | 7C | 44 | 74 | 0 | 2D | 6 | 33 | 135 | 1D | 26 |
| Octal | 174 | 104 | 164 | 0 | 55 | 6 | 63 | 465 | 35 | 46 |
| Binary | 1111100 | 1000100 | 1110100 | 0 | 101101 | 110 | 110011 | 100110101 | 11101 | 100110 |
Color Harmonies of #7C4474
Complementary color
Monochromatic Colors of #7C4474
Black with #7C4474
Text Example
Text Example
White with #7C4474
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C4474; }
p { color: rgb(124,68,116); }
H1.HeaderClassName
{
color: #7C4474;
}
.AnyTagClassName
{
color: #7C4474;
}
</style>
background-color css
<style>
a { background-color: #7C4474; }
a { background-color: rgb(124,68,116); }
div.DivClassName
{
background-color: #7C4474;
}
.BgClassName
{
background-color: #7C4474;
}
</style>
border-color css
<style>
span { border-color: #7C4474; }
span { border-color: rgb(124,68,116); }
td.TdClassName
{
border-color: #7C4474;
}
.TagClassName
{
border-color: #7C4474;
}
</style>