Shades of Eminence #74466B
Tints of Eminence #74466B
RGB
CMYK
RGB Variations
Color information
#74466B (or 0x74466B) is known color: Eminence. HEX triplet: 74, 46 and 6B. RGB value is (116,70,107). Sum of RGB (Red+Green+Blue) = 116+70+107=293 (38% of max value = 765). Red value is 116 (45.70% from 255 or 39.59% from 293); Green value is 70 (27.73% from 255 or 23.89% from 293); Blue value is 107 (42.19% from 255 or 36.52% from 293); Max value from RGB is 116 - color contains mainly: red. Hex color #74466B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #74466B is #8BB994. Grayscale: #575757. Windows color (decimal): -9157013 or 7030388. OLE color: 7030388.
HSL color Cylindrical-coordinate representation of color #74466B: hue angle of 311.74º degrees, saturation: 0.25, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #74466B is Cyan = 0, Magento = 0.40, Yellow = 0.08 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 70 | 107 | - |
| CMYK | 0 | 0.40 | 0.08 | 0.55 |
| HSL | 311.74º | 0.25% | 0.36% | - |
| HSV(B) | 311.74º | 0.4% | 0.45% | - |
| XYZ | 12.05 | 9.15 | 15.04 | - |
| YUV | 87.97 | 138.74 | 147.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 70 | 107 | 0 | 0.40 | 0.08 | 0.55 | 311.74 | 0.25 | 0.36 |
| Hex | 74 | 46 | 6B | 0 | 28 | 8 | 37 | 138 | 19 | 24 |
| Octal | 164 | 106 | 153 | 0 | 50 | 10 | 67 | 470 | 31 | 44 |
| Binary | 1110100 | 1000110 | 1101011 | 0 | 101000 | 1000 | 110111 | 100111000 | 11001 | 100100 |
Color Harmonies of #74466B
Complementary color
Monochromatic Colors of #74466B
Black with #74466B
Text Example
Text Example
White with #74466B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74466B; }
p { color: rgb(116,70,107); }
H1.HeaderClassName
{
color: #74466B;
}
.AnyTagClassName
{
color: #74466B;
}
</style>
background-color css
<style>
a { background-color: #74466B; }
a { background-color: rgb(116,70,107); }
div.DivClassName
{
background-color: #74466B;
}
.BgClassName
{
background-color: #74466B;
}
</style>
border-color css
<style>
span { border-color: #74466B; }
span { border-color: rgb(116,70,107); }
td.TdClassName
{
border-color: #74466B;
}
.TagClassName
{
border-color: #74466B;
}
</style>