Color Hex Logo

#7e7429 Color Hex

#7E7429
(126,116,41)
0 Favorites   0 Comments

Color spaces of #7e7429

RGB 12611641
HSL0.150.510.33
HSV53°67°49°
CMYK 0.000.080.67   0.51
XYZ15.249817.08654.5921
Yxy17.08650.41300.4627
Hunter Lab41.3358-6.484622.3484
CIE-Lab48.3688-5.758841.3640

#7e7429 color RGB value is (126,116,41).

#7e7429 hex color red value is 126, green value is 116 and the blue value of its RGB is 41. Cylindrical-coordinate representations (also known as HSL) of color #7e7429 hue: 0.15 , saturation: 0.51 and the lightness value of 7e7429 is 0.33.

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

Base Numbers

BaseRedGreenBlue
Binary 01111110 01110100 00101001
Octal 176 164 51
Decimal 126 116 41
Hex 7E 74 29

RGB Percentages of Color #7e7429

%44.52
%40.99
%14.49

CMYK Percentages of Color #7e7429

%0
%8
%67
%51

Triadic Colors of #7e7429

#7e7429 #297e74 #74297e

Analogous Colors of #7e7429

#7e7429 #5e7e29 #7e4a29

Monochromatic Colors of #7e7429

#7e7429

Complementary Color

#7e7429 #29337e

#7e7429 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7e7429 Color Preview on White Background

Lorem ipsum dolor sit amet.

#7e7429 Color CSS Codes

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

#7e7429 Text Font Color

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

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


#7e7429 Background Color

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

This div background color is #7e7429


#7e7429 Border Color

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

This div border color is #7e7429


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7e7429


Comments

No comments written yet.

Please login to write comment.