Shades of Eminence #744A70
Tints of Eminence #744A70
RGB
CMYK
RGB Variations
Color information
#744A70 (or 0x744A70) is known color: Eminence. HEX triplet: 74, 4A and 70. RGB value is (116,74,112). Sum of RGB (Red+Green+Blue) = 116+74+112=302 (40% of max value = 765). Red value is 116 (45.70% from 255 or 38.41% from 302); Green value is 74 (29.30% from 255 or 24.50% from 302); Blue value is 112 (44.14% from 255 or 37.09% from 302); Max value from RGB is 116 - color contains mainly: red. Hex color #744A70 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #744A70 is #8BB58F. Grayscale: #5A5A5A. Windows color (decimal): -9155984 or 7359092. OLE color: 7359092.
HSL color Cylindrical-coordinate representation of color #744A70: hue angle of 305.71º degrees, saturation: 0.22, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #744A70 is Cyan = 0, Magento = 0.36, Yellow = 0.03 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 74 | 112 | - |
| CMYK | 0 | 0.36 | 0.03 | 0.55 |
| HSL | 305.71º | 0.22% | 0.37% | - |
| HSV(B) | 305.71º | 0.36% | 0.45% | - |
| XYZ | 12.58 | 9.78 | 16.55 | - |
| YUV | 90.89 | 139.91 | 145.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 74 | 112 | 0 | 0.36 | 0.03 | 0.55 | 305.71 | 0.22 | 0.37 |
| Hex | 74 | 4A | 70 | 0 | 24 | 3 | 37 | 132 | 16 | 25 |
| Octal | 164 | 112 | 160 | 0 | 44 | 3 | 67 | 462 | 26 | 45 |
| Binary | 1110100 | 1001010 | 1110000 | 0 | 100100 | 11 | 110111 | 100110010 | 10110 | 100101 |
Color Harmonies of #744A70
Complementary color
Monochromatic Colors of #744A70
Black with #744A70
Text Example
Text Example
White with #744A70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #744A70; }
p { color: rgb(116,74,112); }
H1.HeaderClassName
{
color: #744A70;
}
.AnyTagClassName
{
color: #744A70;
}
</style>
background-color css
<style>
a { background-color: #744A70; }
a { background-color: rgb(116,74,112); }
div.DivClassName
{
background-color: #744A70;
}
.BgClassName
{
background-color: #744A70;
}
</style>
border-color css
<style>
span { border-color: #744A70; }
span { border-color: rgb(116,74,112); }
td.TdClassName
{
border-color: #744A70;
}
.TagClassName
{
border-color: #744A70;
}
</style>