Shades of Eminence #74486D
Tints of Eminence #74486D
RGB
CMYK
RGB Variations
Color information
#74486D (or 0x74486D) is known color: Eminence. HEX triplet: 74, 48 and 6D. RGB value is (116,72,109). Sum of RGB (Red+Green+Blue) = 116+72+109=297 (39% of max value = 765). Red value is 116 (45.70% from 255 or 39.06% from 297); Green value is 72 (28.52% from 255 or 24.24% from 297); Blue value is 109 (42.97% from 255 or 36.70% from 297); Max value from RGB is 116 - color contains mainly: red. Hex color #74486D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #74486D is #8BB792. Grayscale: #595959. Windows color (decimal): -9156499 or 7161972. OLE color: 7161972.
HSL color Cylindrical-coordinate representation of color #74486D: hue angle of 309.55º degrees, saturation: 0.23, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #74486D is Cyan = 0, Magento = 0.38, Yellow = 0.06 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 72 | 109 | - |
| CMYK | 0 | 0.38 | 0.06 | 0.55 |
| HSL | 309.55º | 0.23% | 0.37% | - |
| HSV(B) | 309.55º | 0.38% | 0.45% | - |
| XYZ | 12.28 | 9.45 | 15.65 | - |
| YUV | 89.37 | 139.08 | 146.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 72 | 109 | 0 | 0.38 | 0.06 | 0.55 | 309.55 | 0.23 | 0.37 |
| Hex | 74 | 48 | 6D | 0 | 26 | 6 | 37 | 136 | 17 | 25 |
| Octal | 164 | 110 | 155 | 0 | 46 | 6 | 67 | 466 | 27 | 45 |
| Binary | 1110100 | 1001000 | 1101101 | 0 | 100110 | 110 | 110111 | 100110110 | 10111 | 100101 |
Color Harmonies of #74486D
Complementary color
Monochromatic Colors of #74486D
Black with #74486D
Text Example
Text Example
White with #74486D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74486D; }
p { color: rgb(116,72,109); }
H1.HeaderClassName
{
color: #74486D;
}
.AnyTagClassName
{
color: #74486D;
}
</style>
background-color css
<style>
a { background-color: #74486D; }
a { background-color: rgb(116,72,109); }
div.DivClassName
{
background-color: #74486D;
}
.BgClassName
{
background-color: #74486D;
}
</style>
border-color css
<style>
span { border-color: #74486D; }
span { border-color: rgb(116,72,109); }
td.TdClassName
{
border-color: #74486D;
}
.TagClassName
{
border-color: #74486D;
}
</style>