Color Hex Logo

#7e7962 Color Hex

#7E7962
(126,121,98)
0 Favorites   0 Comments

Color spaces of #7e7962

RGB 12612198
HSL0.140.130.44
HSV49°22°49°
CMYK 0.000.040.22   0.51
XYZ17.646218.992214.2911
Yxy18.99220.34650.3729
Hunter Lab43.5800-3.987811.0632
CIE-Lab50.6781-2.167413.3221

#7e7962 color RGB value is (126,121,98).

#7e7962 hex color red value is 126, green value is 121 and the blue value of its RGB is 98. Cylindrical-coordinate representations (also known as HSL) of color #7e7962 hue: 0.14 , saturation: 0.13 and the lightness value of 7e7962 is 0.44.

The process color (four color CMYK) of #7e7962 color hex is 0.00, 0.04, 0.22, 0.51. Web safe color of #7e7962 is #666666. Color #7e7962 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01111110 01111001 01100010
Octal 176 171 142
Decimal 126 121 98
Hex 7E 79 62

RGB Percentages of Color #7e7962

%36.52
%35.07
%28.41

CMYK Percentages of Color #7e7962

%0
%4
%22
%51

Triadic Colors of #7e7962

#7e7962 #627e79 #79627e

Analogous Colors of #7e7962

#7e7962 #757e62 #7e6b62

Monochromatic Colors of #7e7962

#7e7962

Complementary Color

#7e7962 #62677e

#7e7962 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7e7962 Color Preview on White Background

Lorem ipsum dolor sit amet.

#7e7962 Color CSS Codes

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

#7e7962 Text Font Color

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

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


#7e7962 Background Color

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

This div background color is #7e7962


#7e7962 Border Color

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

This div border color is #7e7962


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7e7962


Comments

No comments written yet.

Please login to write comment.