Color Hex Logo

#7e704c Color Hex

#7E704C
(126,112,76)
0 Favorites   0 Comments

Color spaces of #7e704c

RGB 12611276
HSL0.120.250.40
HSV43°40°49°
CMYK 0.000.110.40   0.51
XYZ15.702916.54589.2035
Yxy16.54580.37880.3992
Hunter Lab40.6765-2.275215.0586
CIE-Lab47.6826-0.136122.0245

#7e704c color RGB value is (126,112,76).

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

The process color (four color CMYK) of #7e704c color hex is 0.00, 0.11, 0.40, 0.51. Web safe color of #7e704c is #666633. Color #7e704c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01111110 01110000 01001100
Octal 176 160 114
Decimal 126 112 76
Hex 7E 70 4C

RGB Percentages of Color #7e704c

%40.13
%35.67
%24.20

CMYK Percentages of Color #7e704c

%0
%11
%40
%51

Triadic Colors of #7e704c

#7e704c #4c7e70 #704c7e

Analogous Colors of #7e704c

#7e704c #737e4c #7e574c

Monochromatic Colors of #7e704c

#7e704c

Complementary Color

#7e704c #4c5a7e

#7e704c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7e704c Color Preview on White Background

Lorem ipsum dolor sit amet.

#7e704c Color CSS Codes

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

#7e704c Text Font Color

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

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


#7e704c Background Color

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

This div background color is #7e704c


#7e704c Border Color

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

This div border color is #7e704c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7e704c


Comments

No comments written yet.

Please login to write comment.