Color Hex Logo

#7e4102 Color Hex

#7E4102
(126,65,2)
0 Favorites   0 Comments

Color spaces of #7e4102

RGB 126652
HSL0.080.970.25
HSV30°98°49°
CMYK 0.000.480.98   0.51
XYZ10.50548.22061.0905
Yxy8.22060.53010.4148
Hunter Lab28.671615.227917.8151
CIE-Lab34.438222.548243.8516

#7e4102 color RGB value is (126,65,2).

#7e4102 hex color red value is 126, green value is 65 and the blue value of its RGB is 2. Cylindrical-coordinate representations (also known as HSL) of color #7e4102 hue: 0.08 , saturation: 0.97 and the lightness value of 7e4102 is 0.25.

The process color (four color CMYK) of #7e4102 color hex is 0.00, 0.48, 0.98, 0.51. Web safe color of #7e4102 is #663300. Color #7e4102 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01111110 01000001 00000010
Octal 176 101 2
Decimal 126 65 2
Hex 7E 41 2

RGB Percentages of Color #7e4102

%65.28
%33.68
%1.04

CMYK Percentages of Color #7e4102

%0
%48
%98
%51

Triadic Colors of #7e4102

#7e4102 #027e41 #41027e

Analogous Colors of #7e4102

#7e4102 #7d7e02 #7e0302

Monochromatic Colors of #7e4102

#7e4102

Complementary Color

#7e4102 #023f7e

#7e4102 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7e4102 Color Preview on White Background

Lorem ipsum dolor sit amet.

#7e4102 Color CSS Codes

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

#7e4102 Text Font Color

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

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


#7e4102 Background Color

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

This div background color is #7e4102


#7e4102 Border Color

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

This div border color is #7e4102


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7e4102

#7e4102 Color Palettes


Comments

No comments written yet.

Please login to write comment.