Shades of Eminence #744676
Tints of Eminence #744676
RGB
CMYK
RGB Variations
Color information
#744676 (or 0x744676) is known color: Eminence. HEX triplet: 74, 46 and 76. RGB value is (116,70,118). Sum of RGB (Red+Green+Blue) = 116+70+118=304 (40% of max value = 765). Red value is 116 (45.70% from 255 or 38.16% from 304); Green value is 70 (27.73% from 255 or 23.03% from 304); Blue value is 118 (46.48% from 255 or 38.82% from 304); Max value from RGB is 118 - color contains mainly: blue. Hex color #744676 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #744676 is #8BB989. Grayscale: #595959. Windows color (decimal): -9157002 or 7751284. OLE color: 7751284.
HSL color Cylindrical-coordinate representation of color #744676: hue angle of 297.5º degrees, saturation: 0.26, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #744676 is Cyan = 0.02, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 116 | 70 | 118 | - |
| CMYK | 0.02 | 0.41 | 0 | 0.54 |
| HSL | 297.5º | 0.26% | 0.37% | - |
| HSV(B) | 297.5º | 0.41% | 0.46% | - |
| XYZ | 12.66 | 9.4 | 18.29 | - |
| YUV | 89.23 | 144.24 | 147.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 70 | 118 | 0.02 | 0.41 | 0 | 0.54 | 297.5 | 0.26 | 0.37 |
| Hex | 74 | 46 | 76 | 2 | 29 | 0 | 36 | 12A | 1A | 25 |
| Octal | 164 | 106 | 166 | 2 | 51 | 0 | 66 | 452 | 32 | 45 |
| Binary | 1110100 | 1000110 | 1110110 | 10 | 101001 | 0 | 110110 | 100101010 | 11010 | 100101 |
Color Harmonies of #744676
Complementary color
Monochromatic Colors of #744676
Black with #744676
Text Example
Text Example
White with #744676
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #744676; }
p { color: rgb(116,70,118); }
H1.HeaderClassName
{
color: #744676;
}
.AnyTagClassName
{
color: #744676;
}
</style>
background-color css
<style>
a { background-color: #744676; }
a { background-color: rgb(116,70,118); }
div.DivClassName
{
background-color: #744676;
}
.BgClassName
{
background-color: #744676;
}
</style>
border-color css
<style>
span { border-color: #744676; }
span { border-color: rgb(116,70,118); }
td.TdClassName
{
border-color: #744676;
}
.TagClassName
{
border-color: #744676;
}
</style>