Shades of Eminence #77377F
Tints of Eminence #77377F
RGB
CMYK
RGB Variations
Color information
#77377F (or 0x77377F) is known color: Eminence. HEX triplet: 77, 37 and 7F. RGB value is (119,55,127). Sum of RGB (Red+Green+Blue) = 119+55+127=301 (39% of max value = 765). Red value is 119 (46.88% from 255 or 39.53% from 301); Green value is 55 (21.88% from 255 or 18.27% from 301); Blue value is 127 (50% from 255 or 42.19% from 301); Max value from RGB is 127 - color contains mainly: blue. Hex color #77377F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #77377F is #88C880. Grayscale: #525252. Windows color (decimal): -8964225 or 8337271. OLE color: 8337271.
HSL color Cylindrical-coordinate representation of color #77377F: hue angle of 293.33º degrees, saturation: 0.4, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #77377F is Cyan = 0.06, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 119 | 55 | 127 | - |
| CMYK | 0.06 | 0.57 | 0 | 0.50 |
| HSL | 293.33º | 0.4% | 0.36% | - |
| HSV(B) | 293.33º | 0.57% | 0.5% | - |
| XYZ | 12.8 | 8.19 | 20.98 | - |
| YUV | 82.34 | 153.2 | 154.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 55 | 127 | 0.06 | 0.57 | 0 | 0.50 | 293.33 | 0.4 | 0.36 |
| Hex | 77 | 37 | 7F | 6 | 39 | 0 | 32 | 125 | 28 | 24 |
| Octal | 167 | 67 | 177 | 6 | 71 | 0 | 62 | 445 | 50 | 44 |
| Binary | 1110111 | 110111 | 1111111 | 110 | 111001 | 0 | 110010 | 100100101 | 101000 | 100100 |
Color Harmonies of #77377F
Complementary color
Monochromatic Colors of #77377F
Black with #77377F
Text Example
Text Example
White with #77377F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77377F; }
p { color: rgb(119,55,127); }
H1.HeaderClassName
{
color: #77377F;
}
.AnyTagClassName
{
color: #77377F;
}
</style>
background-color css
<style>
a { background-color: #77377F; }
a { background-color: rgb(119,55,127); }
div.DivClassName
{
background-color: #77377F;
}
.BgClassName
{
background-color: #77377F;
}
</style>
border-color css
<style>
span { border-color: #77377F; }
span { border-color: rgb(119,55,127); }
td.TdClassName
{
border-color: #77377F;
}
.TagClassName
{
border-color: #77377F;
}
</style>