Shades of Eminence #744B73
Tints of Eminence #744B73
RGB
CMYK
RGB Variations
Color information
#744B73 (or 0x744B73) is known color: Eminence. HEX triplet: 74, 4B and 73. RGB value is (116,75,115). Sum of RGB (Red+Green+Blue) = 116+75+115=306 (40% of max value = 765). Red value is 116 (45.70% from 255 or 37.91% from 306); Green value is 75 (29.69% from 255 or 24.51% from 306); Blue value is 115 (45.31% from 255 or 37.58% from 306); Max value from RGB is 116 - color contains mainly: red. Hex color #744B73 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #744B73 is #8BB48C. Grayscale: #5B5B5B. Windows color (decimal): -9155725 or 7555956. OLE color: 7555956.
HSL color Cylindrical-coordinate representation of color #744B73: hue angle of 301.46º 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 #744B73 is Cyan = 0, Magento = 0.35, Yellow = 0.01 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 75 | 115 | - |
| CMYK | 0 | 0.35 | 0.01 | 0.55 |
| HSL | 301.46º | 0.21% | 0.37% | - |
| HSV(B) | 301.46º | 0.35% | 0.45% | - |
| XYZ | 12.81 | 9.98 | 17.47 | - |
| YUV | 91.82 | 141.08 | 145.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 75 | 115 | 0 | 0.35 | 0.01 | 0.55 | 301.46 | 0.21 | 0.37 |
| Hex | 74 | 4B | 73 | 0 | 23 | 1 | 37 | 12D | 15 | 25 |
| Octal | 164 | 113 | 163 | 0 | 43 | 1 | 67 | 455 | 25 | 45 |
| Binary | 1110100 | 1001011 | 1110011 | 0 | 100011 | 1 | 110111 | 100101101 | 10101 | 100101 |
Color Harmonies of #744B73
Complementary color
Monochromatic Colors of #744B73
Black with #744B73
Text Example
Text Example
White with #744B73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #744B73; }
p { color: rgb(116,75,115); }
H1.HeaderClassName
{
color: #744B73;
}
.AnyTagClassName
{
color: #744B73;
}
</style>
background-color css
<style>
a { background-color: #744B73; }
a { background-color: rgb(116,75,115); }
div.DivClassName
{
background-color: #744B73;
}
.BgClassName
{
background-color: #744B73;
}
</style>
border-color css
<style>
span { border-color: #744B73; }
span { border-color: rgb(116,75,115); }
td.TdClassName
{
border-color: #744B73;
}
.TagClassName
{
border-color: #744B73;
}
</style>