Color Hex Logo

#7e8e6d Color Hex

#7E8E6D
(126,142,109)
0 Favorites   0 Comments

Color spaces of #7e8e6d

RGB 126142109
HSL0.250.130.49
HSV89°23°56°
CMYK 0.110.000.23   0.44
XYZ21.037524.885718.1626
Yxy24.88570.32830.3883
Hunter Lab49.8856-12.023613.3333
CIE-Lab56.9639-12.048315.7044

#7e8e6d color RGB value is (126,142,109).

#7e8e6d hex color red value is 126, green value is 142 and the blue value of its RGB is 109. Cylindrical-coordinate representations (also known as HSL) of color #7e8e6d hue: 0.25 , saturation: 0.13 and the lightness value of 7e8e6d is 0.49.

The process color (four color CMYK) of #7e8e6d color hex is 0.11, 0.00, 0.23, 0.44. Web safe color of #7e8e6d is #669966. Color #7e8e6d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111110 10001110 01101101
Octal 176 216 155
Decimal 126 142 109
Hex 7E 8E 6D

RGB Percentages of Color #7e8e6d

%33.42
%37.67
%28.91

CMYK Percentages of Color #7e8e6d

%11
%0
%23
%44

Triadic Colors of #7e8e6d

#7e8e6d #6d7e8e #8e6d7e

Analogous Colors of #7e8e6d

#7e8e6d #6e8e6d #8e8e6d

Monochromatic Colors of #7e8e6d

#7e8e6d

Complementary Color

#7e8e6d #7d6d8e

#7e8e6d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7e8e6d Color Preview on White Background

Lorem ipsum dolor sit amet.

#7e8e6d Color CSS Codes

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

#7e8e6d Text Font Color

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

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


#7e8e6d Background Color

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

This div background color is #7e8e6d


#7e8e6d Border Color

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

This div border color is #7e8e6d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7e8e6d


Comments

No comments written yet.

Please login to write comment.