Shades of Eminence #77277B
Tints of Eminence #77277B
RGB
CMYK
RGB Variations
Color information
#77277B (or 0x77277B) is known color: Eminence. HEX triplet: 77, 27 and 7B. RGB value is (119,39,123). Sum of RGB (Red+Green+Blue) = 119+39+123=281 (37% of max value = 765). Red value is 119 (46.88% from 255 or 42.35% from 281); Green value is 39 (15.62% from 255 or 13.88% from 281); Blue value is 123 (48.44% from 255 or 43.77% from 281); Max value from RGB is 123 - color contains mainly: blue. Hex color #77277B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #77277B is #88D884. Grayscale: #484848. Windows color (decimal): -8968325 or 8071031. OLE color: 8071031.
HSL color Cylindrical-coordinate representation of color #77277B: hue angle of 297.14º degrees, saturation: 0.52, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #77277B is Cyan = 0.03, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 119 | 39 | 123 | - |
| CMYK | 0.03 | 0.68 | 0 | 0.52 |
| HSL | 297.14º | 0.52% | 0.32% | - |
| HSV(B) | 297.14º | 0.68% | 0.48% | - |
| XYZ | 11.91 | 6.8 | 19.42 | - |
| YUV | 72.5 | 156.5 | 161.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 39 | 123 | 0.03 | 0.68 | 0 | 0.52 | 297.14 | 0.52 | 0.32 |
| Hex | 77 | 27 | 7B | 3 | 44 | 0 | 34 | 129 | 34 | 20 |
| Octal | 167 | 47 | 173 | 3 | 104 | 0 | 64 | 451 | 64 | 40 |
| Binary | 1110111 | 100111 | 1111011 | 11 | 1000100 | 0 | 110100 | 100101001 | 110100 | 100000 |
Color Harmonies of #77277B
Complementary color
Monochromatic Colors of #77277B
Black with #77277B
Text Example
Text Example
White with #77277B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77277B; }
p { color: rgb(119,39,123); }
H1.HeaderClassName
{
color: #77277B;
}
.AnyTagClassName
{
color: #77277B;
}
</style>
background-color css
<style>
a { background-color: #77277B; }
a { background-color: rgb(119,39,123); }
div.DivClassName
{
background-color: #77277B;
}
.BgClassName
{
background-color: #77277B;
}
</style>
border-color css
<style>
span { border-color: #77277B; }
span { border-color: rgb(119,39,123); }
td.TdClassName
{
border-color: #77277B;
}
.TagClassName
{
border-color: #77277B;
}
</style>