Shades of Camouflage Green #777C73
Tints of Camouflage Green #777C73
RGB
CMYK
RGB Variations
Color information
#777C73 (or 0x777C73) is known color: Camouflage Green. HEX triplet: 77, 7C and 73. RGB value is (119,124,115). Sum of RGB (Red+Green+Blue) = 119+124+115=358 (47% of max value = 765). Red value is 119 (46.88% from 255 or 33.24% from 358); Green value is 124 (48.83% from 255 or 34.64% from 358); Blue value is 115 (45.31% from 255 or 32.12% from 358); Max value from RGB is 124 - color contains mainly: green. Hex color #777C73 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #777C73 is #88838C. Grayscale: #797979. Windows color (decimal): -8946573 or 7568503. OLE color: 7568503.
HSL color Cylindrical-coordinate representation of color #777C73: hue angle of 93.33º degrees, saturation: 0.04, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #777C73 is Cyan = 0.04, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 119 | 124 | 115 | - |
| CMYK | 0.04 | 0 | 0.07 | 0.51 |
| HSL | 93.33º | 0.04% | 0.47% | - |
| HSV(B) | 93.33º | 0.07% | 0.49% | - |
| XYZ | 17.91 | 19.58 | 19.05 | - |
| YUV | 121.48 | 124.34 | 126.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 124 | 115 | 0.04 | 0 | 0.07 | 0.51 | 93.33 | 0.04 | 0.47 |
| Hex | 77 | 7C | 73 | 4 | 0 | 7 | 33 | 5D | 4 | 2F |
| Octal | 167 | 174 | 163 | 4 | 0 | 7 | 63 | 135 | 4 | 57 |
| Binary | 1110111 | 1111100 | 1110011 | 100 | 0 | 111 | 110011 | 1011101 | 100 | 101111 |
Color Harmonies of #777C73
Complementary color
Monochromatic Colors of #777C73
Black with #777C73
Text Example
Text Example
White with #777C73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #777C73; }
p { color: rgb(119,124,115); }
H1.HeaderClassName
{
color: #777C73;
}
.AnyTagClassName
{
color: #777C73;
}
</style>
background-color css
<style>
a { background-color: #777C73; }
a { background-color: rgb(119,124,115); }
div.DivClassName
{
background-color: #777C73;
}
.BgClassName
{
background-color: #777C73;
}
</style>
border-color css
<style>
span { border-color: #777C73; }
span { border-color: rgb(119,124,115); }
td.TdClassName
{
border-color: #777C73;
}
.TagClassName
{
border-color: #777C73;
}
</style>