Shades of Trendy Green #777C2B
Tints of Trendy Green #777C2B
RGB
CMYK
RGB Variations
Color information
#777C2B (or 0x777C2B) is known color: Trendy Green. HEX triplet: 77, 7C and 2B. RGB value is (119,124,43). Sum of RGB (Red+Green+Blue) = 119+124+43=286 (37% of max value = 765). Red value is 119 (46.88% from 255 or 41.61% from 286); Green value is 124 (48.83% from 255 or 43.36% from 286); Blue value is 43 (17.19% from 255 or 15.03% from 286); Max value from RGB is 124 - color contains mainly: green. Hex color #777C2B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #777C2B is #8883D4. Grayscale: #717171. Windows color (decimal): -8946645 or 2849911. OLE color: 2849911.
HSL color Cylindrical-coordinate representation of color #777C2B: hue angle of 63.7º degrees, saturation: 0.49, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #777C2B is Cyan = 0.04, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 119 | 124 | 43 | - |
| CMYK | 0.04 | 0 | 0.65 | 0.51 |
| HSL | 63.7º | 0.49% | 0.33% | - |
| HSV(B) | 63.7º | 0.65% | 0.49% | - |
| XYZ | 15.25 | 18.51 | 5.05 | - |
| YUV | 113.27 | 88.34 | 132.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 124 | 43 | 0.04 | 0 | 0.65 | 0.51 | 63.7 | 0.49 | 0.33 |
| Hex | 77 | 7C | 2B | 4 | 0 | 41 | 33 | 40 | 31 | 21 |
| Octal | 167 | 174 | 53 | 4 | 0 | 101 | 63 | 100 | 61 | 41 |
| Binary | 1110111 | 1111100 | 101011 | 100 | 0 | 1000001 | 110011 | 1000000 | 110001 | 100001 |
Color Harmonies of #777C2B
Complementary color
Monochromatic Colors of #777C2B
Black with #777C2B
Text Example
Text Example
White with #777C2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #777C2B; }
p { color: rgb(119,124,43); }
H1.HeaderClassName
{
color: #777C2B;
}
.AnyTagClassName
{
color: #777C2B;
}
</style>
background-color css
<style>
a { background-color: #777C2B; }
a { background-color: rgb(119,124,43); }
div.DivClassName
{
background-color: #777C2B;
}
.BgClassName
{
background-color: #777C2B;
}
</style>
border-color css
<style>
span { border-color: #777C2B; }
span { border-color: rgb(119,124,43); }
td.TdClassName
{
border-color: #777C2B;
}
.TagClassName
{
border-color: #777C2B;
}
</style>