Color Hex Logo

#7d6414 Color Hex

#7D6414
(125,100,20)
0 Favorites   0 Comments

Color spaces of #7d6414

RGB 12510020
HSL0.130.720.28
HSV46°84°49°
CMYK 0.000.200.84   0.51
XYZ13.140913.52482.5798
Yxy13.52480.44930.4625
Hunter Lab36.7761-0.576221.5841
CIE-Lab43.54361.889345.2181

#7d6414 color RGB value is (125,100,20).

#7d6414 hex color red value is 125, green value is 100 and the blue value of its RGB is 20. Cylindrical-coordinate representations (also known as HSL) of color #7d6414 hue: 0.13 , saturation: 0.72 and the lightness value of 7d6414 is 0.28.

The process color (four color CMYK) of #7d6414 color hex is 0.00, 0.20, 0.84, 0.51. Web safe color of #7d6414 is #666600. Color #7d6414 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01111101 01100100 00010100
Octal 175 144 24
Decimal 125 100 20
Hex 7D 64 14

RGB Percentages of Color #7d6414

%51.02
%40.82
%8.16

CMYK Percentages of Color #7d6414

%0
%20
%84
%51

Triadic Colors of #7d6414

#7d6414 #147d64 #64147d

Analogous Colors of #7d6414

#7d6414 #627d14 #7d3014

Monochromatic Colors of #7d6414

#7d6414

Complementary Color

#7d6414 #142d7d

#7d6414 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7d6414 Color Preview on White Background

Lorem ipsum dolor sit amet.

#7d6414 Color CSS Codes

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

#7d6414 Text Font Color

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

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


#7d6414 Background Color

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

This div background color is #7d6414


#7d6414 Border Color

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

This div border color is #7d6414


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(125,100,20, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7d6414; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7d6414;
  -webkit-box-shadow: 1px 1px 3px 2px #7d6414;
  box-shadow:         1px 1px 3px 2px #7d6414; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7d6414


Comments

No comments written yet.

Please login to write comment.