Color Hex Logo

#76916e Color Hex

#76916E
(118,145,110)
0 Favorites   0 Comments

Color spaces of #76916e

RGB 118145110
HSL0.300.140.50
HSV106°24°57°
CMYK 0.190.000.24   0.43
XYZ20.411125.228118.5456
Yxy25.22810.31800.3931
Hunter Lab50.2276-15.360813.2676
CIE-Lab57.2970-16.516315.5102

#76916e color RGB value is (118,145,110).

#76916e hex color red value is 118, green value is 145 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #76916e hue: 0.30 , saturation: 0.14 and the lightness value of 76916e is 0.50.

The process color (four color CMYK) of #76916e color hex is 0.19, 0.00, 0.24, 0.43. Web safe color of #76916e is #669966. Color #76916e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 10010001 01101110
Octal 166 221 156
Decimal 118 145 110
Hex 76 91 6E

RGB Percentages of Color #76916e

%31.64
%38.87
%29.49

CMYK Percentages of Color #76916e

%19
%0
%24
%43

Triadic Colors of #76916e

#76916e #6e7691 #916e76

Analogous Colors of #76916e

#76916e #6e9178 #88916e

Monochromatic Colors of #76916e

#76916e

Complementary Color

#76916e #896e91

#76916e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#76916e Color Preview on White Background

Lorem ipsum dolor sit amet.

#76916e Color CSS Codes

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

#76916e Text Font Color

<p style="color:#76916e">Text here</p>

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


#76916e Background Color

<div style="background-color:#76916e">
Div content here</div>

This div background color is #76916e


#76916e Border Color

<div style="border:3px solid #76916e">
Div here</div>

This div border color is #76916e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(118,145,110, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #76916e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #76916e;
  -webkit-box-shadow: 1px 1px 3px 2px #76916e;
  box-shadow:         1px 1px 3px 2px #76916e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #76916e


Comments

No comments written yet.

Please login to write comment.