Color Hex Logo

#7e5617 Color Hex

#7E5617
(126,86,23)
0 Favorites   0 Comments

Color spaces of #7e5617

RGB 1268623
HSL0.100.690.29
HSV37°82°49°
CMYK 0.000.320.82   0.51
XYZ12.086611.15312.3263
Yxy11.15310.47280.4362
Hunter Lab33.39636.158319.2474
CIE-Lab39.837110.757440.7745

#7e5617 color RGB value is (126,86,23).

#7e5617 hex color red value is 126, green value is 86 and the blue value of its RGB is 23. Cylindrical-coordinate representations (also known as HSL) of color #7e5617 hue: 0.10 , saturation: 0.69 and the lightness value of 7e5617 is 0.29.

The process color (four color CMYK) of #7e5617 color hex is 0.00, 0.32, 0.82, 0.51. Web safe color of #7e5617 is #666600. Color #7e5617 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01111110 01010110 00010111
Octal 176 126 27
Decimal 126 86 23
Hex 7E 56 17

RGB Percentages of Color #7e5617

%53.62
%36.60
%9.79

CMYK Percentages of Color #7e5617

%0
%32
%82
%51

Triadic Colors of #7e5617

#7e5617 #177e56 #56177e

Analogous Colors of #7e5617

#7e5617 #737e17 #7e2317

Monochromatic Colors of #7e5617

#7e5617

Complementary Color

#7e5617 #173f7e

#7e5617 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7e5617 Color Preview on White Background

Lorem ipsum dolor sit amet.

#7e5617 Color CSS Codes

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

#7e5617 Text Font Color

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

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


#7e5617 Background Color

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

This div background color is #7e5617


#7e5617 Border Color

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

This div border color is #7e5617


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7e5617


Comments

No comments written yet.

Please login to write comment.