Shades of Trendy Green #77802E
Tints of Trendy Green #77802E
RGB
CMYK
RGB Variations
Color information
#77802E (or 0x77802E) is known color: Trendy Green. HEX triplet: 77, 80 and 2E. RGB value is (119,128,46). Sum of RGB (Red+Green+Blue) = 119+128+46=293 (38% of max value = 765). Red value is 119 (46.88% from 255 or 40.61% from 293); Green value is 128 (50.39% from 255 or 43.69% from 293); Blue value is 46 (18.36% from 255 or 15.70% from 293); Max value from RGB is 128 - color contains mainly: green. Hex color #77802E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #77802E is #887FD1. Grayscale: #747474. Windows color (decimal): -8945618 or 3047543. OLE color: 3047543.
HSL color Cylindrical-coordinate representation of color #77802E: hue angle of 66.59º degrees, saturation: 0.47, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #77802E is Cyan = 0.07, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 119 | 128 | 46 | - |
| CMYK | 0.07 | 0 | 0.64 | 0.50 |
| HSL | 66.59º | 0.47% | 0.34% | - |
| HSV(B) | 66.59º | 0.64% | 0.5% | - |
| XYZ | 15.82 | 19.56 | 5.53 | - |
| YUV | 115.96 | 88.52 | 130.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 128 | 46 | 0.07 | 0 | 0.64 | 0.50 | 66.59 | 0.47 | 0.34 |
| Hex | 77 | 80 | 2E | 7 | 0 | 40 | 32 | 43 | 2F | 22 |
| Octal | 167 | 200 | 56 | 7 | 0 | 100 | 62 | 103 | 57 | 42 |
| Binary | 1110111 | 10000000 | 101110 | 111 | 0 | 1000000 | 110010 | 1000011 | 101111 | 100010 |
Color Harmonies of #77802E
Complementary color
Monochromatic Colors of #77802E
Black with #77802E
Text Example
Text Example
White with #77802E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77802E; }
p { color: rgb(119,128,46); }
H1.HeaderClassName
{
color: #77802E;
}
.AnyTagClassName
{
color: #77802E;
}
</style>
background-color css
<style>
a { background-color: #77802E; }
a { background-color: rgb(119,128,46); }
div.DivClassName
{
background-color: #77802E;
}
.BgClassName
{
background-color: #77802E;
}
</style>
border-color css
<style>
span { border-color: #77802E; }
span { border-color: rgb(119,128,46); }
td.TdClassName
{
border-color: #77802E;
}
.TagClassName
{
border-color: #77802E;
}
</style>