Color Hex Logo

#7e723e Color Hex

#7E723E
(126,114,62)
0 Favorites   0 Comments

Color spaces of #7e723e

RGB 12611462
HSL0.140.340.37
HSV49°51°49°
CMYK 0.000.100.51   0.51
XYZ15.491016.81806.9872
Yxy16.81800.39420.4280
Hunter Lab41.0098-4.340618.6051
CIE-Lab48.0299-2.872930.3249

#7e723e color RGB value is (126,114,62).

#7e723e hex color red value is 126, green value is 114 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #7e723e hue: 0.14 , saturation: 0.34 and the lightness value of 7e723e is 0.37.

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

Base Numbers

BaseRedGreenBlue
Binary 01111110 01110010 00111110
Octal 176 162 76
Decimal 126 114 62
Hex 7E 72 3E

RGB Percentages of Color #7e723e

%41.72
%37.75
%20.53

CMYK Percentages of Color #7e723e

%0
%10
%51
%51

Triadic Colors of #7e723e

#7e723e #3e7e72 #723e7e

Analogous Colors of #7e723e

#7e723e #6a7e3e #7e523e

Monochromatic Colors of #7e723e

#7e723e

Complementary Color

#7e723e #3e4a7e

#7e723e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7e723e Color Preview on White Background

Lorem ipsum dolor sit amet.

#7e723e Color CSS Codes

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

#7e723e Text Font Color

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

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


#7e723e Background Color

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

This div background color is #7e723e


#7e723e Border Color

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

This div border color is #7e723e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7e723e


Comments

No comments written yet.

Please login to write comment.