Shades of Camouflage Green #77826B
Tints of Camouflage Green #77826B
RGB
CMYK
RGB Variations
Color information
#77826B (or 0x77826B) is known color: Camouflage Green. HEX triplet: 77, 82 and 6B. RGB value is (119,130,107). Sum of RGB (Red+Green+Blue) = 119+130+107=356 (47% of max value = 765). Red value is 119 (46.88% from 255 or 33.43% from 356); Green value is 130 (51.17% from 255 or 36.52% from 356); Blue value is 107 (42.19% from 255 or 30.06% from 356); Max value from RGB is 130 - color contains mainly: green. Hex color #77826B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #77826B is #887D94. Grayscale: #7C7C7C. Windows color (decimal): -8945045 or 7045751. OLE color: 7045751.
HSL color Cylindrical-coordinate representation of color #77826B: hue angle of 88.7º degrees, saturation: 0.1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #77826B is Cyan = 0.08, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 119 | 130 | 107 | - |
| CMYK | 0.08 | 0 | 0.18 | 0.49 |
| HSL | 88.7º | 0.1% | 0.46% | - |
| HSV(B) | 88.7º | 0.18% | 0.51% | - |
| XYZ | 18.24 | 20.95 | 16.99 | - |
| YUV | 124.09 | 118.36 | 124.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 130 | 107 | 0.08 | 0 | 0.18 | 0.49 | 88.7 | 0.1 | 0.46 |
| Hex | 77 | 82 | 6B | 8 | 0 | 12 | 31 | 59 | A | 2E |
| Octal | 167 | 202 | 153 | 10 | 0 | 22 | 61 | 131 | 12 | 56 |
| Binary | 1110111 | 10000010 | 1101011 | 1000 | 0 | 10010 | 110001 | 1011001 | 1010 | 101110 |
Color Harmonies of #77826B
Complementary color
Monochromatic Colors of #77826B
Black with #77826B
Text Example
Text Example
White with #77826B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77826B; }
p { color: rgb(119,130,107); }
H1.HeaderClassName
{
color: #77826B;
}
.AnyTagClassName
{
color: #77826B;
}
</style>
background-color css
<style>
a { background-color: #77826B; }
a { background-color: rgb(119,130,107); }
div.DivClassName
{
background-color: #77826B;
}
.BgClassName
{
background-color: #77826B;
}
</style>
border-color css
<style>
span { border-color: #77826B; }
span { border-color: rgb(119,130,107); }
td.TdClassName
{
border-color: #77826B;
}
.TagClassName
{
border-color: #77826B;
}
</style>