Color Hex Logo

#7e7206 Color Hex

#7E7206
(126,114,6)
0 Favorites   0 Comments

Color spaces of #7e7206

RGB 1261146
HSL0.150.910.26
HSV54°95°49°
CMYK 0.000.100.95   0.51
XYZ14.654416.48342.5815
Yxy16.48340.43460.4888
Hunter Lab40.5998-6.620424.6499
CIE-Lab47.6024-6.038252.2035

#7e7206 color RGB value is (126,114,6).

#7e7206 hex color red value is 126, green value is 114 and the blue value of its RGB is 6. Cylindrical-coordinate representations (also known as HSL) of color #7e7206 hue: 0.15 , saturation: 0.91 and the lightness value of 7e7206 is 0.26.

The process color (four color CMYK) of #7e7206 color hex is 0.00, 0.10, 0.95, 0.51. Web safe color of #7e7206 is #666600. Color #7e7206 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01111110 01110010 00000110
Octal 176 162 6
Decimal 126 114 6
Hex 7E 72 6

RGB Percentages of Color #7e7206

%51.22
%46.34
%2.44

CMYK Percentages of Color #7e7206

%0
%10
%95
%51

Triadic Colors of #7e7206

#7e7206 #067e72 #72067e

Analogous Colors of #7e7206

#7e7206 #4e7e06 #7e3606

Monochromatic Colors of #7e7206

#7e7206

Complementary Color

#7e7206 #06127e

#7e7206 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7e7206 Color Preview on White Background

Lorem ipsum dolor sit amet.

#7e7206 Color CSS Codes

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

#7e7206 Text Font Color

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

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


#7e7206 Background Color

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

This div background color is #7e7206


#7e7206 Border Color

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

This div border color is #7e7206


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7e7206


Comments

No comments written yet.

Please login to write comment.