Shades of Camouflage Green #777A75
Tints of Camouflage Green #777A75
RGB
CMYK
RGB Variations
Color information
#777A75 (or 0x777A75) is known color: Camouflage Green. HEX triplet: 77, 7A and 75. RGB value is (119,122,117). Sum of RGB (Red+Green+Blue) = 119+122+117=358 (47% of max value = 765). Red value is 119 (46.88% from 255 or 33.24% from 358); Green value is 122 (48.05% from 255 or 34.08% from 358); Blue value is 117 (46.09% from 255 or 32.68% from 358); Max value from RGB is 122 - color contains mainly: green. Hex color #777A75 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #777A75 is #88858A. Grayscale: #787878. Windows color (decimal): -8947083 or 7699063. OLE color: 7699063.
HSL color Cylindrical-coordinate representation of color #777A75: hue angle of 96º degrees, saturation: 0.02, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #777A75 is Cyan = 0.02, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 119 | 122 | 117 | - |
| CMYK | 0.02 | 0 | 0.04 | 0.52 |
| HSL | 96º | 0.02% | 0.47% | - |
| HSV(B) | 96º | 0.04% | 0.48% | - |
| XYZ | 17.78 | 19.13 | 19.58 | - |
| YUV | 120.53 | 126.01 | 126.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 122 | 117 | 0.02 | 0 | 0.04 | 0.52 | 96 | 0.02 | 0.47 |
| Hex | 77 | 7A | 75 | 2 | 0 | 4 | 34 | 60 | 2 | 2F |
| Octal | 167 | 172 | 165 | 2 | 0 | 4 | 64 | 140 | 2 | 57 |
| Binary | 1110111 | 1111010 | 1110101 | 10 | 0 | 100 | 110100 | 1100000 | 10 | 101111 |
Color Harmonies of #777A75
Complementary color
Monochromatic Colors of #777A75
Black with #777A75
Text Example
Text Example
White with #777A75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #777A75; }
p { color: rgb(119,122,117); }
H1.HeaderClassName
{
color: #777A75;
}
.AnyTagClassName
{
color: #777A75;
}
</style>
background-color css
<style>
a { background-color: #777A75; }
a { background-color: rgb(119,122,117); }
div.DivClassName
{
background-color: #777A75;
}
.BgClassName
{
background-color: #777A75;
}
</style>
border-color css
<style>
span { border-color: #777A75; }
span { border-color: rgb(119,122,117); }
td.TdClassName
{
border-color: #777A75;
}
.TagClassName
{
border-color: #777A75;
}
</style>