Color Hex Logo

#7e710e Color Hex

#7E710E
(126,113,14)
0 Favorites   0 Comments

Color spaces of #7e710e

RGB 12611314
HSL0.150.800.27
HSV53°89°49°
CMYK 0.000.100.89   0.51
XYZ14.588616.27762.7885
Yxy16.27760.43350.4837
Hunter Lab40.3455-6.060524.1440
CIE-Lab47.3366-5.294450.2488

#7e710e color RGB value is (126,113,14).

#7e710e hex color red value is 126, green value is 113 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #7e710e hue: 0.15 , saturation: 0.80 and the lightness value of 7e710e is 0.27.

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

Base Numbers

BaseRedGreenBlue
Binary 01111110 01110001 00001110
Octal 176 161 16
Decimal 126 113 14
Hex 7E 71 E

RGB Percentages of Color #7e710e

%49.80
%44.66
%5.53

CMYK Percentages of Color #7e710e

%0
%10
%89
%51

Triadic Colors of #7e710e

#7e710e #0e7e71 #710e7e

Analogous Colors of #7e710e

#7e710e #537e0e #7e390e

Monochromatic Colors of #7e710e

#7e710e

Complementary Color

#7e710e #0e1b7e

#7e710e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7e710e Color Preview on White Background

Lorem ipsum dolor sit amet.

#7e710e Color CSS Codes

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

#7e710e Text Font Color

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

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


#7e710e Background Color

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

This div background color is #7e710e


#7e710e Border Color

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

This div border color is #7e710e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7e710e


Comments

No comments written yet.

Please login to write comment.