Color Hex Logo

#7e956c Color Hex

#7E956C
(126,149,108)
0 Favorites   0 Comments

Color spaces of #7e956c

RGB 126149108
HSL0.260.160.50
HSV94°28°58°
CMYK 0.150.000.28   0.42
XYZ22.058427.013218.2388
Yxy27.01320.32770.4013
Hunter Lab51.9742-15.197615.5759
CIE-Lab58.9865-15.951419.0380

#7e956c color RGB value is (126,149,108).

#7e956c hex color red value is 126, green value is 149 and the blue value of its RGB is 108. Cylindrical-coordinate representations (also known as HSL) of color #7e956c hue: 0.26 , saturation: 0.16 and the lightness value of 7e956c is 0.50.

The process color (four color CMYK) of #7e956c color hex is 0.15, 0.00, 0.28, 0.42. Web safe color of #7e956c is #669966. Color #7e956c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111110 10010101 01101100
Octal 176 225 154
Decimal 126 149 108
Hex 7E 95 6C

RGB Percentages of Color #7e956c

%32.90
%38.90
%28.20

CMYK Percentages of Color #7e956c

%15
%0
%28
%42

Triadic Colors of #7e956c

#7e956c #6c7e95 #956c7e

Analogous Colors of #7e956c

#7e956c #6c956f #93956c

Monochromatic Colors of #7e956c

#7e956c

Complementary Color

#7e956c #836c95

#7e956c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7e956c Color Preview on White Background

Lorem ipsum dolor sit amet.

#7e956c Color CSS Codes

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

#7e956c Text Font Color

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

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


#7e956c Background Color

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

This div background color is #7e956c


#7e956c Border Color

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

This div border color is #7e956c


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(126,149,108, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7e956c


Comments

No comments written yet.

Please login to write comment.