Color Hex Logo

#7e8d6e Color Hex

#7E8D6E
(126,141,110)
0 Favorites   0 Comments

Color spaces of #7e8d6e

RGB 126141110
HSL0.250.120.49
HSV89°22°55°
CMYK 0.110.000.22   0.45
XYZ20.943524.611218.3984
Yxy24.61120.32750.3848
Hunter Lab49.6097-11.460412.7383
CIE-Lab56.6946-11.338914.7657

#7e8d6e color RGB value is (126,141,110).

#7e8d6e hex color red value is 126, green value is 141 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #7e8d6e hue: 0.25 , saturation: 0.12 and the lightness value of 7e8d6e is 0.49.

The process color (four color CMYK) of #7e8d6e color hex is 0.11, 0.00, 0.22, 0.45. Web safe color of #7e8d6e is #669966. Color #7e8d6e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111110 10001101 01101110
Octal 176 215 156
Decimal 126 141 110
Hex 7E 8D 6E

RGB Percentages of Color #7e8d6e

%33.42
%37.40
%29.18

CMYK Percentages of Color #7e8d6e

%11
%0
%22
%45

Triadic Colors of #7e8d6e

#7e8d6e #6e7e8d #8d6e7e

Analogous Colors of #7e8d6e

#7e8d6e #6f8d6e #8d8d6e

Monochromatic Colors of #7e8d6e

#7e8d6e

Complementary Color

#7e8d6e #7d6e8d

#7e8d6e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7e8d6e Color Preview on White Background

Lorem ipsum dolor sit amet.

#7e8d6e Color CSS Codes

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

#7e8d6e Text Font Color

<p style="color:#7e8d6e">Text here</p>

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


#7e8d6e Background Color

<div style="background-color:#7e8d6e">
Div content here</div>

This div background color is #7e8d6e


#7e8d6e Border Color

<div style="border:3px solid #7e8d6e">
Div here</div>

This div border color is #7e8d6e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(126,141,110, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7e8d6e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7e8d6e;
  -webkit-box-shadow: 1px 1px 3px 2px #7e8d6e;
  box-shadow:         1px 1px 3px 2px #7e8d6e; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(126,141,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 #7e8d6e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7e8d6e


Comments

No comments written yet.

Please login to write comment.