Html Css Color HEX #777F71 Camouflage Green

📋 copy color: '#777F71'

red 119 ◦ green 127 ◦ blue 113

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

Shades of Camouflage Green #777F71

Tints of Camouflage Green #777F71

RGB

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

 GREEN value IS 127 (50% from 255) = 35.38%

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

R = 33.15%
G = 35.38%
B = 31.48%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.11

 K value IS 0.50

RGB Variations

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

Color information

#777F71 (or 0x777F71) is known color: Camouflage Green. HEX triplet: 77, 7F and 71. RGB value is (119,127,113). Sum of RGB (Red+Green+Blue) = 119+127+113=359 (47% of max value = 765). Red value is 119 (46.88% from 255 or 33.15% from 359); Green value is 127 (50% from 255 or 35.38% from 359); Blue value is 113 (44.53% from 255 or 31.48% from 359); Max value from RGB is 127 - color contains mainly: green. Hex color #777F71 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #777F71 is #88808E. Grayscale: #7B7B7B. Windows color (decimal): -8945807 or 7438199. OLE color: 7438199.

HSL color Cylindrical-coordinate representation of color #777F71: hue angle of 94.29º degrees, saturation: 0.06, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #777F71 is Cyan = 0.06, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.50.

Color convert

RGB 119 127 113 -
CMYK 0.06 0 0.11 0.50
HSL 94.29º 0.06% 0.47% -
HSV(B) 94.29º 0.11% 0.5% -
XYZ 18.18 20.29 18.58 -
YUV 123.01 122.35 125.14 -
System Red Green Blue C M Y K H S L
Decimal 119 127 113 0.06 0 0.11 0.50 94.29 0.06 0.47
Hex 77 7F 71 6 0 B 32 5E 6 2F
Octal 167 177 161 6 0 13 62 136 6 57
Binary 1110111 1111111 1110001 110 0 1011 110010 1011110 110 101111

Color Harmonies of #777F71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #777F71

Black with #777F71

Text Example


Text Example

White with #777F71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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