Shades of Asparagus #779755
Tints of Asparagus #779755
RGB
CMYK
RGB Variations
Color information
#779755 (or 0x779755) is known color: Asparagus. HEX triplet: 77, 97 and 55. RGB value is (119,151,85). Sum of RGB (Red+Green+Blue) = 119+151+85=355 (47% of max value = 765). Red value is 119 (46.88% from 255 or 33.52% from 355); Green value is 151 (59.38% from 255 or 42.54% from 355); Blue value is 85 (33.59% from 255 or 23.94% from 355); Max value from RGB is 151 - color contains mainly: green. Hex color #779755 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #779755 is #8868AA. Grayscale: #868686. Windows color (decimal): -8939691 or 5609335. OLE color: 5609335.
HSL color Cylindrical-coordinate representation of color #779755: hue angle of 89.09º degrees, saturation: 0.28, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #779755 is Cyan = 0.21, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 119 | 151 | 85 | - |
| CMYK | 0.21 | 0 | 0.44 | 0.41 |
| HSL | 89.09º | 0.28% | 0.46% | - |
| HSV(B) | 89.09º | 0.44% | 0.59% | - |
| XYZ | 20.31 | 26.71 | 12.68 | - |
| YUV | 133.91 | 100.4 | 117.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 151 | 85 | 0.21 | 0 | 0.44 | 0.41 | 89.09 | 0.28 | 0.46 |
| Hex | 77 | 97 | 55 | 15 | 0 | 2C | 29 | 59 | 1C | 2E |
| Octal | 167 | 227 | 125 | 25 | 0 | 54 | 51 | 131 | 34 | 56 |
| Binary | 1110111 | 10010111 | 1010101 | 10101 | 0 | 101100 | 101001 | 1011001 | 11100 | 101110 |
Color Harmonies of #779755
Complementary color
Monochromatic Colors of #779755
Black with #779755
Text Example
Text Example
White with #779755
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #779755; }
p { color: rgb(119,151,85); }
H1.HeaderClassName
{
color: #779755;
}
.AnyTagClassName
{
color: #779755;
}
</style>
background-color css
<style>
a { background-color: #779755; }
a { background-color: rgb(119,151,85); }
div.DivClassName
{
background-color: #779755;
}
.BgClassName
{
background-color: #779755;
}
</style>
border-color css
<style>
span { border-color: #779755; }
span { border-color: rgb(119,151,85); }
td.TdClassName
{
border-color: #779755;
}
.TagClassName
{
border-color: #779755;
}
</style>