Color Hex Logo

#76810e Color Hex

#76810E
(118,129,14)
0 Favorites   0 Comments

Color spaces of #76810e

RGB 11812914
HSL0.180.800.28
HSV66°89°51°
CMYK 0.090.000.89   0.49
XYZ15.400719.58383.3838
Yxy19.58380.40140.5104
Hunter Lab44.2536-15.324026.4440
CIE-Lab51.3633-17.772953.2638

#76810e color RGB value is (118,129,14).

#76810e hex color red value is 118, green value is 129 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #76810e hue: 0.18 , saturation: 0.80 and the lightness value of 76810e is 0.28.

The process color (four color CMYK) of #76810e color hex is 0.09, 0.00, 0.89, 0.49. Web safe color of #76810e is #669900. Color #76810e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 10000001 00001110
Octal 166 201 16
Decimal 118 129 14
Hex 76 81 E

RGB Percentages of Color #76810e

%45.21
%49.43
%5.36

CMYK Percentages of Color #76810e

%9
%0
%89
%49

Triadic Colors of #76810e

#76810e #0e7681 #810e76

Analogous Colors of #76810e

#76810e #3d810e #81520e

Monochromatic Colors of #76810e

#76810e

Complementary Color

#76810e #190e81

#76810e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#76810e Color Preview on White Background

Lorem ipsum dolor sit amet.

#76810e Color CSS Codes

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

#76810e Text Font Color

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

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


#76810e Background Color

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

This div background color is #76810e


#76810e Border Color

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

This div border color is #76810e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #76810e


Comments

No comments written yet.

Please login to write comment.