Shades of Eminence #74406B
Tints of Eminence #74406B
RGB
CMYK
RGB Variations
Color information
#74406B (or 0x74406B) is known color: Eminence. HEX triplet: 74, 40 and 6B. RGB value is (116,64,107). Sum of RGB (Red+Green+Blue) = 116+64+107=287 (38% of max value = 765). Red value is 116 (45.70% from 255 or 40.42% from 287); Green value is 64 (25.39% from 255 or 22.30% from 287); Blue value is 107 (42.19% from 255 or 37.28% from 287); Max value from RGB is 116 - color contains mainly: red. Hex color #74406B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #74406B is #8BBF94. Grayscale: #545454. Windows color (decimal): -9158549 or 7028852. OLE color: 7028852.
HSL color Cylindrical-coordinate representation of color #74406B: hue angle of 310.38º degrees, saturation: 0.29, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #74406B is Cyan = 0, Magento = 0.45, Yellow = 0.08 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 64 | 107 | - |
| CMYK | 0 | 0.45 | 0.08 | 0.55 |
| HSL | 310.38º | 0.29% | 0.35% | - |
| HSV(B) | 310.38º | 0.45% | 0.45% | - |
| XYZ | 11.69 | 8.44 | 14.92 | - |
| YUV | 84.45 | 140.73 | 150.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 64 | 107 | 0 | 0.45 | 0.08 | 0.55 | 310.38 | 0.29 | 0.35 |
| Hex | 74 | 40 | 6B | 0 | 2D | 8 | 37 | 136 | 1D | 23 |
| Octal | 164 | 100 | 153 | 0 | 55 | 10 | 67 | 466 | 35 | 43 |
| Binary | 1110100 | 1000000 | 1101011 | 0 | 101101 | 1000 | 110111 | 100110110 | 11101 | 100011 |
Color Harmonies of #74406B
Complementary color
Monochromatic Colors of #74406B
Black with #74406B
Text Example
Text Example
White with #74406B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74406B; }
p { color: rgb(116,64,107); }
H1.HeaderClassName
{
color: #74406B;
}
.AnyTagClassName
{
color: #74406B;
}
</style>
background-color css
<style>
a { background-color: #74406B; }
a { background-color: rgb(116,64,107); }
div.DivClassName
{
background-color: #74406B;
}
.BgClassName
{
background-color: #74406B;
}
</style>
border-color css
<style>
span { border-color: #74406B; }
span { border-color: rgb(116,64,107); }
td.TdClassName
{
border-color: #74406B;
}
.TagClassName
{
border-color: #74406B;
}
</style>