Shades of Trendy Green #777B2C
Tints of Trendy Green #777B2C
RGB
CMYK
RGB Variations
Color information
#777B2C (or 0x777B2C) is known color: Trendy Green. HEX triplet: 77, 7B and 2C. RGB value is (119,123,44). Sum of RGB (Red+Green+Blue) = 119+123+44=286 (37% of max value = 765). Red value is 119 (46.88% from 255 or 41.61% from 286); Green value is 123 (48.44% from 255 or 43.01% from 286); Blue value is 44 (17.58% from 255 or 15.38% from 286); Max value from RGB is 123 - color contains mainly: green. Hex color #777B2C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #777B2C is #8884D3. Grayscale: #717171. Windows color (decimal): -8946900 or 2915191. OLE color: 2915191.
HSL color Cylindrical-coordinate representation of color #777B2C: hue angle of 63.04º degrees, saturation: 0.47, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #777B2C is Cyan = 0.03, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 119 | 123 | 44 | - |
| CMYK | 0.03 | 0 | 0.64 | 0.52 |
| HSL | 63.04º | 0.47% | 0.33% | - |
| HSV(B) | 63.04º | 0.64% | 0.48% | - |
| XYZ | 15.15 | 18.27 | 5.11 | - |
| YUV | 112.8 | 89.17 | 132.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 123 | 44 | 0.03 | 0 | 0.64 | 0.52 | 63.04 | 0.47 | 0.33 |
| Hex | 77 | 7B | 2C | 3 | 0 | 40 | 34 | 3F | 2F | 21 |
| Octal | 167 | 173 | 54 | 3 | 0 | 100 | 64 | 77 | 57 | 41 |
| Binary | 1110111 | 1111011 | 101100 | 11 | 0 | 1000000 | 110100 | 111111 | 101111 | 100001 |
Color Harmonies of #777B2C
Complementary color
Monochromatic Colors of #777B2C
Black with #777B2C
Text Example
Text Example
White with #777B2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #777B2C; }
p { color: rgb(119,123,44); }
H1.HeaderClassName
{
color: #777B2C;
}
.AnyTagClassName
{
color: #777B2C;
}
</style>
background-color css
<style>
a { background-color: #777B2C; }
a { background-color: rgb(119,123,44); }
div.DivClassName
{
background-color: #777B2C;
}
.BgClassName
{
background-color: #777B2C;
}
</style>
border-color css
<style>
span { border-color: #777B2C; }
span { border-color: rgb(119,123,44); }
td.TdClassName
{
border-color: #777B2C;
}
.TagClassName
{
border-color: #777B2C;
}
</style>