Color Hex Logo

#7e734d Color Hex

#7E734D
(126,115,77)
0 Favorites   0 Comments

Color spaces of #7e734d

RGB 12611577
HSL0.130.240.40
HSV47°39°49°
CMYK 0.000.090.39   0.51
XYZ16.074517.23299.5002
Yxy17.23290.37550.4026
Hunter Lab41.5125-3.528115.4902
CIE-Lab48.5522-1.737022.5906

#7e734d color RGB value is (126,115,77).

#7e734d hex color red value is 126, green value is 115 and the blue value of its RGB is 77. Cylindrical-coordinate representations (also known as HSL) of color #7e734d hue: 0.13 , saturation: 0.24 and the lightness value of 7e734d is 0.40.

The process color (four color CMYK) of #7e734d color hex is 0.00, 0.09, 0.39, 0.51. Web safe color of #7e734d is #666666. Color #7e734d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01111110 01110011 01001101
Octal 176 163 115
Decimal 126 115 77
Hex 7E 73 4D

RGB Percentages of Color #7e734d

%39.62
%36.16
%24.21

CMYK Percentages of Color #7e734d

%0
%9
%39
%51

Triadic Colors of #7e734d

#7e734d #4d7e73 #734d7e

Analogous Colors of #7e734d

#7e734d #717e4d #7e5b4d

Monochromatic Colors of #7e734d

#7e734d

Complementary Color

#7e734d #4d587e

#7e734d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7e734d Color Preview on White Background

Lorem ipsum dolor sit amet.

#7e734d Color CSS Codes

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

#7e734d Text Font Color

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

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


#7e734d Background Color

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

This div background color is #7e734d


#7e734d Border Color

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

This div border color is #7e734d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7e734d


Comments

No comments written yet.

Please login to write comment.