Shades of Eminence #77367F
Tints of Eminence #77367F
RGB
CMYK
RGB Variations
Color information
#77367F (or 0x77367F) is known color: Eminence. HEX triplet: 77, 36 and 7F. RGB value is (119,54,127). Sum of RGB (Red+Green+Blue) = 119+54+127=300 (39% of max value = 765). Red value is 119 (46.88% from 255 or 39.67% from 300); Green value is 54 (21.48% from 255 or 18% from 300); Blue value is 127 (50% from 255 or 42.33% from 300); Max value from RGB is 127 - color contains mainly: blue. Hex color #77367F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #77367F is #88C980. Grayscale: #515151. Windows color (decimal): -8964481 or 8337015. OLE color: 8337015.
HSL color Cylindrical-coordinate representation of color #77367F: hue angle of 293.42º degrees, saturation: 0.4, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #77367F is Cyan = 0.06, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 119 | 54 | 127 | - |
| CMYK | 0.06 | 0.57 | 0 | 0.50 |
| HSL | 293.42º | 0.4% | 0.35% | - |
| HSV(B) | 293.42º | 0.57% | 0.5% | - |
| XYZ | 12.76 | 8.09 | 20.97 | - |
| YUV | 81.76 | 153.53 | 154.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 54 | 127 | 0.06 | 0.57 | 0 | 0.50 | 293.42 | 0.4 | 0.35 |
| Hex | 77 | 36 | 7F | 6 | 39 | 0 | 32 | 125 | 28 | 23 |
| Octal | 167 | 66 | 177 | 6 | 71 | 0 | 62 | 445 | 50 | 43 |
| Binary | 1110111 | 110110 | 1111111 | 110 | 111001 | 0 | 110010 | 100100101 | 101000 | 100011 |
Color Harmonies of #77367F
Complementary color
Monochromatic Colors of #77367F
Black with #77367F
Text Example
Text Example
White with #77367F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77367F; }
p { color: rgb(119,54,127); }
H1.HeaderClassName
{
color: #77367F;
}
.AnyTagClassName
{
color: #77367F;
}
</style>
background-color css
<style>
a { background-color: #77367F; }
a { background-color: rgb(119,54,127); }
div.DivClassName
{
background-color: #77367F;
}
.BgClassName
{
background-color: #77367F;
}
</style>
border-color css
<style>
span { border-color: #77367F; }
span { border-color: rgb(119,54,127); }
td.TdClassName
{
border-color: #77367F;
}
.TagClassName
{
border-color: #77367F;
}
</style>