Color Hex Logo

#7e661e Color Hex

#7E661E
(126,102,30)
0 Favorites   0 Comments

Color spaces of #7e661e

RGB 12610230
HSL0.130.620.31
HSV45°76°49°
CMYK 0.000.190.76   0.51
XYZ13.589914.03213.2205
Yxy14.03210.44060.4550
Hunter Lab37.4594-0.796121.1243
CIE-Lab44.27891.631442.0776

#7e661e color RGB value is (126,102,30).

#7e661e hex color red value is 126, green value is 102 and the blue value of its RGB is 30. Cylindrical-coordinate representations (also known as HSL) of color #7e661e hue: 0.13 , saturation: 0.62 and the lightness value of 7e661e is 0.31.

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

Base Numbers

BaseRedGreenBlue
Binary 01111110 01100110 00011110
Octal 176 146 36
Decimal 126 102 30
Hex 7E 66 1E

RGB Percentages of Color #7e661e

%48.84
%39.53
%11.63

CMYK Percentages of Color #7e661e

%0
%19
%76
%51

Triadic Colors of #7e661e

#7e661e #1e7e66 #661e7e

Analogous Colors of #7e661e

#7e661e #667e1e #7e361e

Monochromatic Colors of #7e661e

#7e661e

Complementary Color

#7e661e #1e367e

#7e661e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7e661e Color Preview on White Background

Lorem ipsum dolor sit amet.

#7e661e Color CSS Codes

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

#7e661e Text Font Color

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

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


#7e661e Background Color

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

This div background color is #7e661e


#7e661e Border Color

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

This div border color is #7e661e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7e661e


Comments

No comments written yet.

Please login to write comment.