#777B74

Color #777B74 Camouflage Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Camouflage Green #777B74

Tints of Camouflage Green #777B74

Color information

#777B74 (or 0x777B74) is unknown color: approx 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

RGB119123116-
CMYK0.0300.060.52
HSL94.29º2.93%46.86%-
HSV(B)94.29º5.69%48.24%-
XYZ17.8419.3519.32-
YUV121.01125.17126.57-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 119 (46.88% from 255) = 33.24%
GREEN value IS 123 (48.44% from 255) = 34.36%
BLUE value IS 116 (45.70% from 255) = 32.40%
R=33.24%
G=34.36%
B=32.40%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1191231160.0300.060.5294.292.9346.86
Hex777B74306345e32f
Octal16717316430664136357
Binary111011111110111110100110110110100101111011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #777B74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>