Shades of Camouflage Green #777D72
Tints of Camouflage Green #777D72
RGB
CMYK
RGB Variations
Color information
#777D72 (or 0x777D72) is known color: Camouflage Green. HEX triplet: 77, 7D and 72. RGB value is (119,125,114). Sum of RGB (Red+Green+Blue) = 119+125+114=358 (47% of max value = 765). Red value is 119 (46.88% from 255 or 33.24% from 358); Green value is 125 (49.22% from 255 or 34.92% from 358); Blue value is 114 (44.92% from 255 or 31.84% from 358); Max value from RGB is 125 - color contains mainly: green. Hex color #777D72 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #777D72 is #88828D. Grayscale: #797979. Windows color (decimal): -8946318 or 7503223. OLE color: 7503223.
HSL color Cylindrical-coordinate representation of color #777D72: hue angle of 92.73º degrees, saturation: 0.05, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #777D72 is Cyan = 0.05, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 119 | 125 | 114 | - |
| CMYK | 0.05 | 0 | 0.09 | 0.51 |
| HSL | 92.73º | 0.05% | 0.47% | - |
| HSV(B) | 92.73º | 0.09% | 0.49% | - |
| XYZ | 17.98 | 19.8 | 18.79 | - |
| YUV | 121.95 | 123.51 | 125.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 125 | 114 | 0.05 | 0 | 0.09 | 0.51 | 92.73 | 0.05 | 0.47 |
| Hex | 77 | 7D | 72 | 5 | 0 | 9 | 33 | 5D | 5 | 2F |
| Octal | 167 | 175 | 162 | 5 | 0 | 11 | 63 | 135 | 5 | 57 |
| Binary | 1110111 | 1111101 | 1110010 | 101 | 0 | 1001 | 110011 | 1011101 | 101 | 101111 |
Color Harmonies of #777D72
Complementary color
Monochromatic Colors of #777D72
Black with #777D72
Text Example
Text Example
White with #777D72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #777D72; }
p { color: rgb(119,125,114); }
H1.HeaderClassName
{
color: #777D72;
}
.AnyTagClassName
{
color: #777D72;
}
</style>
background-color css
<style>
a { background-color: #777D72; }
a { background-color: rgb(119,125,114); }
div.DivClassName
{
background-color: #777D72;
}
.BgClassName
{
background-color: #777D72;
}
</style>
border-color css
<style>
span { border-color: #777D72; }
span { border-color: rgb(119,125,114); }
td.TdClassName
{
border-color: #777D72;
}
.TagClassName
{
border-color: #777D72;
}
</style>