Shades of Eminence #773F70
Tints of Eminence #773F70
RGB
CMYK
RGB Variations
Color information
#773F70 (or 0x773F70) is known color: Eminence. HEX triplet: 77, 3F and 70. RGB value is (119,63,112). Sum of RGB (Red+Green+Blue) = 119+63+112=294 (38% of max value = 765). Red value is 119 (46.88% from 255 or 40.48% from 294); Green value is 63 (25% from 255 or 21.43% from 294); Blue value is 112 (44.14% from 255 or 38.10% from 294); Max value from RGB is 119 - color contains mainly: red. Hex color #773F70 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #773F70 is #88C08F. Grayscale: #555555. Windows color (decimal): -8962192 or 7356279. OLE color: 7356279.
HSL color Cylindrical-coordinate representation of color #773F70: hue angle of 307.5º degrees, saturation: 0.31, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #773F70 is Cyan = 0, Magento = 0.47, Yellow = 0.06 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 63 | 112 | - |
| CMYK | 0 | 0.47 | 0.06 | 0.53 |
| HSL | 307.5º | 0.31% | 0.36% | - |
| HSV(B) | 307.5º | 0.47% | 0.47% | - |
| XYZ | 12.31 | 8.65 | 16.35 | - |
| YUV | 85.33 | 143.05 | 152.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 63 | 112 | 0 | 0.47 | 0.06 | 0.53 | 307.5 | 0.31 | 0.36 |
| Hex | 77 | 3F | 70 | 0 | 2F | 6 | 35 | 134 | 1F | 24 |
| Octal | 167 | 77 | 160 | 0 | 57 | 6 | 65 | 464 | 37 | 44 |
| Binary | 1110111 | 111111 | 1110000 | 0 | 101111 | 110 | 110101 | 100110100 | 11111 | 100100 |
Color Harmonies of #773F70
Complementary color
Monochromatic Colors of #773F70
Black with #773F70
Text Example
Text Example
White with #773F70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #773F70; }
p { color: rgb(119,63,112); }
H1.HeaderClassName
{
color: #773F70;
}
.AnyTagClassName
{
color: #773F70;
}
</style>
background-color css
<style>
a { background-color: #773F70; }
a { background-color: rgb(119,63,112); }
div.DivClassName
{
background-color: #773F70;
}
.BgClassName
{
background-color: #773F70;
}
</style>
border-color css
<style>
span { border-color: #773F70; }
span { border-color: rgb(119,63,112); }
td.TdClassName
{
border-color: #773F70;
}
.TagClassName
{
border-color: #773F70;
}
</style>