Shades of Eminence #772D75
Tints of Eminence #772D75
RGB
CMYK
RGB Variations
Color information
#772D75 (or 0x772D75) is known color: Eminence. HEX triplet: 77, 2D and 75. RGB value is (119,45,117). Sum of RGB (Red+Green+Blue) = 119+45+117=281 (37% of max value = 765). Red value is 119 (46.88% from 255 or 42.35% from 281); Green value is 45 (17.97% from 255 or 16.01% from 281); Blue value is 117 (46.09% from 255 or 41.64% from 281); Max value from RGB is 119 - color contains mainly: red. Hex color #772D75 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #772D75 is #88D28A. Grayscale: #4B4B4B. Windows color (decimal): -8966795 or 7679351. OLE color: 7679351.
HSL color Cylindrical-coordinate representation of color #772D75: hue angle of 301.62º degrees, saturation: 0.45, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #772D75 is Cyan = 0, Magento = 0.62, Yellow = 0.02 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 45 | 117 | - |
| CMYK | 0 | 0.62 | 0.02 | 0.53 |
| HSL | 301.62º | 0.45% | 0.32% | - |
| HSV(B) | 301.62º | 0.62% | 0.47% | - |
| XYZ | 11.76 | 7.08 | 17.58 | - |
| YUV | 75.33 | 151.52 | 159.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 45 | 117 | 0 | 0.62 | 0.02 | 0.53 | 301.62 | 0.45 | 0.32 |
| Hex | 77 | 2D | 75 | 0 | 3E | 2 | 35 | 12E | 2D | 20 |
| Octal | 167 | 55 | 165 | 0 | 76 | 2 | 65 | 456 | 55 | 40 |
| Binary | 1110111 | 101101 | 1110101 | 0 | 111110 | 10 | 110101 | 100101110 | 101101 | 100000 |
Color Harmonies of #772D75
Complementary color
Monochromatic Colors of #772D75
Black with #772D75
Text Example
Text Example
White with #772D75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #772D75; }
p { color: rgb(119,45,117); }
H1.HeaderClassName
{
color: #772D75;
}
.AnyTagClassName
{
color: #772D75;
}
</style>
background-color css
<style>
a { background-color: #772D75; }
a { background-color: rgb(119,45,117); }
div.DivClassName
{
background-color: #772D75;
}
.BgClassName
{
background-color: #772D75;
}
</style>
border-color css
<style>
span { border-color: #772D75; }
span { border-color: rgb(119,45,117); }
td.TdClassName
{
border-color: #772D75;
}
.TagClassName
{
border-color: #772D75;
}
</style>