Html Css Color HEX #777F6C Camouflage Green

📋 copy color: '#777F6C'

red 119 ◦ green 127 ◦ blue 108

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

Shades of Camouflage Green #777F6C

Tints of Camouflage Green #777F6C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 30.51%

R = 33.62%
G = 35.88%
B = 30.51%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.15

 K value IS 0.50

RGB Variations

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

Color information

#777F6C (or 0x777F6C) is known color: Camouflage Green. HEX triplet: 77, 7F and 6C. RGB value is (119,127,108). Sum of RGB (Red+Green+Blue) = 119+127+108=354 (46% of max value = 765). Red value is 119 (46.88% from 255 or 33.62% from 354); Green value is 127 (50% from 255 or 35.88% from 354); Blue value is 108 (42.58% from 255 or 30.51% from 354); Max value from RGB is 127 - color contains mainly: green. Hex color #777F6C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #777F6C is #888093. Grayscale: #7A7A7A. Windows color (decimal): -8945812 or 7110519. OLE color: 7110519.

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

Color convert

RGB 119 127 108 -
CMYK 0.06 0 0.15 0.50
HSL 85.26º 0.08% 0.46% -
HSV(B) 85.26º 0.15% 0.5% -
XYZ 17.9 20.18 17.14 -
YUV 122.44 119.85 125.54 -
System Red Green Blue C M Y K H S L
Decimal 119 127 108 0.06 0 0.15 0.50 85.26 0.08 0.46
Hex 77 7F 6C 6 0 F 32 55 8 2E
Octal 167 177 154 6 0 17 62 125 10 56
Binary 1110111 1111111 1101100 110 0 1111 110010 1010101 1000 101110

Color Harmonies of #777F6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #777F6C

Black with #777F6C

Text Example


Text Example

White with #777F6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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