Color Hex Logo

#76813e Color Hex

#76813E
(118,129,62)
0 Favorites   0 Comments

Color spaces of #76813e

RGB 11812962
HSL0.190.350.37
HSV70°52°51°
CMYK 0.090.000.52   0.49
XYZ16.191019.89997.5451
Yxy19.89990.37100.4560
Hunter Lab44.6093-13.279521.1984
CIE-Lab51.7238-14.741734.6170

#76813e color RGB value is (118,129,62).

#76813e hex color red value is 118, green value is 129 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #76813e hue: 0.19 , saturation: 0.35 and the lightness value of 76813e is 0.37.

The process color (four color CMYK) of #76813e color hex is 0.09, 0.00, 0.52, 0.49. Web safe color of #76813e is #669933. Color #76813e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 10000001 00111110
Octal 166 201 76
Decimal 118 129 62
Hex 76 81 3E

RGB Percentages of Color #76813e

%38.19
%41.75
%20.06

CMYK Percentages of Color #76813e

%9
%0
%52
%49

Triadic Colors of #76813e

#76813e #3e7681 #813e76

Analogous Colors of #76813e

#76813e #55813e #816b3e

Monochromatic Colors of #76813e

#76813e

Complementary Color

#76813e #493e81

#76813e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#76813e Color Preview on White Background

Lorem ipsum dolor sit amet.

#76813e Color CSS Codes

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

#76813e Text Font Color

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

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


#76813e Background Color

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

This div background color is #76813e


#76813e Border Color

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

This div border color is #76813e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #76813e


Comments

No comments written yet.

Please login to write comment.