Color Hex Logo

#7e896f Color Hex

#7E896F
(126,137,111)
0 Favorites   0 Comments

Color spaces of #7e896f

RGB 126137111
HSL0.240.100.49
HSV85°19°54°
CMYK 0.080.000.19   0.46
XYZ20.419123.474618.4938
Yxy23.47460.32730.3763
Hunter Lab48.4506-9.561211.2842
CIE-Lab55.5579-8.981012.6150

#7e896f color RGB value is (126,137,111).

#7e896f hex color red value is 126, green value is 137 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #7e896f hue: 0.24 , saturation: 0.10 and the lightness value of 7e896f is 0.49.

The process color (four color CMYK) of #7e896f color hex is 0.08, 0.00, 0.19, 0.46. Web safe color of #7e896f is #669966. Color #7e896f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111110 10001001 01101111
Octal 176 211 157
Decimal 126 137 111
Hex 7E 89 6F

RGB Percentages of Color #7e896f

%33.69
%36.63
%29.68

CMYK Percentages of Color #7e896f

%8
%0
%19
%46

Triadic Colors of #7e896f

#7e896f #6f7e89 #896f7e

Analogous Colors of #7e896f

#7e896f #71896f #89876f

Monochromatic Colors of #7e896f

#7e896f

Complementary Color

#7e896f #7a6f89

#7e896f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7e896f Color Preview on White Background

Lorem ipsum dolor sit amet.

#7e896f Color CSS Codes

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

#7e896f Text Font Color

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

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


#7e896f Background Color

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

This div background color is #7e896f


#7e896f Border Color

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

This div border color is #7e896f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7e896f


Comments

No comments written yet.

Please login to write comment.