Shades of Eminence #74446B
Tints of Eminence #74446B
RGB
CMYK
RGB Variations
Color information
#74446B (or 0x74446B) is known color: Eminence. HEX triplet: 74, 44 and 6B. RGB value is (116,68,107). Sum of RGB (Red+Green+Blue) = 116+68+107=291 (38% of max value = 765). Red value is 116 (45.70% from 255 or 39.86% from 291); Green value is 68 (26.95% from 255 or 23.37% from 291); Blue value is 107 (42.19% from 255 or 36.77% from 291); Max value from RGB is 116 - color contains mainly: red. Hex color #74446B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #74446B is #8BBB94. Grayscale: #565656. Windows color (decimal): -9157525 or 7029876. OLE color: 7029876.
HSL color Cylindrical-coordinate representation of color #74446B: hue angle of 311.25º 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 #74446B is Cyan = 0, Magento = 0.41, Yellow = 0.08 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 68 | 107 | - |
| CMYK | 0 | 0.41 | 0.08 | 0.55 |
| HSL | 311.25º | 0.26% | 0.36% | - |
| HSV(B) | 311.25º | 0.41% | 0.45% | - |
| XYZ | 11.92 | 8.91 | 15 | - |
| YUV | 86.8 | 139.4 | 148.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 68 | 107 | 0 | 0.41 | 0.08 | 0.55 | 311.25 | 0.26 | 0.36 |
| Hex | 74 | 44 | 6B | 0 | 29 | 8 | 37 | 137 | 1A | 24 |
| Octal | 164 | 104 | 153 | 0 | 51 | 10 | 67 | 467 | 32 | 44 |
| Binary | 1110100 | 1000100 | 1101011 | 0 | 101001 | 1000 | 110111 | 100110111 | 11010 | 100100 |
Color Harmonies of #74446B
Complementary color
Monochromatic Colors of #74446B
Black with #74446B
Text Example
Text Example
White with #74446B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74446B; }
p { color: rgb(116,68,107); }
H1.HeaderClassName
{
color: #74446B;
}
.AnyTagClassName
{
color: #74446B;
}
</style>
background-color css
<style>
a { background-color: #74446B; }
a { background-color: rgb(116,68,107); }
div.DivClassName
{
background-color: #74446B;
}
.BgClassName
{
background-color: #74446B;
}
</style>
border-color css
<style>
span { border-color: #74446B; }
span { border-color: rgb(116,68,107); }
td.TdClassName
{
border-color: #74446B;
}
.TagClassName
{
border-color: #74446B;
}
</style>