Shades of Trendy Green #777E27
Tints of Trendy Green #777E27
RGB
CMYK
RGB Variations
Color information
#777E27 (or 0x777E27) is known color: Trendy Green. HEX triplet: 77, 7E and 27. RGB value is (119,126,39). Sum of RGB (Red+Green+Blue) = 119+126+39=284 (37% of max value = 765). Red value is 119 (46.88% from 255 or 41.90% from 284); Green value is 126 (49.61% from 255 or 44.37% from 284); Blue value is 39 (15.62% from 255 or 13.73% from 284); Max value from RGB is 126 - color contains mainly: green. Hex color #777E27 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #777E27 is #8881D8. Grayscale: #727272. Windows color (decimal): -8946137 or 2588279. OLE color: 2588279.
HSL color Cylindrical-coordinate representation of color #777E27: hue angle of 64.83º degrees, saturation: 0.53, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #777E27 is Cyan = 0.06, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 119 | 126 | 39 | - |
| CMYK | 0.06 | 0 | 0.69 | 0.51 |
| HSL | 64.83º | 0.53% | 0.32% | - |
| HSV(B) | 64.83º | 0.69% | 0.49% | - |
| XYZ | 15.43 | 18.99 | 4.77 | - |
| YUV | 113.99 | 85.68 | 131.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 126 | 39 | 0.06 | 0 | 0.69 | 0.51 | 64.83 | 0.53 | 0.32 |
| Hex | 77 | 7E | 27 | 6 | 0 | 45 | 33 | 41 | 35 | 20 |
| Octal | 167 | 176 | 47 | 6 | 0 | 105 | 63 | 101 | 65 | 40 |
| Binary | 1110111 | 1111110 | 100111 | 110 | 0 | 1000101 | 110011 | 1000001 | 110101 | 100000 |
Color Harmonies of #777E27
Complementary color
Monochromatic Colors of #777E27
Black with #777E27
Text Example
Text Example
White with #777E27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #777E27; }
p { color: rgb(119,126,39); }
H1.HeaderClassName
{
color: #777E27;
}
.AnyTagClassName
{
color: #777E27;
}
</style>
background-color css
<style>
a { background-color: #777E27; }
a { background-color: rgb(119,126,39); }
div.DivClassName
{
background-color: #777E27;
}
.BgClassName
{
background-color: #777E27;
}
</style>
border-color css
<style>
span { border-color: #777E27; }
span { border-color: rgb(119,126,39); }
td.TdClassName
{
border-color: #777E27;
}
.TagClassName
{
border-color: #777E27;
}
</style>