Shades of Eminence #77346F
Tints of Eminence #77346F
RGB
CMYK
RGB Variations
Color information
#77346F (or 0x77346F) is known color: Eminence. HEX triplet: 77, 34 and 6F. RGB value is (119,52,111). Sum of RGB (Red+Green+Blue) = 119+52+111=282 (37% of max value = 765). Red value is 119 (46.88% from 255 or 42.20% from 282); Green value is 52 (20.70% from 255 or 18.44% from 282); Blue value is 111 (43.75% from 255 or 39.36% from 282); Max value from RGB is 119 - color contains mainly: red. Hex color #77346F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #77346F is #88CB90. Grayscale: #4E4E4E. Windows color (decimal): -8965009 or 7287927. OLE color: 7287927.
HSL color Cylindrical-coordinate representation of color #77346F: hue angle of 307.16º degrees, saturation: 0.39, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #77346F is Cyan = 0, Magento = 0.56, Yellow = 0.07 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 52 | 111 | - |
| CMYK | 0 | 0.56 | 0.07 | 0.53 |
| HSL | 307.16º | 0.39% | 0.34% | - |
| HSV(B) | 307.16º | 0.56% | 0.47% | - |
| XYZ | 11.7 | 7.53 | 15.87 | - |
| YUV | 78.76 | 146.2 | 156.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 52 | 111 | 0 | 0.56 | 0.07 | 0.53 | 307.16 | 0.39 | 0.34 |
| Hex | 77 | 34 | 6F | 0 | 38 | 7 | 35 | 133 | 27 | 22 |
| Octal | 167 | 64 | 157 | 0 | 70 | 7 | 65 | 463 | 47 | 42 |
| Binary | 1110111 | 110100 | 1101111 | 0 | 111000 | 111 | 110101 | 100110011 | 100111 | 100010 |
Color Harmonies of #77346F
Complementary color
Monochromatic Colors of #77346F
Black with #77346F
Text Example
Text Example
White with #77346F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77346F; }
p { color: rgb(119,52,111); }
H1.HeaderClassName
{
color: #77346F;
}
.AnyTagClassName
{
color: #77346F;
}
</style>
background-color css
<style>
a { background-color: #77346F; }
a { background-color: rgb(119,52,111); }
div.DivClassName
{
background-color: #77346F;
}
.BgClassName
{
background-color: #77346F;
}
</style>
border-color css
<style>
span { border-color: #77346F; }
span { border-color: rgb(119,52,111); }
td.TdClassName
{
border-color: #77346F;
}
.TagClassName
{
border-color: #77346F;
}
</style>