Color Hex Logo

#77955b Color Hex

#77955B
(119,149,91)
0 Favorites   0 Comments

Color spaces of #77955b

RGB 11914991
HSL0.250.240.47
HSV91°39°58°
CMYK 0.200.000.39   0.42
XYZ20.243526.172213.8823
Yxy26.17220.33570.4340
Hunter Lab51.1588-18.895519.7224
CIE-Lab58.2001-21.231027.2697

#77955b color RGB value is (119,149,91).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110111 10010101 01011011
Octal 167 225 133
Decimal 119 149 91
Hex 77 95 5B

RGB Percentages of Color #77955b

%33.15
%41.50
%25.35

CMYK Percentages of Color #77955b

%20
%0
%39
%42

Triadic Colors of #77955b

#77955b #5b7795 #955b77

Analogous Colors of #77955b

#77955b #5b955c #94955b

Monochromatic Colors of #77955b

#77955b

Complementary Color

#77955b #795b95

#77955b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#77955b Color Preview on White Background

Lorem ipsum dolor sit amet.

#77955b Color CSS Codes

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

#77955b Text Font Color

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

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


#77955b Background Color

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

This div background color is #77955b


#77955b Border Color

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

This div border color is #77955b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #77955b


Comments

No comments written yet.

Please login to write comment.