Shades of Eminence #772B80
Tints of Eminence #772B80
RGB
CMYK
RGB Variations
Color information
#772B80 (or 0x772B80) is known color: Eminence. HEX triplet: 77, 2B and 80. RGB value is (119,43,128). Sum of RGB (Red+Green+Blue) = 119+43+128=290 (38% of max value = 765). Red value is 119 (46.88% from 255 or 41.03% from 290); Green value is 43 (17.19% from 255 or 14.83% from 290); Blue value is 128 (50.39% from 255 or 44.14% from 290); Max value from RGB is 128 - color contains mainly: blue. Hex color #772B80 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #772B80 is #88D47F. Grayscale: #4B4B4B. Windows color (decimal): -8967296 or 8399735. OLE color: 8399735.
HSL color Cylindrical-coordinate representation of color #772B80: hue angle of 293.65º degrees, saturation: 0.5, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #772B80 is Cyan = 0.07, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 119 | 43 | 128 | - |
| CMYK | 0.07 | 0.66 | 0 | 0.50 |
| HSL | 293.65º | 0.5% | 0.34% | - |
| HSV(B) | 293.65º | 0.66% | 0.5% | - |
| XYZ | 12.37 | 7.21 | 21.16 | - |
| YUV | 75.41 | 157.68 | 159.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 43 | 128 | 0.07 | 0.66 | 0 | 0.50 | 293.65 | 0.5 | 0.34 |
| Hex | 77 | 2B | 80 | 7 | 42 | 0 | 32 | 126 | 32 | 22 |
| Octal | 167 | 53 | 200 | 7 | 102 | 0 | 62 | 446 | 62 | 42 |
| Binary | 1110111 | 101011 | 10000000 | 111 | 1000010 | 0 | 110010 | 100100110 | 110010 | 100010 |
Color Harmonies of #772B80
Complementary color
Monochromatic Colors of #772B80
Black with #772B80
Text Example
Text Example
White with #772B80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #772B80; }
p { color: rgb(119,43,128); }
H1.HeaderClassName
{
color: #772B80;
}
.AnyTagClassName
{
color: #772B80;
}
</style>
background-color css
<style>
a { background-color: #772B80; }
a { background-color: rgb(119,43,128); }
div.DivClassName
{
background-color: #772B80;
}
.BgClassName
{
background-color: #772B80;
}
</style>
border-color css
<style>
span { border-color: #772B80; }
span { border-color: rgb(119,43,128); }
td.TdClassName
{
border-color: #772B80;
}
.TagClassName
{
border-color: #772B80;
}
</style>