Color Hex Logo

#77955a Color Hex

#77955A
(119,149,90)
0 Favorites   0 Comments

Color spaces of #77955a

RGB 11914990
HSL0.250.250.47
HSV91°40°58°
CMYK 0.200.000.40   0.42
XYZ20.200726.155013.6566
Yxy26.15500.33660.4358
Hunter Lab51.1420-18.992219.9670
CIE-Lab58.1839-21.371527.7902

#77955a color RGB value is (119,149,90).

#77955a hex color red value is 119, green value is 149 and the blue value of its RGB is 90. Cylindrical-coordinate representations (also known as HSL) of color #77955a hue: 0.25 , saturation: 0.25 and the lightness value of 77955a is 0.47.

The process color (four color CMYK) of #77955a color hex is 0.20, 0.00, 0.40, 0.42. Web safe color of #77955a is #669966. Color #77955a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110111 10010101 01011010
Octal 167 225 132
Decimal 119 149 90
Hex 77 95 5A

RGB Percentages of Color #77955a

%33.24
%41.62
%25.14

CMYK Percentages of Color #77955a

%20
%0
%40
%42

Triadic Colors of #77955a

#77955a #5a7795 #955a77

Analogous Colors of #77955a

#77955a #5a955b #95955a

Monochromatic Colors of #77955a

#77955a

Complementary Color

#77955a #785a95

#77955a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#77955a Color Preview on White Background

Lorem ipsum dolor sit amet.

#77955a Color CSS Codes

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

#77955a Text Font Color

<p style="color:#77955a">Text here</p>

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


#77955a Background Color

<div style="background-color:#77955a">
Div content here</div>

This div background color is #77955a


#77955a Border Color

<div style="border:3px solid #77955a">
Div here</div>

This div border color is #77955a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(119,149,90, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #77955a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #77955a;
  -webkit-box-shadow: 1px 1px 3px 2px #77955a;
  box-shadow:         1px 1px 3px 2px #77955a; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #77955a


Comments

No comments written yet.

Please login to write comment.