Color Hex Logo

#7e7716 Color Hex

#7E7716
(126,119,22)
0 Favorites   0 Comments

Color spaces of #7e7716

RGB 12611922
HSL0.160.700.29
HSV56°83°49°
CMYK 0.000.060.83   0.51
XYZ15.345817.68723.3642
Yxy17.68720.42160.4859
Hunter Lab42.0562-8.465724.6965
CIE-Lab49.1145-8.403949.5082

#7e7716 color RGB value is (126,119,22).

#7e7716 hex color red value is 126, green value is 119 and the blue value of its RGB is 22. Cylindrical-coordinate representations (also known as HSL) of color #7e7716 hue: 0.16 , saturation: 0.70 and the lightness value of 7e7716 is 0.29.

The process color (four color CMYK) of #7e7716 color hex is 0.00, 0.06, 0.83, 0.51. Web safe color of #7e7716 is #666600. Color #7e7716 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01111110 01110111 00010110
Octal 176 167 26
Decimal 126 119 22
Hex 7E 77 16

RGB Percentages of Color #7e7716

%47.19
%44.57
%8.24

CMYK Percentages of Color #7e7716

%0
%6
%83
%51

Triadic Colors of #7e7716

#7e7716 #167e77 #77167e

Analogous Colors of #7e7716

#7e7716 #517e16 #7e4316

Monochromatic Colors of #7e7716

#7e7716

Complementary Color

#7e7716 #161d7e

#7e7716 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7e7716 Color Preview on White Background

Lorem ipsum dolor sit amet.

#7e7716 Color CSS Codes

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

#7e7716 Text Font Color

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

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


#7e7716 Background Color

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

This div background color is #7e7716


#7e7716 Border Color

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

This div border color is #7e7716


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7e7716


Comments

No comments written yet.

Please login to write comment.