Shades of Eminence #734E76
Tints of Eminence #734E76
RGB
CMYK
RGB Variations
Color information
#734E76 (or 0x734E76) is known color: Eminence. HEX triplet: 73, 4E and 76. RGB value is (115,78,118). Sum of RGB (Red+Green+Blue) = 115+78+118=311 (41% of max value = 765). Red value is 115 (45.31% from 255 or 36.98% from 311); Green value is 78 (30.86% from 255 or 25.08% from 311); Blue value is 118 (46.48% from 255 or 37.94% from 311); Max value from RGB is 118 - color contains mainly: blue. Hex color #734E76 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #734E76 is #8CB189. Grayscale: #5D5D5D. Windows color (decimal): -9220490 or 7753331. OLE color: 7753331.
HSL color Cylindrical-coordinate representation of color #734E76: hue angle of 295.5º degrees, saturation: 0.2, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #734E76 is Cyan = 0.03, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 115 | 78 | 118 | - |
| CMYK | 0.03 | 0.34 | 0 | 0.54 |
| HSL | 295.5º | 0.2% | 0.38% | - |
| HSV(B) | 295.5º | 0.34% | 0.46% | - |
| XYZ | 13.06 | 10.4 | 18.46 | - |
| YUV | 93.62 | 141.76 | 143.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 78 | 118 | 0.03 | 0.34 | 0 | 0.54 | 295.5 | 0.2 | 0.38 |
| Hex | 73 | 4E | 76 | 3 | 22 | 0 | 36 | 128 | 14 | 26 |
| Octal | 163 | 116 | 166 | 3 | 42 | 0 | 66 | 450 | 24 | 46 |
| Binary | 1110011 | 1001110 | 1110110 | 11 | 100010 | 0 | 110110 | 100101000 | 10100 | 100110 |
Color Harmonies of #734E76
Complementary color
Monochromatic Colors of #734E76
Black with #734E76
Text Example
Text Example
White with #734E76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #734E76; }
p { color: rgb(115,78,118); }
H1.HeaderClassName
{
color: #734E76;
}
.AnyTagClassName
{
color: #734E76;
}
</style>
background-color css
<style>
a { background-color: #734E76; }
a { background-color: rgb(115,78,118); }
div.DivClassName
{
background-color: #734E76;
}
.BgClassName
{
background-color: #734E76;
}
</style>
border-color css
<style>
span { border-color: #734E76; }
span { border-color: rgb(115,78,118); }
td.TdClassName
{
border-color: #734E76;
}
.TagClassName
{
border-color: #734E76;
}
</style>