Color Hex Logo

#76864e Color Hex

#76864E
(118,134,78)
0 Favorites   0 Comments

Color spaces of #76864e

RGB 11813478
HSL0.210.260.42
HSV77°42°53°
CMYK 0.120.000.42   0.47
XYZ17.371521.451810.4328
Yxy21.45180.35270.4355
Hunter Lab46.3161-14.104219.0661
CIE-Lab53.4405-15.562028.2061

#76864e color RGB value is (118,134,78).

#76864e hex color red value is 118, green value is 134 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #76864e hue: 0.21 , saturation: 0.26 and the lightness value of 76864e is 0.42.

The process color (four color CMYK) of #76864e color hex is 0.12, 0.00, 0.42, 0.47. Web safe color of #76864e is #669966. Color #76864e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 10000110 01001110
Octal 166 206 116
Decimal 118 134 78
Hex 76 86 4E

RGB Percentages of Color #76864e

%35.76
%40.61
%23.64

CMYK Percentages of Color #76864e

%12
%0
%42
%47

Triadic Colors of #76864e

#76864e #4e7686 #864e76

Analogous Colors of #76864e

#76864e #5a864e #867a4e

Monochromatic Colors of #76864e

#76864e

Complementary Color

#76864e #5e4e86

#76864e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#76864e Color Preview on White Background

Lorem ipsum dolor sit amet.

#76864e Color CSS Codes

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

#76864e Text Font Color

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

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


#76864e Background Color

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

This div background color is #76864e


#76864e Border Color

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

This div border color is #76864e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #76864e


Comments

No comments written yet.

Please login to write comment.