Color Hex Logo

#77913c Color Hex

#77913C
(119,145,60)
0 Favorites   0 Comments

Color spaces of #77913c

RGB 11914560
HSL0.220.410.40
HSV78°59°57°
CMYK 0.180.000.59   0.43
XYZ18.548824.49908.0261
Yxy24.49900.36320.4797
Hunter Lab49.4965-19.725925.0334
CIE-Lab56.5840-22.841241.2867

#77913c color RGB value is (119,145,60).

#77913c hex color red value is 119, green value is 145 and the blue value of its RGB is 60. Cylindrical-coordinate representations (also known as HSL) of color #77913c hue: 0.22 , saturation: 0.41 and the lightness value of 77913c is 0.40.

The process color (four color CMYK) of #77913c color hex is 0.18, 0.00, 0.59, 0.43. Web safe color of #77913c is #669933. Color #77913c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110111 10010001 00111100
Octal 167 221 74
Decimal 119 145 60
Hex 77 91 3C

RGB Percentages of Color #77913c

%36.73
%44.75
%18.52

CMYK Percentages of Color #77913c

%18
%0
%59
%43

Triadic Colors of #77913c

#77913c #3c7791 #913c77

Analogous Colors of #77913c

#77913c #4d913c #91813c

Monochromatic Colors of #77913c

#77913c

Complementary Color

#77913c #563c91

#77913c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#77913c Color Preview on White Background

Lorem ipsum dolor sit amet.

#77913c Color CSS Codes

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

#77913c Text Font Color

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

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


#77913c Background Color

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

This div background color is #77913c


#77913c Border Color

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

This div border color is #77913c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #77913c


Comments

No comments written yet.

Please login to write comment.