Color Hex Logo

#77915a Color Hex

#77915A
(119,145,90)
0 Favorites   0 Comments

Color spaces of #77915a

RGB 11914590
HSL0.250.230.46
HSV88°38°57°
CMYK 0.180.000.38   0.43
XYZ19.578624.910913.4492
Yxy24.91090.33790.4300
Hunter Lab49.9108-17.323418.9610
CIE-Lab56.9885-19.314026.2386

#77915a color RGB value is (119,145,90).

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

The process color (four color CMYK) of #77915a color hex is 0.18, 0.00, 0.38, 0.43. Web safe color of #77915a is #669966. Color #77915a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110111 10010001 01011010
Octal 167 221 132
Decimal 119 145 90
Hex 77 91 5A

RGB Percentages of Color #77915a

%33.62
%40.96
%25.42

CMYK Percentages of Color #77915a

%18
%0
%38
%43

Triadic Colors of #77915a

#77915a #5a7791 #915a77

Analogous Colors of #77915a

#77915a #5c915a #91905a

Monochromatic Colors of #77915a

#77915a

Complementary Color

#77915a #745a91

#77915a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#77915a Color Preview on White Background

Lorem ipsum dolor sit amet.

#77915a Color CSS Codes

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

#77915a Text Font Color

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

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


#77915a Background Color

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

This div background color is #77915a


#77915a Border Color

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

This div border color is #77915a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(119,145,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 #77915a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #77915a


Comments

No comments written yet.

Please login to write comment.