Shades of Eminence #74376F
Tints of Eminence #74376F
RGB
CMYK
RGB Variations
Color information
#74376F (or 0x74376F) is known color: Eminence. HEX triplet: 74, 37 and 6F. RGB value is (116,55,111). Sum of RGB (Red+Green+Blue) = 116+55+111=282 (37% of max value = 765). Red value is 116 (45.70% from 255 or 41.13% from 282); Green value is 55 (21.88% from 255 or 19.50% from 282); Blue value is 111 (43.75% from 255 or 39.36% from 282); Max value from RGB is 116 - color contains mainly: red. Hex color #74376F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #74376F is #8BC890. Grayscale: #4F4F4F. Windows color (decimal): -9160849 or 7288692. OLE color: 7288692.
HSL color Cylindrical-coordinate representation of color #74376F: hue angle of 304.92º degrees, saturation: 0.36, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #74376F is Cyan = 0, Magento = 0.53, Yellow = 0.04 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 55 | 111 | - |
| CMYK | 0 | 0.53 | 0.04 | 0.55 |
| HSL | 304.92º | 0.36% | 0.34% | - |
| HSV(B) | 304.92º | 0.53% | 0.45% | - |
| XYZ | 11.44 | 7.59 | 15.9 | - |
| YUV | 79.62 | 145.71 | 153.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 55 | 111 | 0 | 0.53 | 0.04 | 0.55 | 304.92 | 0.36 | 0.34 |
| Hex | 74 | 37 | 6F | 0 | 35 | 4 | 37 | 131 | 24 | 22 |
| Octal | 164 | 67 | 157 | 0 | 65 | 4 | 67 | 461 | 44 | 42 |
| Binary | 1110100 | 110111 | 1101111 | 0 | 110101 | 100 | 110111 | 100110001 | 100100 | 100010 |
Color Harmonies of #74376F
Complementary color
Monochromatic Colors of #74376F
Black with #74376F
Text Example
Text Example
White with #74376F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74376F; }
p { color: rgb(116,55,111); }
H1.HeaderClassName
{
color: #74376F;
}
.AnyTagClassName
{
color: #74376F;
}
</style>
background-color css
<style>
a { background-color: #74376F; }
a { background-color: rgb(116,55,111); }
div.DivClassName
{
background-color: #74376F;
}
.BgClassName
{
background-color: #74376F;
}
</style>
border-color css
<style>
span { border-color: #74376F; }
span { border-color: rgb(116,55,111); }
td.TdClassName
{
border-color: #74376F;
}
.TagClassName
{
border-color: #74376F;
}
</style>