Color Hex Logo

#7e601d Color Hex

#7E601D
(126,96,29)
0 Favorites   0 Comments

Color spaces of #7e601d

RGB 1269629
HSL0.120.630.30
HSV41°77°49°
CMYK 0.000.240.77   0.51
XYZ13.008812.89012.9648
Yxy12.89010.45070.4466
Hunter Lab35.90281.846720.2359
CIE-Lab42.59725.099340.8603

#7e601d color RGB value is (126,96,29).

#7e601d hex color red value is 126, green value is 96 and the blue value of its RGB is 29. Cylindrical-coordinate representations (also known as HSL) of color #7e601d hue: 0.12 , saturation: 0.63 and the lightness value of 7e601d is 0.30.

The process color (four color CMYK) of #7e601d color hex is 0.00, 0.24, 0.77, 0.51. Web safe color of #7e601d is #666633. Color #7e601d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01111110 01100000 00011101
Octal 176 140 35
Decimal 126 96 29
Hex 7E 60 1D

RGB Percentages of Color #7e601d

%50.20
%38.25
%11.55

CMYK Percentages of Color #7e601d

%0
%24
%77
%51

Triadic Colors of #7e601d

#7e601d #1d7e60 #601d7e

Analogous Colors of #7e601d

#7e601d #6c7e1d #7e301d

Monochromatic Colors of #7e601d

#7e601d

Complementary Color

#7e601d #1d3b7e

#7e601d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7e601d Color Preview on White Background

Lorem ipsum dolor sit amet.

#7e601d Color CSS Codes

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

#7e601d Text Font Color

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

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


#7e601d Background Color

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

This div background color is #7e601d


#7e601d Border Color

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

This div border color is #7e601d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7e601d


Comments

No comments written yet.

Please login to write comment.