Shades of Eminence #74446A
Tints of Eminence #74446A
RGB
CMYK
RGB Variations
Color information
#74446A (or 0x74446A) is known color: Eminence. HEX triplet: 74, 44 and 6A. RGB value is (116,68,106). Sum of RGB (Red+Green+Blue) = 116+68+106=290 (38% of max value = 765). Red value is 116 (45.70% from 255 or 40% from 290); Green value is 68 (26.95% from 255 or 23.45% from 290); Blue value is 106 (41.80% from 255 or 36.55% from 290); Max value from RGB is 116 - color contains mainly: red. Hex color #74446A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #74446A is #8BBB95. Grayscale: #565656. Windows color (decimal): -9157526 or 6964340. OLE color: 6964340.
HSL color Cylindrical-coordinate representation of color #74446A: hue angle of 312.5º degrees, saturation: 0.26, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #74446A is Cyan = 0, Magento = 0.41, Yellow = 0.09 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 68 | 106 | - |
| CMYK | 0 | 0.41 | 0.09 | 0.55 |
| HSL | 312.5º | 0.26% | 0.36% | - |
| HSV(B) | 312.5º | 0.41% | 0.45% | - |
| XYZ | 11.87 | 8.89 | 14.73 | - |
| YUV | 86.68 | 138.9 | 148.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 68 | 106 | 0 | 0.41 | 0.09 | 0.55 | 312.5 | 0.26 | 0.36 |
| Hex | 74 | 44 | 6A | 0 | 29 | 9 | 37 | 138 | 1A | 24 |
| Octal | 164 | 104 | 152 | 0 | 51 | 11 | 67 | 470 | 32 | 44 |
| Binary | 1110100 | 1000100 | 1101010 | 0 | 101001 | 1001 | 110111 | 100111000 | 11010 | 100100 |
Color Harmonies of #74446A
Complementary color
Monochromatic Colors of #74446A
Black with #74446A
Text Example
Text Example
White with #74446A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74446A; }
p { color: rgb(116,68,106); }
H1.HeaderClassName
{
color: #74446A;
}
.AnyTagClassName
{
color: #74446A;
}
</style>
background-color css
<style>
a { background-color: #74446A; }
a { background-color: rgb(116,68,106); }
div.DivClassName
{
background-color: #74446A;
}
.BgClassName
{
background-color: #74446A;
}
</style>
border-color css
<style>
span { border-color: #74446A; }
span { border-color: rgb(116,68,106); }
td.TdClassName
{
border-color: #74446A;
}
.TagClassName
{
border-color: #74446A;
}
</style>