#777F6F

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

Shades of Camouflage Green #777F6F

Tints of Camouflage Green #777F6F

Color information

#777F6F (or 0x777F6F) is unknown color: approx Camouflage Green. HEX triplet: 77, 7F and 6F. RGB value is (119,127,111). Sum of RGB (Red+Green+Blue) = 119+127+111=357 (47% of max value = 765). Red value is 119 (46.88% from 255 or 33.33% from 357); Green value is 127 (50% from 255 or 35.57% from 357); Blue value is 111 (43.75% from 255 or 31.09% from 357); Max value from RGB is 127 - color contains mainly: green. Hex color #777F6F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #777F6F is #888090. Grayscale: #7A7A7A. Windows color (decimal): -8945809 or 7307127. OLE color: 7307127.

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

Color convert

RGB119127111-
CMYK0.0600.130.50
HSL90º6.72%46.67%-
HSV(B)90º12.6%49.8%-
XYZ18.0720.2518-
YUV122.78121.35125.3-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 33.33%
GREEN value IS 127 (50% from 255) = 35.57%
BLUE value IS 111 (43.75% from 255) = 31.09%
R=33.33%
G=35.57%
B=31.09%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1191271110.0600.130.50906.7246.67
Hex777F6F60D325a72f
Octal167177157601562132757
Binary111011111111111101111110011011100101011010111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #777F6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #777F6F;
 }
 .AnyTagClassName
 {
   color: #777F6F;
 }
</style>
background-color css

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

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

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

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

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

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