Shades of Camouflage Green #77876D
Tints of Camouflage Green #77876D
RGB
CMYK
RGB Variations
Color information
#77876D (or 0x77876D) is known color: Camouflage Green. HEX triplet: 77, 87 and 6D. RGB value is (119,135,109). Sum of RGB (Red+Green+Blue) = 119+135+109=363 (48% of max value = 765). Red value is 119 (46.88% from 255 or 32.78% from 363); Green value is 135 (53.12% from 255 or 37.19% from 363); Blue value is 109 (42.97% from 255 or 30.03% from 363); Max value from RGB is 135 - color contains mainly: green. Hex color #77876D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #77876D is #887892. Grayscale: #7F7F7F. Windows color (decimal): -8943763 or 7178103. OLE color: 7178103.
HSL color Cylindrical-coordinate representation of color #77876D: hue angle of 96.92º degrees, saturation: 0.11, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #77876D is Cyan = 0.12, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 119 | 135 | 109 | - |
| CMYK | 0.12 | 0 | 0.19 | 0.47 |
| HSL | 96.92º | 0.11% | 0.48% | - |
| HSV(B) | 96.92º | 0.19% | 0.53% | - |
| XYZ | 19.03 | 22.35 | 17.78 | - |
| YUV | 127.25 | 117.7 | 122.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 135 | 109 | 0.12 | 0 | 0.19 | 0.47 | 96.92 | 0.11 | 0.48 |
| Hex | 77 | 87 | 6D | C | 0 | 13 | 2F | 61 | B | 30 |
| Octal | 167 | 207 | 155 | 14 | 0 | 23 | 57 | 141 | 13 | 60 |
| Binary | 1110111 | 10000111 | 1101101 | 1100 | 0 | 10011 | 101111 | 1100001 | 1011 | 110000 |
Color Harmonies of #77876D
Complementary color
Monochromatic Colors of #77876D
Black with #77876D
Text Example
Text Example
White with #77876D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77876D; }
p { color: rgb(119,135,109); }
H1.HeaderClassName
{
color: #77876D;
}
.AnyTagClassName
{
color: #77876D;
}
</style>
background-color css
<style>
a { background-color: #77876D; }
a { background-color: rgb(119,135,109); }
div.DivClassName
{
background-color: #77876D;
}
.BgClassName
{
background-color: #77876D;
}
</style>
border-color css
<style>
span { border-color: #77876D; }
span { border-color: rgb(119,135,109); }
td.TdClassName
{
border-color: #77876D;
}
.TagClassName
{
border-color: #77876D;
}
</style>