Color Hex Logo

#77966c Color Hex

#77966C
(119,150,108)
0 Favorites   0 Comments

Color spaces of #77966c

RGB 119150108
HSL0.290.170.51
HSV104°28°59°
CMYK 0.210.000.28   0.41
XYZ21.220926.817318.2452
Yxy26.81730.32020.4046
Hunter Lab51.7854-17.477815.3606
CIE-Lab58.8048-19.107118.7118

#77966c color RGB value is (119,150,108).

#77966c hex color red value is 119, green value is 150 and the blue value of its RGB is 108. Cylindrical-coordinate representations (also known as HSL) of color #77966c hue: 0.29 , saturation: 0.17 and the lightness value of 77966c is 0.51.

The process color (four color CMYK) of #77966c color hex is 0.21, 0.00, 0.28, 0.41. Web safe color of #77966c is #669966. Color #77966c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110111 10010110 01101100
Octal 167 226 154
Decimal 119 150 108
Hex 77 96 6C

RGB Percentages of Color #77966c

%31.56
%39.79
%28.65

CMYK Percentages of Color #77966c

%21
%0
%28
%41

Triadic Colors of #77966c

#77966c #6c7796 #966c77

Analogous Colors of #77966c

#77966c #6c9676 #8c966c

Monochromatic Colors of #77966c

#77966c

Complementary Color

#77966c #8b6c96

#77966c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#77966c Color Preview on White Background

Lorem ipsum dolor sit amet.

#77966c Color CSS Codes

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

#77966c Text Font Color

<p style="color:#77966c">Text here</p>

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


#77966c Background Color

<div style="background-color:#77966c">
Div content here</div>

This div background color is #77966c


#77966c Border Color

<div style="border:3px solid #77966c">
Div here</div>

This div border color is #77966c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(119,150,108, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #77966c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #77966c;
  -webkit-box-shadow: 1px 1px 3px 2px #77966c;
  box-shadow:         1px 1px 3px 2px #77966c; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #77966c


Comments

No comments written yet.

Please login to write comment.