Shades of Camouflage Green #77886B
Tints of Camouflage Green #77886B
RGB
CMYK
RGB Variations
Color information
#77886B (or 0x77886B) is known color: Camouflage Green. HEX triplet: 77, 88 and 6B. RGB value is (119,136,107). Sum of RGB (Red+Green+Blue) = 119+136+107=362 (47% of max value = 765). Red value is 119 (46.88% from 255 or 32.87% from 362); Green value is 136 (53.52% from 255 or 37.57% from 362); Blue value is 107 (42.19% from 255 or 29.56% from 362); Max value from RGB is 136 - color contains mainly: green. Hex color #77886B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #77886B is #887794. Grayscale: #7F7F7F. Windows color (decimal): -8943509 or 7047287. OLE color: 7047287.
HSL color Cylindrical-coordinate representation of color #77886B: hue angle of 95.17º degrees, saturation: 0.12, 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 #77886B is Cyan = 0.12, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 119 | 136 | 107 | - |
| CMYK | 0.12 | 0 | 0.21 | 0.47 |
| HSL | 95.17º | 0.12% | 0.48% | - |
| HSV(B) | 95.17º | 0.21% | 0.53% | - |
| XYZ | 19.07 | 22.59 | 17.27 | - |
| YUV | 127.61 | 116.37 | 121.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 136 | 107 | 0.12 | 0 | 0.21 | 0.47 | 95.17 | 0.12 | 0.48 |
| Hex | 77 | 88 | 6B | C | 0 | 15 | 2F | 5F | C | 30 |
| Octal | 167 | 210 | 153 | 14 | 0 | 25 | 57 | 137 | 14 | 60 |
| Binary | 1110111 | 10001000 | 1101011 | 1100 | 0 | 10101 | 101111 | 1011111 | 1100 | 110000 |
Color Harmonies of #77886B
Complementary color
Monochromatic Colors of #77886B
Black with #77886B
Text Example
Text Example
White with #77886B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77886B; }
p { color: rgb(119,136,107); }
H1.HeaderClassName
{
color: #77886B;
}
.AnyTagClassName
{
color: #77886B;
}
</style>
background-color css
<style>
a { background-color: #77886B; }
a { background-color: rgb(119,136,107); }
div.DivClassName
{
background-color: #77886B;
}
.BgClassName
{
background-color: #77886B;
}
</style>
border-color css
<style>
span { border-color: #77886B; }
span { border-color: rgb(119,136,107); }
td.TdClassName
{
border-color: #77886B;
}
.TagClassName
{
border-color: #77886B;
}
</style>