Color Hex Logo

#7e662e Color Hex

#7E662E
(126,102,46)
0 Favorites   0 Comments

Color spaces of #7e662e

RGB 12610246
HSL0.120.470.34
HSV42°63°49°
CMYK 0.000.190.63   0.51
XYZ13.848714.13564.5833
Yxy14.13560.42520.4340
Hunter Lab37.5973-0.046219.0904
CIE-Lab44.42682.643434.6118

#7e662e color RGB value is (126,102,46).

#7e662e hex color red value is 126, green value is 102 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #7e662e hue: 0.12 , saturation: 0.47 and the lightness value of 7e662e is 0.34.

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

Base Numbers

BaseRedGreenBlue
Binary 01111110 01100110 00101110
Octal 176 146 56
Decimal 126 102 46
Hex 7E 66 2E

RGB Percentages of Color #7e662e

%45.99
%37.23
%16.79

CMYK Percentages of Color #7e662e

%0
%19
%63
%51

Triadic Colors of #7e662e

#7e662e #2e7e66 #662e7e

Analogous Colors of #7e662e

#7e662e #6e7e2e #7e3e2e

Monochromatic Colors of #7e662e

#7e662e

Complementary Color

#7e662e #2e467e

#7e662e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7e662e Color Preview on White Background

Lorem ipsum dolor sit amet.

#7e662e Color CSS Codes

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

#7e662e Text Font Color

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

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


#7e662e Background Color

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

This div background color is #7e662e


#7e662e Border Color

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

This div border color is #7e662e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7e662e


Comments

No comments written yet.

Please login to write comment.