Shades of Trendy Green #777C28
Tints of Trendy Green #777C28
RGB
CMYK
RGB Variations
Color information
#777C28 (or 0x777C28) is known color: Trendy Green. HEX triplet: 77, 7C and 28. RGB value is (119,124,40). Sum of RGB (Red+Green+Blue) = 119+124+40=283 (37% of max value = 765). Red value is 119 (46.88% from 255 or 42.05% from 283); Green value is 124 (48.83% from 255 or 43.82% from 283); Blue value is 40 (16.02% from 255 or 14.13% from 283); Max value from RGB is 124 - color contains mainly: green. Hex color #777C28 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #777C28 is #8883D7. Grayscale: #717171. Windows color (decimal): -8946648 or 2653303. OLE color: 2653303.
HSL color Cylindrical-coordinate representation of color #777C28: hue angle of 63.57º degrees, saturation: 0.51, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #777C28 is Cyan = 0.04, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 119 | 124 | 40 | - |
| CMYK | 0.04 | 0 | 0.68 | 0.51 |
| HSL | 63.57º | 0.51% | 0.32% | - |
| HSV(B) | 63.57º | 0.68% | 0.49% | - |
| XYZ | 15.2 | 18.49 | 4.78 | - |
| YUV | 112.93 | 86.84 | 132.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 124 | 40 | 0.04 | 0 | 0.68 | 0.51 | 63.57 | 0.51 | 0.32 |
| Hex | 77 | 7C | 28 | 4 | 0 | 44 | 33 | 40 | 33 | 20 |
| Octal | 167 | 174 | 50 | 4 | 0 | 104 | 63 | 100 | 63 | 40 |
| Binary | 1110111 | 1111100 | 101000 | 100 | 0 | 1000100 | 110011 | 1000000 | 110011 | 100000 |
Color Harmonies of #777C28
Complementary color
Monochromatic Colors of #777C28
Black with #777C28
Text Example
Text Example
White with #777C28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #777C28; }
p { color: rgb(119,124,40); }
H1.HeaderClassName
{
color: #777C28;
}
.AnyTagClassName
{
color: #777C28;
}
</style>
background-color css
<style>
a { background-color: #777C28; }
a { background-color: rgb(119,124,40); }
div.DivClassName
{
background-color: #777C28;
}
.BgClassName
{
background-color: #777C28;
}
</style>
border-color css
<style>
span { border-color: #777C28; }
span { border-color: rgb(119,124,40); }
td.TdClassName
{
border-color: #777C28;
}
.TagClassName
{
border-color: #777C28;
}
</style>