Shades of Trendy Green #777E28
Tints of Trendy Green #777E28
RGB
CMYK
RGB Variations
Color information
#777E28 (or 0x777E28) is known color: Trendy Green. HEX triplet: 77, 7E and 28. RGB value is (119,126,40). Sum of RGB (Red+Green+Blue) = 119+126+40=285 (37% of max value = 765). Red value is 119 (46.88% from 255 or 41.75% from 285); Green value is 126 (49.61% from 255 or 44.21% from 285); Blue value is 40 (16.02% from 255 or 14.04% from 285); Max value from RGB is 126 - color contains mainly: green. Hex color #777E28 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #777E28 is #8881D7. Grayscale: #727272. Windows color (decimal): -8946136 or 2653815. OLE color: 2653815.
HSL color Cylindrical-coordinate representation of color #777E28: hue angle of 64.88º degrees, saturation: 0.52, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #777E28 is Cyan = 0.06, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 119 | 126 | 40 | - |
| CMYK | 0.06 | 0 | 0.68 | 0.51 |
| HSL | 64.88º | 0.52% | 0.33% | - |
| HSV(B) | 64.88º | 0.68% | 0.49% | - |
| XYZ | 15.45 | 19 | 4.86 | - |
| YUV | 114.1 | 86.18 | 131.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 126 | 40 | 0.06 | 0 | 0.68 | 0.51 | 64.88 | 0.52 | 0.33 |
| Hex | 77 | 7E | 28 | 6 | 0 | 44 | 33 | 41 | 34 | 21 |
| Octal | 167 | 176 | 50 | 6 | 0 | 104 | 63 | 101 | 64 | 41 |
| Binary | 1110111 | 1111110 | 101000 | 110 | 0 | 1000100 | 110011 | 1000001 | 110100 | 100001 |
Color Harmonies of #777E28
Complementary color
Monochromatic Colors of #777E28
Black with #777E28
Text Example
Text Example
White with #777E28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #777E28; }
p { color: rgb(119,126,40); }
H1.HeaderClassName
{
color: #777E28;
}
.AnyTagClassName
{
color: #777E28;
}
</style>
background-color css
<style>
a { background-color: #777E28; }
a { background-color: rgb(119,126,40); }
div.DivClassName
{
background-color: #777E28;
}
.BgClassName
{
background-color: #777E28;
}
</style>
border-color css
<style>
span { border-color: #777E28; }
span { border-color: rgb(119,126,40); }
td.TdClassName
{
border-color: #777E28;
}
.TagClassName
{
border-color: #777E28;
}
</style>