Color Hex Logo

#7e680c Color Hex

#7E680C
(126,104,12)
0 Favorites   0 Comments

Color spaces of #7e680c

RGB 12610412
HSL0.130.830.27
HSV48°90°49°
CMYK 0.000.170.90   0.51
XYZ13.620914.36282.4022
Yxy14.36280.44830.4727
Hunter Lab37.8983-2.167922.7707
CIE-Lab44.7488-0.195248.6457

#7e680c color RGB value is (126,104,12).

#7e680c hex color red value is 126, green value is 104 and the blue value of its RGB is 12. Cylindrical-coordinate representations (also known as HSL) of color #7e680c hue: 0.13 , saturation: 0.83 and the lightness value of 7e680c is 0.27.

The process color (four color CMYK) of #7e680c color hex is 0.00, 0.17, 0.90, 0.51. Web safe color of #7e680c is #666600. Color #7e680c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01111110 01101000 00001100
Octal 176 150 14
Decimal 126 104 12
Hex 7E 68 C

RGB Percentages of Color #7e680c

%52.07
%42.98
%4.96

CMYK Percentages of Color #7e680c

%0
%17
%90
%51

Triadic Colors of #7e680c

#7e680c #0c7e68 #680c7e

Analogous Colors of #7e680c

#7e680c #5b7e0c #7e2f0c

Monochromatic Colors of #7e680c

#7e680c

Complementary Color

#7e680c #0c227e

#7e680c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7e680c Color Preview on White Background

Lorem ipsum dolor sit amet.

#7e680c Color CSS Codes

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

#7e680c Text Font Color

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

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


#7e680c Background Color

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

This div background color is #7e680c


#7e680c Border Color

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

This div border color is #7e680c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7e680c


Comments

No comments written yet.

Please login to write comment.