Shades of Trendy Green #777D35
Tints of Trendy Green #777D35
RGB
CMYK
RGB Variations
Color information
#777D35 (or 0x777D35) is known color: Trendy Green. HEX triplet: 77, 7D and 35. RGB value is (119,125,53). Sum of RGB (Red+Green+Blue) = 119+125+53=297 (39% of max value = 765). Red value is 119 (46.88% from 255 or 40.07% from 297); Green value is 125 (49.22% from 255 or 42.09% from 297); Blue value is 53 (21.09% from 255 or 17.85% from 297); Max value from RGB is 125 - color contains mainly: green. Hex color #777D35 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #777D35 is #8882CA. Grayscale: #737373. Windows color (decimal): -8946379 or 3505527. OLE color: 3505527.
HSL color Cylindrical-coordinate representation of color #777D35: hue angle of 65º degrees, saturation: 0.4, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #777D35 is Cyan = 0.05, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 119 | 125 | 53 | - |
| CMYK | 0.05 | 0 | 0.58 | 0.51 |
| HSL | 65º | 0.4% | 0.35% | - |
| HSV(B) | 65º | 0.58% | 0.49% | - |
| XYZ | 15.58 | 18.85 | 6.18 | - |
| YUV | 115 | 93.01 | 130.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 125 | 53 | 0.05 | 0 | 0.58 | 0.51 | 65 | 0.4 | 0.35 |
| Hex | 77 | 7D | 35 | 5 | 0 | 3A | 33 | 41 | 28 | 23 |
| Octal | 167 | 175 | 65 | 5 | 0 | 72 | 63 | 101 | 50 | 43 |
| Binary | 1110111 | 1111101 | 110101 | 101 | 0 | 111010 | 110011 | 1000001 | 101000 | 100011 |
Color Harmonies of #777D35
Complementary color
Monochromatic Colors of #777D35
Black with #777D35
Text Example
Text Example
White with #777D35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #777D35; }
p { color: rgb(119,125,53); }
H1.HeaderClassName
{
color: #777D35;
}
.AnyTagClassName
{
color: #777D35;
}
</style>
background-color css
<style>
a { background-color: #777D35; }
a { background-color: rgb(119,125,53); }
div.DivClassName
{
background-color: #777D35;
}
.BgClassName
{
background-color: #777D35;
}
</style>
border-color css
<style>
span { border-color: #777D35; }
span { border-color: rgb(119,125,53); }
td.TdClassName
{
border-color: #777D35;
}
.TagClassName
{
border-color: #777D35;
}
</style>