Shades of Eminence #74466C
Tints of Eminence #74466C
RGB
CMYK
RGB Variations
Color information
#74466C (or 0x74466C) is known color: Eminence. HEX triplet: 74, 46 and 6C. RGB value is (116,70,108). Sum of RGB (Red+Green+Blue) = 116+70+108=294 (38% of max value = 765). Red value is 116 (45.70% from 255 or 39.46% from 294); Green value is 70 (27.73% from 255 or 23.81% from 294); Blue value is 108 (42.58% from 255 or 36.73% from 294); Max value from RGB is 116 - color contains mainly: red. Hex color #74466C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #74466C is #8BB993. Grayscale: #575757. Windows color (decimal): -9157012 or 7095924. OLE color: 7095924.
HSL color Cylindrical-coordinate representation of color #74466C: hue angle of 310.43º 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 #74466C is Cyan = 0, Magento = 0.40, Yellow = 0.07 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 70 | 108 | - |
| CMYK | 0 | 0.40 | 0.07 | 0.55 |
| HSL | 310.43º | 0.25% | 0.36% | - |
| HSV(B) | 310.43º | 0.4% | 0.45% | - |
| XYZ | 12.1 | 9.18 | 15.32 | - |
| YUV | 88.09 | 139.24 | 147.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 70 | 108 | 0 | 0.40 | 0.07 | 0.55 | 310.43 | 0.25 | 0.36 |
| Hex | 74 | 46 | 6C | 0 | 28 | 7 | 37 | 136 | 19 | 24 |
| Octal | 164 | 106 | 154 | 0 | 50 | 7 | 67 | 466 | 31 | 44 |
| Binary | 1110100 | 1000110 | 1101100 | 0 | 101000 | 111 | 110111 | 100110110 | 11001 | 100100 |
Color Harmonies of #74466C
Complementary color
Monochromatic Colors of #74466C
Black with #74466C
Text Example
Text Example
White with #74466C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74466C; }
p { color: rgb(116,70,108); }
H1.HeaderClassName
{
color: #74466C;
}
.AnyTagClassName
{
color: #74466C;
}
</style>
background-color css
<style>
a { background-color: #74466C; }
a { background-color: rgb(116,70,108); }
div.DivClassName
{
background-color: #74466C;
}
.BgClassName
{
background-color: #74466C;
}
</style>
border-color css
<style>
span { border-color: #74466C; }
span { border-color: rgb(116,70,108); }
td.TdClassName
{
border-color: #74466C;
}
.TagClassName
{
border-color: #74466C;
}
</style>