Shades of Camouflage Green #777E6F
Tints of Camouflage Green #777E6F
RGB
CMYK
RGB Variations
Color information
#777E6F (or 0x777E6F) is known color: Camouflage Green. HEX triplet: 77, 7E and 6F. RGB value is (119,126,111). Sum of RGB (Red+Green+Blue) = 119+126+111=356 (47% of max value = 765). Red value is 119 (46.88% from 255 or 33.43% from 356); Green value is 126 (49.61% from 255 or 35.39% from 356); Blue value is 111 (43.75% from 255 or 31.18% from 356); Max value from RGB is 126 - color contains mainly: green. Hex color #777E6F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #777E6F is #888190. Grayscale: #7A7A7A. Windows color (decimal): -8946065 or 7306871. OLE color: 7306871.
HSL color Cylindrical-coordinate representation of color #777E6F: hue angle of 88º degrees, saturation: 0.06, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #777E6F is Cyan = 0.06, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 119 | 126 | 111 | - |
| CMYK | 0.06 | 0 | 0.12 | 0.51 |
| HSL | 88º | 0.06% | 0.46% | - |
| HSV(B) | 88º | 0.12% | 0.49% | - |
| XYZ | 17.94 | 19.99 | 17.95 | - |
| YUV | 122.2 | 121.68 | 125.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 126 | 111 | 0.06 | 0 | 0.12 | 0.51 | 88 | 0.06 | 0.46 |
| Hex | 77 | 7E | 6F | 6 | 0 | C | 33 | 58 | 6 | 2E |
| Octal | 167 | 176 | 157 | 6 | 0 | 14 | 63 | 130 | 6 | 56 |
| Binary | 1110111 | 1111110 | 1101111 | 110 | 0 | 1100 | 110011 | 1011000 | 110 | 101110 |
Color Harmonies of #777E6F
Complementary color
Monochromatic Colors of #777E6F
Black with #777E6F
Text Example
Text Example
White with #777E6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #777E6F; }
p { color: rgb(119,126,111); }
H1.HeaderClassName
{
color: #777E6F;
}
.AnyTagClassName
{
color: #777E6F;
}
</style>
background-color css
<style>
a { background-color: #777E6F; }
a { background-color: rgb(119,126,111); }
div.DivClassName
{
background-color: #777E6F;
}
.BgClassName
{
background-color: #777E6F;
}
</style>
border-color css
<style>
span { border-color: #777E6F; }
span { border-color: rgb(119,126,111); }
td.TdClassName
{
border-color: #777E6F;
}
.TagClassName
{
border-color: #777E6F;
}
</style>