Shades of Eminence #74496E
Tints of Eminence #74496E
RGB
CMYK
RGB Variations
Color information
#74496E (or 0x74496E) is known color: Eminence. HEX triplet: 74, 49 and 6E. RGB value is (116,73,110). Sum of RGB (Red+Green+Blue) = 116+73+110=299 (39% of max value = 765). Red value is 116 (45.70% from 255 or 38.80% from 299); Green value is 73 (28.91% from 255 or 24.41% from 299); Blue value is 110 (43.36% from 255 or 36.79% from 299); Max value from RGB is 116 - color contains mainly: red. Hex color #74496E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #74496E is #8BB691. Grayscale: #595959. Windows color (decimal): -9156242 or 7227764. OLE color: 7227764.
HSL color Cylindrical-coordinate representation of color #74496E: hue angle of 308.37º degrees, saturation: 0.23, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #74496E is Cyan = 0, Magento = 0.37, Yellow = 0.05 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 73 | 110 | - |
| CMYK | 0 | 0.37 | 0.05 | 0.55 |
| HSL | 308.37º | 0.23% | 0.37% | - |
| HSV(B) | 308.37º | 0.37% | 0.45% | - |
| XYZ | 12.4 | 9.6 | 15.95 | - |
| YUV | 90.08 | 139.25 | 146.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 73 | 110 | 0 | 0.37 | 0.05 | 0.55 | 308.37 | 0.23 | 0.37 |
| Hex | 74 | 49 | 6E | 0 | 25 | 5 | 37 | 134 | 17 | 25 |
| Octal | 164 | 111 | 156 | 0 | 45 | 5 | 67 | 464 | 27 | 45 |
| Binary | 1110100 | 1001001 | 1101110 | 0 | 100101 | 101 | 110111 | 100110100 | 10111 | 100101 |
Color Harmonies of #74496E
Complementary color
Monochromatic Colors of #74496E
Black with #74496E
Text Example
Text Example
White with #74496E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74496E; }
p { color: rgb(116,73,110); }
H1.HeaderClassName
{
color: #74496E;
}
.AnyTagClassName
{
color: #74496E;
}
</style>
background-color css
<style>
a { background-color: #74496E; }
a { background-color: rgb(116,73,110); }
div.DivClassName
{
background-color: #74496E;
}
.BgClassName
{
background-color: #74496E;
}
</style>
border-color css
<style>
span { border-color: #74496E; }
span { border-color: rgb(116,73,110); }
td.TdClassName
{
border-color: #74496E;
}
.TagClassName
{
border-color: #74496E;
}
</style>