Html Css Color HEX #777E71 Camouflage Green

📋 copy color: '#777E71'

red 119 ◦ green 126 ◦ blue 113

#777E71
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Camouflage Green #777E71

Tints of Camouflage Green #777E71

RGB

 RED value IS 119 (46.88% from 255) = 33.24%

 GREEN value IS 126 (49.61% from 255) = 35.2%

 BLUE value IS 113 (44.53% from 255) = 31.56%

R = 33.24%
G = 35.2%
B = 31.56%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.10

 K value IS 0.51

RGB Variations

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

Color information

#777E71 (or 0x777E71) is known color: Camouflage Green. HEX triplet: 77, 7E and 71. RGB value is (119,126,113). Sum of RGB (Red+Green+Blue) = 119+126+113=358 (47% of max value = 765). Red value is 119 (46.88% from 255 or 33.24% from 358); Green value is 126 (49.61% from 255 or 35.20% from 358); Blue value is 113 (44.53% from 255 or 31.56% from 358); Max value from RGB is 126 - color contains mainly: green. Hex color #777E71 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #777E71 is #88818E. Grayscale: #7A7A7A. Windows color (decimal): -8946063 or 7437943. OLE color: 7437943.

HSL color Cylindrical-coordinate representation of color #777E71: hue angle of 92.31º degrees, saturation: 0.05, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #777E71 is Cyan = 0.06, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.51.

Color convert

RGB 119 126 113 -
CMYK 0.06 0 0.10 0.51
HSL 92.31º 0.05% 0.47% -
HSV(B) 92.31º 0.1% 0.49% -
XYZ 18.05 20.04 18.54 -
YUV 122.43 122.68 125.56 -
System Red Green Blue C M Y K H S L
Decimal 119 126 113 0.06 0 0.10 0.51 92.31 0.05 0.47
Hex 77 7E 71 6 0 A 33 5C 5 2F
Octal 167 176 161 6 0 12 63 134 5 57
Binary 1110111 1111110 1110001 110 0 1010 110011 1011100 101 101111

Color Harmonies of #777E71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #777E71

Black with #777E71

Text Example


Text Example

White with #777E71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #777E71; }

 p { color: rgb(119,126,113); }

 H1.HeaderClassName
 {
   color: #777E71;
 }
 .AnyTagClassName
 {
   color: #777E71;
 }
</style>

background-color css

<style>
 a { background-color: #777E71; }

 a { background-color: rgb(119,126,113); }

 div.DivClassName
 {
   background-color: #777E71;
 }
 .BgClassName
 {
   background-color: #777E71;
 }
</style>

border-color css

<style>
 span { border-color: #777E71; }

 span { border-color: rgb(119,126,113); }

 td.TdClassName
 {
   border-color: #777E71;
 }
 .TagClassName
 {
   border-color: #777E71;
 }
</style>