Shades of Eminence #704D76
Tints of Eminence #704D76
RGB
CMYK
RGB Variations
Color information
#704D76 (or 0x704D76) is known color: Eminence. HEX triplet: 70, 4D and 76. RGB value is (112,77,118). Sum of RGB (Red+Green+Blue) = 112+77+118=307 (40% of max value = 765). Red value is 112 (44.14% from 255 or 36.48% from 307); Green value is 77 (30.47% from 255 or 25.08% from 307); Blue value is 118 (46.48% from 255 or 38.44% from 307); Max value from RGB is 118 - color contains mainly: blue. Hex color #704D76 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #704D76 is #8FB289. Grayscale: #5C5C5C. Windows color (decimal): -9417354 or 7753072. OLE color: 7753072.
HSL color Cylindrical-coordinate representation of color #704D76: hue angle of 291.22º degrees, saturation: 0.21, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #704D76 is Cyan = 0.05, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 112 | 77 | 118 | - |
| CMYK | 0.05 | 0.35 | 0 | 0.54 |
| HSL | 291.22º | 0.21% | 0.38% | - |
| HSV(B) | 291.22º | 0.35% | 0.46% | - |
| XYZ | 12.61 | 10.06 | 18.42 | - |
| YUV | 92.14 | 142.6 | 142.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 77 | 118 | 0.05 | 0.35 | 0 | 0.54 | 291.22 | 0.21 | 0.38 |
| Hex | 70 | 4D | 76 | 5 | 23 | 0 | 36 | 123 | 15 | 26 |
| Octal | 160 | 115 | 166 | 5 | 43 | 0 | 66 | 443 | 25 | 46 |
| Binary | 1110000 | 1001101 | 1110110 | 101 | 100011 | 0 | 110110 | 100100011 | 10101 | 100110 |
Color Harmonies of #704D76
Complementary color
Monochromatic Colors of #704D76
Black with #704D76
Text Example
Text Example
White with #704D76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #704D76; }
p { color: rgb(112,77,118); }
H1.HeaderClassName
{
color: #704D76;
}
.AnyTagClassName
{
color: #704D76;
}
</style>
background-color css
<style>
a { background-color: #704D76; }
a { background-color: rgb(112,77,118); }
div.DivClassName
{
background-color: #704D76;
}
.BgClassName
{
background-color: #704D76;
}
</style>
border-color css
<style>
span { border-color: #704D76; }
span { border-color: rgb(112,77,118); }
td.TdClassName
{
border-color: #704D76;
}
.TagClassName
{
border-color: #704D76;
}
</style>