Shades of Eminence #77457F
Tints of Eminence #77457F
RGB
CMYK
RGB Variations
Color information
#77457F (or 0x77457F) is known color: Eminence. HEX triplet: 77, 45 and 7F. RGB value is (119,69,127). Sum of RGB (Red+Green+Blue) = 119+69+127=315 (41% of max value = 765). Red value is 119 (46.88% from 255 or 37.78% from 315); Green value is 69 (27.34% from 255 or 21.90% from 315); Blue value is 127 (50% from 255 or 40.32% from 315); Max value from RGB is 127 - color contains mainly: blue. Hex color #77457F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #77457F is #88BA80. Grayscale: #5A5A5A. Windows color (decimal): -8960641 or 8340855. OLE color: 8340855.
HSL color Cylindrical-coordinate representation of color #77457F: hue angle of 291.72º degrees, saturation: 0.3, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #77457F is Cyan = 0.06, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 119 | 69 | 127 | - |
| CMYK | 0.06 | 0.46 | 0 | 0.50 |
| HSL | 291.72º | 0.3% | 0.38% | - |
| HSV(B) | 291.72º | 0.46% | 0.5% | - |
| XYZ | 13.57 | 9.71 | 21.24 | - |
| YUV | 90.56 | 148.57 | 148.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 69 | 127 | 0.06 | 0.46 | 0 | 0.50 | 291.72 | 0.3 | 0.38 |
| Hex | 77 | 45 | 7F | 6 | 2E | 0 | 32 | 124 | 1E | 26 |
| Octal | 167 | 105 | 177 | 6 | 56 | 0 | 62 | 444 | 36 | 46 |
| Binary | 1110111 | 1000101 | 1111111 | 110 | 101110 | 0 | 110010 | 100100100 | 11110 | 100110 |
Color Harmonies of #77457F
Complementary color
Monochromatic Colors of #77457F
Black with #77457F
Text Example
Text Example
White with #77457F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77457F; }
p { color: rgb(119,69,127); }
H1.HeaderClassName
{
color: #77457F;
}
.AnyTagClassName
{
color: #77457F;
}
</style>
background-color css
<style>
a { background-color: #77457F; }
a { background-color: rgb(119,69,127); }
div.DivClassName
{
background-color: #77457F;
}
.BgClassName
{
background-color: #77457F;
}
</style>
border-color css
<style>
span { border-color: #77457F; }
span { border-color: rgb(119,69,127); }
td.TdClassName
{
border-color: #77457F;
}
.TagClassName
{
border-color: #77457F;
}
</style>