Color Hex Logo

#7e680d Color Hex

#7E680D
(126,104,13)
0 Favorites   0 Comments

Color spaces of #7e680d

RGB 12610413
HSL0.130.810.27
HSV48°90°49°
CMYK 0.000.170.90   0.51
XYZ13.627114.36532.4353
Yxy14.36530.44790.4721
Hunter Lab37.9016-2.150022.7215
CIE-Lab44.7523-0.170748.3954

#7e680d color RGB value is (126,104,13).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111110 01101000 00001101
Octal 176 150 15
Decimal 126 104 13
Hex 7E 68 D

RGB Percentages of Color #7e680d

%51.85
%42.80
%5.35

CMYK Percentages of Color #7e680d

%0
%17
%90
%51

Triadic Colors of #7e680d

#7e680d #0d7e68 #680d7e

Analogous Colors of #7e680d

#7e680d #5c7e0d #7e300d

Monochromatic Colors of #7e680d

#7e680d

Complementary Color

#7e680d #0d237e

#7e680d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7e680d Color Preview on White Background

Lorem ipsum dolor sit amet.

#7e680d Color CSS Codes

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

#7e680d Text Font Color

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

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


#7e680d Background Color

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

This div background color is #7e680d


#7e680d Border Color

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

This div border color is #7e680d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7e680d


Comments

No comments written yet.

Please login to write comment.