Shades of Trendy Green #77862C
Tints of Trendy Green #77862C
RGB
CMYK
RGB Variations
Color information
#77862C (or 0x77862C) is known color: Trendy Green. HEX triplet: 77, 86 and 2C. RGB value is (119,134,44). Sum of RGB (Red+Green+Blue) = 119+134+44=297 (39% of max value = 765). Red value is 119 (46.88% from 255 or 40.07% from 297); Green value is 134 (52.73% from 255 or 45.12% from 297); Blue value is 44 (17.58% from 255 or 14.81% from 297); Max value from RGB is 134 - color contains mainly: green. Hex color #77862C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #77862C is #8879D3. Grayscale: #777777. Windows color (decimal): -8944084 or 2918007. OLE color: 2918007.
HSL color Cylindrical-coordinate representation of color #77862C: hue angle of 70º degrees, saturation: 0.51, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #77862C is Cyan = 0.11, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 119 | 134 | 44 | - |
| CMYK | 0.11 | 0 | 0.67 | 0.47 |
| HSL | 70º | 0.51% | 0.35% | - |
| HSV(B) | 70º | 0.67% | 0.53% | - |
| XYZ | 16.59 | 21.15 | 5.59 | - |
| YUV | 119.26 | 85.53 | 127.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 134 | 44 | 0.11 | 0 | 0.67 | 0.47 | 70 | 0.51 | 0.35 |
| Hex | 77 | 86 | 2C | B | 0 | 43 | 2F | 46 | 33 | 23 |
| Octal | 167 | 206 | 54 | 13 | 0 | 103 | 57 | 106 | 63 | 43 |
| Binary | 1110111 | 10000110 | 101100 | 1011 | 0 | 1000011 | 101111 | 1000110 | 110011 | 100011 |
Color Harmonies of #77862C
Complementary color
Monochromatic Colors of #77862C
Black with #77862C
Text Example
Text Example
White with #77862C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77862C; }
p { color: rgb(119,134,44); }
H1.HeaderClassName
{
color: #77862C;
}
.AnyTagClassName
{
color: #77862C;
}
</style>
background-color css
<style>
a { background-color: #77862C; }
a { background-color: rgb(119,134,44); }
div.DivClassName
{
background-color: #77862C;
}
.BgClassName
{
background-color: #77862C;
}
</style>
border-color css
<style>
span { border-color: #77862C; }
span { border-color: rgb(119,134,44); }
td.TdClassName
{
border-color: #77862C;
}
.TagClassName
{
border-color: #77862C;
}
</style>