Shades of Eminence #74446D
Tints of Eminence #74446D
RGB
CMYK
RGB Variations
Color information
#74446D (or 0x74446D) is known color: Eminence. HEX triplet: 74, 44 and 6D. RGB value is (116,68,109). Sum of RGB (Red+Green+Blue) = 116+68+109=293 (38% of max value = 765). Red value is 116 (45.70% from 255 or 39.59% from 293); Green value is 68 (26.95% from 255 or 23.21% from 293); Blue value is 109 (42.97% from 255 or 37.20% from 293); Max value from RGB is 116 - color contains mainly: red. Hex color #74446D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #74446D is #8BBB92. Grayscale: #565656. Windows color (decimal): -9157523 or 7160948. OLE color: 7160948.
HSL color Cylindrical-coordinate representation of color #74446D: hue angle of 308.75º 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 #74446D is Cyan = 0, Magento = 0.41, Yellow = 0.06 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 68 | 109 | - |
| CMYK | 0 | 0.41 | 0.06 | 0.55 |
| HSL | 308.75º | 0.26% | 0.36% | - |
| HSV(B) | 308.75º | 0.41% | 0.45% | - |
| XYZ | 12.03 | 8.95 | 15.56 | - |
| YUV | 87.03 | 140.4 | 148.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 68 | 109 | 0 | 0.41 | 0.06 | 0.55 | 308.75 | 0.26 | 0.36 |
| Hex | 74 | 44 | 6D | 0 | 29 | 6 | 37 | 135 | 1A | 24 |
| Octal | 164 | 104 | 155 | 0 | 51 | 6 | 67 | 465 | 32 | 44 |
| Binary | 1110100 | 1000100 | 1101101 | 0 | 101001 | 110 | 110111 | 100110101 | 11010 | 100100 |
Color Harmonies of #74446D
Complementary color
Monochromatic Colors of #74446D
Black with #74446D
Text Example
Text Example
White with #74446D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74446D; }
p { color: rgb(116,68,109); }
H1.HeaderClassName
{
color: #74446D;
}
.AnyTagClassName
{
color: #74446D;
}
</style>
background-color css
<style>
a { background-color: #74446D; }
a { background-color: rgb(116,68,109); }
div.DivClassName
{
background-color: #74446D;
}
.BgClassName
{
background-color: #74446D;
}
</style>
border-color css
<style>
span { border-color: #74446D; }
span { border-color: rgb(116,68,109); }
td.TdClassName
{
border-color: #74446D;
}
.TagClassName
{
border-color: #74446D;
}
</style>