Html Css Color HEX #777F70 Camouflage Green

📋 copy color: '#777F70'

red 119 ◦ green 127 ◦ blue 112

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

Shades of Camouflage Green #777F70

Tints of Camouflage Green #777F70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 31.28%

R = 33.24%
G = 35.47%
B = 31.28%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.12

 K value IS 0.50

RGB Variations

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

Color information

#777F70 (or 0x777F70) is known color: Camouflage Green. HEX triplet: 77, 7F and 70. RGB value is (119,127,112). Sum of RGB (Red+Green+Blue) = 119+127+112=358 (47% of max value = 765). Red value is 119 (46.88% from 255 or 33.24% from 358); Green value is 127 (50% from 255 or 35.47% from 358); Blue value is 112 (44.14% from 255 or 31.28% from 358); Max value from RGB is 127 - color contains mainly: green. Hex color #777F70 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #777F70 is #88808F. Grayscale: #7A7A7A. Windows color (decimal): -8945808 or 7372663. OLE color: 7372663.

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

Color convert

RGB 119 127 112 -
CMYK 0.06 0 0.12 0.50
HSL 92º 0.06% 0.47% -
HSV(B) 92º 0.12% 0.5% -
XYZ 18.12 20.27 18.29 -
YUV 122.9 121.85 125.22 -
System Red Green Blue C M Y K H S L
Decimal 119 127 112 0.06 0 0.12 0.50 92 0.06 0.47
Hex 77 7F 70 6 0 C 32 5C 6 2F
Octal 167 177 160 6 0 14 62 134 6 57
Binary 1110111 1111111 1110000 110 0 1100 110010 1011100 110 101111

Color Harmonies of #777F70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #777F70

Black with #777F70

Text Example


Text Example

White with #777F70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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