Shades of Eminence #77477D
Tints of Eminence #77477D
RGB
CMYK
RGB Variations
Color information
#77477D (or 0x77477D) is known color: Eminence. HEX triplet: 77, 47 and 7D. RGB value is (119,71,125). Sum of RGB (Red+Green+Blue) = 119+71+125=315 (41% of max value = 765). Red value is 119 (46.88% from 255 or 37.78% from 315); Green value is 71 (28.12% from 255 or 22.54% from 315); Blue value is 125 (49.22% from 255 or 39.68% from 315); Max value from RGB is 125 - color contains mainly: blue. Hex color #77477D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #77477D is #88B882. Grayscale: #5B5B5B. Windows color (decimal): -8960131 or 8210295. OLE color: 8210295.
HSL color Cylindrical-coordinate representation of color #77477D: hue angle of 293.33º degrees, saturation: 0.28, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #77477D is Cyan = 0.05, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 119 | 71 | 125 | - |
| CMYK | 0.05 | 0.43 | 0 | 0.51 |
| HSL | 293.33º | 0.28% | 0.38% | - |
| HSV(B) | 293.33º | 0.43% | 0.49% | - |
| XYZ | 13.56 | 9.91 | 20.6 | - |
| YUV | 91.51 | 146.9 | 147.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 71 | 125 | 0.05 | 0.43 | 0 | 0.51 | 293.33 | 0.28 | 0.38 |
| Hex | 77 | 47 | 7D | 5 | 2B | 0 | 33 | 125 | 1C | 26 |
| Octal | 167 | 107 | 175 | 5 | 53 | 0 | 63 | 445 | 34 | 46 |
| Binary | 1110111 | 1000111 | 1111101 | 101 | 101011 | 0 | 110011 | 100100101 | 11100 | 100110 |
Color Harmonies of #77477D
Complementary color
Monochromatic Colors of #77477D
Black with #77477D
Text Example
Text Example
White with #77477D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77477D; }
p { color: rgb(119,71,125); }
H1.HeaderClassName
{
color: #77477D;
}
.AnyTagClassName
{
color: #77477D;
}
</style>
background-color css
<style>
a { background-color: #77477D; }
a { background-color: rgb(119,71,125); }
div.DivClassName
{
background-color: #77477D;
}
.BgClassName
{
background-color: #77477D;
}
</style>
border-color css
<style>
span { border-color: #77477D; }
span { border-color: rgb(119,71,125); }
td.TdClassName
{
border-color: #77477D;
}
.TagClassName
{
border-color: #77477D;
}
</style>