Shades of Camouflage Green #77886C
Tints of Camouflage Green #77886C
RGB
CMYK
RGB Variations
Color information
#77886C (or 0x77886C) is known color: Camouflage Green. HEX triplet: 77, 88 and 6C. RGB value is (119,136,108). Sum of RGB (Red+Green+Blue) = 119+136+108=363 (48% of max value = 765). Red value is 119 (46.88% from 255 or 32.78% from 363); Green value is 136 (53.52% from 255 or 37.47% from 363); Blue value is 108 (42.58% from 255 or 29.75% from 363); Max value from RGB is 136 - color contains mainly: green. Hex color #77886C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #77886C is #887793. Grayscale: #7F7F7F. Windows color (decimal): -8943508 or 7112823. OLE color: 7112823.
HSL color Cylindrical-coordinate representation of color #77886C: hue angle of 96.43º degrees, saturation: 0.11, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #77886C is Cyan = 0.12, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 119 | 136 | 108 | - |
| CMYK | 0.12 | 0 | 0.21 | 0.47 |
| HSL | 96.43º | 0.11% | 0.48% | - |
| HSV(B) | 96.43º | 0.21% | 0.53% | - |
| XYZ | 19.12 | 22.61 | 17.54 | - |
| YUV | 127.73 | 116.87 | 121.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 136 | 108 | 0.12 | 0 | 0.21 | 0.47 | 96.43 | 0.11 | 0.48 |
| Hex | 77 | 88 | 6C | C | 0 | 15 | 2F | 60 | B | 30 |
| Octal | 167 | 210 | 154 | 14 | 0 | 25 | 57 | 140 | 13 | 60 |
| Binary | 1110111 | 10001000 | 1101100 | 1100 | 0 | 10101 | 101111 | 1100000 | 1011 | 110000 |
Color Harmonies of #77886C
Complementary color
Monochromatic Colors of #77886C
Black with #77886C
Text Example
Text Example
White with #77886C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77886C; }
p { color: rgb(119,136,108); }
H1.HeaderClassName
{
color: #77886C;
}
.AnyTagClassName
{
color: #77886C;
}
</style>
background-color css
<style>
a { background-color: #77886C; }
a { background-color: rgb(119,136,108); }
div.DivClassName
{
background-color: #77886C;
}
.BgClassName
{
background-color: #77886C;
}
</style>
border-color css
<style>
span { border-color: #77886C; }
span { border-color: rgb(119,136,108); }
td.TdClassName
{
border-color: #77886C;
}
.TagClassName
{
border-color: #77886C;
}
</style>