Color Hex Logo

#777a4d Color Hex

#777A4D
(119,122,77)
0 Favorites   0 Comments

Color spaces of #777a4d

RGB 11912277
HSL0.180.230.39
HSV64°37°48°
CMYK 0.020.000.37   0.52
XYZ15.906818.37689.7299
Yxy18.37680.36140.4175
Hunter Lab42.8682-8.784516.5505
CIE-Lab49.9500-8.727024.2914

#777a4d color RGB value is (119,122,77).

#777a4d hex color red value is 119, green value is 122 and the blue value of its RGB is 77. Cylindrical-coordinate representations (also known as HSL) of color #777a4d hue: 0.18 , saturation: 0.23 and the lightness value of 777a4d is 0.39.

The process color (four color CMYK) of #777a4d color hex is 0.02, 0.00, 0.37, 0.52. Web safe color of #777a4d is #666666. Color #777a4d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110111 01111010 01001101
Octal 167 172 115
Decimal 119 122 77
Hex 77 7A 4D

RGB Percentages of Color #777a4d

%37.42
%38.36
%24.21

CMYK Percentages of Color #777a4d

%2
%0
%37
%52

Triadic Colors of #777a4d

#777a4d #4d777a #7a4d77

Analogous Colors of #777a4d

#777a4d #617a4d #7a674d

Monochromatic Colors of #777a4d

#777a4d

Complementary Color

#777a4d #504d7a

#777a4d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#777a4d Color Preview on White Background

Lorem ipsum dolor sit amet.

#777a4d Color CSS Codes

.mybgcolor {background-color:#777a4d; } 
.myforecolor {color:#777a4d; }
.mybordercolor {border:3px solid #777a4d; }

#777a4d Text Font Color

<p style="color:#777a4d">Text here</p>

This sample text font color is #777a4d
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#777a4d Background Color

<div style="background-color:#777a4d">
Div content here</div>

This div background color is #777a4d


#777a4d Border Color

<div style="border:3px solid #777a4d">
Div here</div>

This div border color is #777a4d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(119,122,77, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #777a4d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #777a4d;
  -webkit-box-shadow: 1px 1px 3px 2px #777a4d;
  box-shadow:         1px 1px 3px 2px #777a4d; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(119,122,77, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #777a4d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #777a4d;
  -webkit-box-shadow: 1px 1px 3px 2px #777a4d;
  box-shadow:         1px 1px 3px 2px #777a4d;">
Div content here</div>

This div box has shadow with color #777a4d


Comments

No comments written yet.

Please login to write comment.