Shades of Camouflage Green #777B74
Tints of Camouflage Green #777B74
RGB
CMYK
RGB Variations
Color information
#777B74 (or 0x777B74) is known color: Camouflage Green. HEX triplet: 77, 7B and 74. RGB value is (119,123,116). Sum of RGB (Red+Green+Blue) = 119+123+116=358 (47% of max value = 765). Red value is 119 (46.88% from 255 or 33.24% from 358); Green value is 123 (48.44% from 255 or 34.36% from 358); Blue value is 116 (45.70% from 255 or 32.40% from 358); Max value from RGB is 123 - color contains mainly: green. Hex color #777B74 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #777B74 is #88848B. Grayscale: #797979. Windows color (decimal): -8946828 or 7633783. OLE color: 7633783.
HSL color Cylindrical-coordinate representation of color #777B74: hue angle of 94.29º degrees, saturation: 0.03, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #777B74 is Cyan = 0.03, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 119 | 123 | 116 | - |
| CMYK | 0.03 | 0 | 0.06 | 0.52 |
| HSL | 94.29º | 0.03% | 0.47% | - |
| HSV(B) | 94.29º | 0.06% | 0.48% | - |
| XYZ | 17.84 | 19.35 | 19.32 | - |
| YUV | 121.01 | 125.17 | 126.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 123 | 116 | 0.03 | 0 | 0.06 | 0.52 | 94.29 | 0.03 | 0.47 |
| Hex | 77 | 7B | 74 | 3 | 0 | 6 | 34 | 5E | 3 | 2F |
| Octal | 167 | 173 | 164 | 3 | 0 | 6 | 64 | 136 | 3 | 57 |
| Binary | 1110111 | 1111011 | 1110100 | 11 | 0 | 110 | 110100 | 1011110 | 11 | 101111 |
Color Harmonies of #777B74
Complementary color
Monochromatic Colors of #777B74
Black with #777B74
Text Example
Text Example
White with #777B74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #777B74; }
p { color: rgb(119,123,116); }
H1.HeaderClassName
{
color: #777B74;
}
.AnyTagClassName
{
color: #777B74;
}
</style>
background-color css
<style>
a { background-color: #777B74; }
a { background-color: rgb(119,123,116); }
div.DivClassName
{
background-color: #777B74;
}
.BgClassName
{
background-color: #777B74;
}
</style>
border-color css
<style>
span { border-color: #777B74; }
span { border-color: rgb(119,123,116); }
td.TdClassName
{
border-color: #777B74;
}
.TagClassName
{
border-color: #777B74;
}
</style>