Shades of Trendy Green #777F2A
Tints of Trendy Green #777F2A
RGB
CMYK
RGB Variations
Color information
#777F2A (or 0x777F2A) is known color: Trendy Green. HEX triplet: 77, 7F and 2A. RGB value is (119,127,42). Sum of RGB (Red+Green+Blue) = 119+127+42=288 (38% of max value = 765). Red value is 119 (46.88% from 255 or 41.32% from 288); Green value is 127 (50% from 255 or 44.10% from 288); Blue value is 42 (16.80% from 255 or 14.58% from 288); Max value from RGB is 127 - color contains mainly: green. Hex color #777F2A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #777F2A is #8880D5. Grayscale: #737373. Windows color (decimal): -8945878 or 2785143. OLE color: 2785143.
HSL color Cylindrical-coordinate representation of color #777F2A: hue angle of 65.65º degrees, saturation: 0.5, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #777F2A is Cyan = 0.06, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 119 | 127 | 42 | - |
| CMYK | 0.06 | 0 | 0.67 | 0.50 |
| HSL | 65.65º | 0.5% | 0.33% | - |
| HSV(B) | 65.65º | 0.67% | 0.5% | - |
| XYZ | 15.62 | 19.27 | 5.09 | - |
| YUV | 114.92 | 86.85 | 130.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 127 | 42 | 0.06 | 0 | 0.67 | 0.50 | 65.65 | 0.5 | 0.33 |
| Hex | 77 | 7F | 2A | 6 | 0 | 43 | 32 | 42 | 32 | 21 |
| Octal | 167 | 177 | 52 | 6 | 0 | 103 | 62 | 102 | 62 | 41 |
| Binary | 1110111 | 1111111 | 101010 | 110 | 0 | 1000011 | 110010 | 1000010 | 110010 | 100001 |
Color Harmonies of #777F2A
Complementary color
Monochromatic Colors of #777F2A
Black with #777F2A
Text Example
Text Example
White with #777F2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #777F2A; }
p { color: rgb(119,127,42); }
H1.HeaderClassName
{
color: #777F2A;
}
.AnyTagClassName
{
color: #777F2A;
}
</style>
background-color css
<style>
a { background-color: #777F2A; }
a { background-color: rgb(119,127,42); }
div.DivClassName
{
background-color: #777F2A;
}
.BgClassName
{
background-color: #777F2A;
}
</style>
border-color css
<style>
span { border-color: #777F2A; }
span { border-color: rgb(119,127,42); }
td.TdClassName
{
border-color: #777F2A;
}
.TagClassName
{
border-color: #777F2A;
}
</style>