Shades of Eminence #744B72
Tints of Eminence #744B72
RGB
CMYK
RGB Variations
Color information
#744B72 (or 0x744B72) is known color: Eminence. HEX triplet: 74, 4B and 72. RGB value is (116,75,114). Sum of RGB (Red+Green+Blue) = 116+75+114=305 (40% of max value = 765). Red value is 116 (45.70% from 255 or 38.03% from 305); Green value is 75 (29.69% from 255 or 24.59% from 305); Blue value is 114 (44.92% from 255 or 37.38% from 305); Max value from RGB is 116 - color contains mainly: red. Hex color #744B72 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #744B72 is #8BB48D. Grayscale: #5B5B5B. Windows color (decimal): -9155726 or 7490420. OLE color: 7490420.
HSL color Cylindrical-coordinate representation of color #744B72: hue angle of 302.93º degrees, saturation: 0.21, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #744B72 is Cyan = 0, Magento = 0.35, Yellow = 0.02 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 75 | 114 | - |
| CMYK | 0 | 0.35 | 0.02 | 0.55 |
| HSL | 302.93º | 0.21% | 0.37% | - |
| HSV(B) | 302.93º | 0.35% | 0.45% | - |
| XYZ | 12.76 | 9.96 | 17.17 | - |
| YUV | 91.71 | 140.58 | 145.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 75 | 114 | 0 | 0.35 | 0.02 | 0.55 | 302.93 | 0.21 | 0.37 |
| Hex | 74 | 4B | 72 | 0 | 23 | 2 | 37 | 12F | 15 | 25 |
| Octal | 164 | 113 | 162 | 0 | 43 | 2 | 67 | 457 | 25 | 45 |
| Binary | 1110100 | 1001011 | 1110010 | 0 | 100011 | 10 | 110111 | 100101111 | 10101 | 100101 |
Color Harmonies of #744B72
Complementary color
Monochromatic Colors of #744B72
Black with #744B72
Text Example
Text Example
White with #744B72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #744B72; }
p { color: rgb(116,75,114); }
H1.HeaderClassName
{
color: #744B72;
}
.AnyTagClassName
{
color: #744B72;
}
</style>
background-color css
<style>
a { background-color: #744B72; }
a { background-color: rgb(116,75,114); }
div.DivClassName
{
background-color: #744B72;
}
.BgClassName
{
background-color: #744B72;
}
</style>
border-color css
<style>
span { border-color: #744B72; }
span { border-color: rgb(116,75,114); }
td.TdClassName
{
border-color: #744B72;
}
.TagClassName
{
border-color: #744B72;
}
</style>