Shades of Trendy Green #777C31
Tints of Trendy Green #777C31
RGB
CMYK
RGB Variations
Color information
#777C31 (or 0x777C31) is known color: Trendy Green. HEX triplet: 77, 7C and 31. RGB value is (119,124,49). Sum of RGB (Red+Green+Blue) = 119+124+49=292 (38% of max value = 765). Red value is 119 (46.88% from 255 or 40.75% from 292); Green value is 124 (48.83% from 255 or 42.47% from 292); Blue value is 49 (19.53% from 255 or 16.78% from 292); Max value from RGB is 124 - color contains mainly: green. Hex color #777C31 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #777C31 is #8883CE. Grayscale: #727272. Windows color (decimal): -8946639 or 3243127. OLE color: 3243127.
HSL color Cylindrical-coordinate representation of color #777C31: hue angle of 64º degrees, saturation: 0.43, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #777C31 is Cyan = 0.04, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 119 | 124 | 49 | - |
| CMYK | 0.04 | 0 | 0.60 | 0.51 |
| HSL | 64º | 0.43% | 0.34% | - |
| HSV(B) | 64º | 0.6% | 0.49% | - |
| XYZ | 15.37 | 18.56 | 5.68 | - |
| YUV | 113.96 | 91.34 | 131.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 124 | 49 | 0.04 | 0 | 0.60 | 0.51 | 64 | 0.43 | 0.34 |
| Hex | 77 | 7C | 31 | 4 | 0 | 3C | 33 | 40 | 2B | 22 |
| Octal | 167 | 174 | 61 | 4 | 0 | 74 | 63 | 100 | 53 | 42 |
| Binary | 1110111 | 1111100 | 110001 | 100 | 0 | 111100 | 110011 | 1000000 | 101011 | 100010 |
Color Harmonies of #777C31
Complementary color
Monochromatic Colors of #777C31
Black with #777C31
Text Example
Text Example
White with #777C31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #777C31; }
p { color: rgb(119,124,49); }
H1.HeaderClassName
{
color: #777C31;
}
.AnyTagClassName
{
color: #777C31;
}
</style>
background-color css
<style>
a { background-color: #777C31; }
a { background-color: rgb(119,124,49); }
div.DivClassName
{
background-color: #777C31;
}
.BgClassName
{
background-color: #777C31;
}
</style>
border-color css
<style>
span { border-color: #777C31; }
span { border-color: rgb(119,124,49); }
td.TdClassName
{
border-color: #777C31;
}
.TagClassName
{
border-color: #777C31;
}
</style>