Color Hex Logo

#7e8820 Color Hex

#7E8820
(126,136,32)
0 Favorites   0 Comments

Color spaces of #7e8820

RGB 12613632
HSL0.180.620.33
HSV66°76°53°
CMYK 0.070.000.76   0.47
XYZ17.669122.14824.7103
Yxy22.14820.39680.4974
Hunter Lab47.0619-15.341527.0091
CIE-Lab54.1839-17.155350.7977

#7e8820 color RGB value is (126,136,32).

#7e8820 hex color red value is 126, green value is 136 and the blue value of its RGB is 32. Cylindrical-coordinate representations (also known as HSL) of color #7e8820 hue: 0.18 , saturation: 0.62 and the lightness value of 7e8820 is 0.33.

The process color (four color CMYK) of #7e8820 color hex is 0.07, 0.00, 0.76, 0.47. Web safe color of #7e8820 is #669933. Color #7e8820 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111110 10001000 00100000
Octal 176 210 40
Decimal 126 136 32
Hex 7E 88 20

RGB Percentages of Color #7e8820

%42.86
%46.26
%10.88

CMYK Percentages of Color #7e8820

%7
%0
%76
%47

Triadic Colors of #7e8820

#7e8820 #207e88 #88207e

Analogous Colors of #7e8820

#7e8820 #4a8820 #885e20

Monochromatic Colors of #7e8820

#7e8820

Complementary Color

#7e8820 #2a2088

#7e8820 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7e8820 Color Preview on White Background

Lorem ipsum dolor sit amet.

#7e8820 Color CSS Codes

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

#7e8820 Text Font Color

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

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


#7e8820 Background Color

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

This div background color is #7e8820


#7e8820 Border Color

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

This div border color is #7e8820


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7e8820


Comments

No comments written yet.

Please login to write comment.