Shades of Trendy Green #777D37
Tints of Trendy Green #777D37
RGB
CMYK
RGB Variations
Color information
#777D37 (or 0x777D37) is known color: Trendy Green. HEX triplet: 77, 7D and 37. RGB value is (119,125,55). Sum of RGB (Red+Green+Blue) = 119+125+55=299 (39% of max value = 765). Red value is 119 (46.88% from 255 or 39.80% from 299); Green value is 125 (49.22% from 255 or 41.81% from 299); Blue value is 55 (21.88% from 255 or 18.39% from 299); Max value from RGB is 125 - color contains mainly: green. Hex color #777D37 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #777D37 is #8882C8. Grayscale: #737373. Windows color (decimal): -8946377 or 3636599. OLE color: 3636599.
HSL color Cylindrical-coordinate representation of color #777D37: hue angle of 65.14º degrees, saturation: 0.39, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #777D37 is Cyan = 0.05, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 119 | 125 | 55 | - |
| CMYK | 0.05 | 0 | 0.56 | 0.51 |
| HSL | 65.14º | 0.39% | 0.35% | - |
| HSV(B) | 65.14º | 0.56% | 0.49% | - |
| XYZ | 15.63 | 18.87 | 6.43 | - |
| YUV | 115.23 | 94.01 | 130.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 125 | 55 | 0.05 | 0 | 0.56 | 0.51 | 65.14 | 0.39 | 0.35 |
| Hex | 77 | 7D | 37 | 5 | 0 | 38 | 33 | 41 | 27 | 23 |
| Octal | 167 | 175 | 67 | 5 | 0 | 70 | 63 | 101 | 47 | 43 |
| Binary | 1110111 | 1111101 | 110111 | 101 | 0 | 111000 | 110011 | 1000001 | 100111 | 100011 |
Color Harmonies of #777D37
Complementary color
Monochromatic Colors of #777D37
Black with #777D37
Text Example
Text Example
White with #777D37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #777D37; }
p { color: rgb(119,125,55); }
H1.HeaderClassName
{
color: #777D37;
}
.AnyTagClassName
{
color: #777D37;
}
</style>
background-color css
<style>
a { background-color: #777D37; }
a { background-color: rgb(119,125,55); }
div.DivClassName
{
background-color: #777D37;
}
.BgClassName
{
background-color: #777D37;
}
</style>
border-color css
<style>
span { border-color: #777D37; }
span { border-color: rgb(119,125,55); }
td.TdClassName
{
border-color: #777D37;
}
.TagClassName
{
border-color: #777D37;
}
</style>