Color Hex Logo

#77796e Color Hex

#77796E
(119,121,110)
0 Favorites   0 Comments

Color spaces of #77796e

RGB 119121110
HSL0.200.050.45
HSV71°47°
CMYK 0.020.000.09   0.53
XYZ17.259618.722517.4560
Yxy18.72250.32300.3504
Hunter Lab43.2695-4.52056.3696
CIE-Lab50.3610-2.89895.7666

#77796e color RGB value is (119,121,110).

#77796e hex color red value is 119, green value is 121 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #77796e hue: 0.20 , saturation: 0.05 and the lightness value of 77796e is 0.45.

The process color (four color CMYK) of #77796e color hex is 0.02, 0.00, 0.09, 0.53. Web safe color of #77796e is #666666. Color #77796e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110111 01111001 01101110
Octal 167 171 156
Decimal 119 121 110
Hex 77 79 6E

RGB Percentages of Color #77796e

%34.00
%34.57
%31.43

CMYK Percentages of Color #77796e

%2
%0
%9
%53

Triadic Colors of #77796e

#77796e #6e7779 #796e77

Analogous Colors of #77796e

#77796e #72796e #79766e

Monochromatic Colors of #77796e

#77796e

Complementary Color

#77796e #706e79

#77796e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#77796e Color Preview on White Background

Lorem ipsum dolor sit amet.

#77796e Color CSS Codes

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

#77796e Text Font Color

<p style="color:#77796e">Text here</p>

This sample text font color is #77796e
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.


#77796e Background Color

<div style="background-color:#77796e">
Div content here</div>

This div background color is #77796e


#77796e Border Color

<div style="border:3px solid #77796e">
Div here</div>

This div border color is #77796e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(119,121,110, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #77796e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #77796e;
  -webkit-box-shadow: 1px 1px 3px 2px #77796e;
  box-shadow:         1px 1px 3px 2px #77796e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #77796e


Comments

No comments written yet.

Please login to write comment.