Shades of Eminence #77386D
Tints of Eminence #77386D
RGB
CMYK
RGB Variations
Color information
#77386D (or 0x77386D) is known color: Eminence. HEX triplet: 77, 38 and 6D. RGB value is (119,56,109). Sum of RGB (Red+Green+Blue) = 119+56+109=284 (37% of max value = 765). Red value is 119 (46.88% from 255 or 41.90% from 284); Green value is 56 (22.27% from 255 or 19.72% from 284); Blue value is 109 (42.97% from 255 or 38.38% from 284); Max value from RGB is 119 - color contains mainly: red. Hex color #77386D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #77386D is #88C792. Grayscale: #505050. Windows color (decimal): -8963987 or 7157879. OLE color: 7157879.
HSL color Cylindrical-coordinate representation of color #77386D: hue angle of 309.52º degrees, saturation: 0.36, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #77386D is Cyan = 0, Magento = 0.53, Yellow = 0.08 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 56 | 109 | - |
| CMYK | 0 | 0.53 | 0.08 | 0.53 |
| HSL | 309.52º | 0.36% | 0.34% | - |
| HSV(B) | 309.52º | 0.53% | 0.47% | - |
| XYZ | 11.78 | 7.85 | 15.36 | - |
| YUV | 80.88 | 143.87 | 155.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 56 | 109 | 0 | 0.53 | 0.08 | 0.53 | 309.52 | 0.36 | 0.34 |
| Hex | 77 | 38 | 6D | 0 | 35 | 8 | 35 | 136 | 24 | 22 |
| Octal | 167 | 70 | 155 | 0 | 65 | 10 | 65 | 466 | 44 | 42 |
| Binary | 1110111 | 111000 | 1101101 | 0 | 110101 | 1000 | 110101 | 100110110 | 100100 | 100010 |
Color Harmonies of #77386D
Complementary color
Monochromatic Colors of #77386D
Black with #77386D
Text Example
Text Example
White with #77386D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77386D; }
p { color: rgb(119,56,109); }
H1.HeaderClassName
{
color: #77386D;
}
.AnyTagClassName
{
color: #77386D;
}
</style>
background-color css
<style>
a { background-color: #77386D; }
a { background-color: rgb(119,56,109); }
div.DivClassName
{
background-color: #77386D;
}
.BgClassName
{
background-color: #77386D;
}
</style>
border-color css
<style>
span { border-color: #77386D; }
span { border-color: rgb(119,56,109); }
td.TdClassName
{
border-color: #77386D;
}
.TagClassName
{
border-color: #77386D;
}
</style>