COLOR #7E9E7C

HEX: #7E9E7C
RGB: (126,158,124)

Color info

#7E9E7C contains red, green and blue colors in about the same proportion. Web safe color of #7E9E7C is #669966 (or #696).

RGB color model

#7E9E7C color RGB value is (126,158,124).

  • red value is 126;
  • green value is 158;
  • blue value is 124.
RGB:
(126,158,124)
(49%,62%,49%)

RGB channels and saturation

R 126 of 255 = 49%
G 158 of 255 = 62%
B 124 of 255 = 49%

126
158
124

R + G + B ~ 53%. #7E9E7C is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
126 + 158 + 124 = 408 (100%)
R 126 of 408 ~ 30.88%
G 158 of 408 ~ 38.73%
B 124 of 408 ~ 30.39%

%30.88
%38.73
%30.39

CMYK color model

#7E9E7C color CMYK value is (20,0,22,38).

  • cyan value is 20.25%
  • magenta value is 0.00%
  • yellow value is 21.52%
  • key color value is 38.04%
CMYK:
(20,0,22,38)
C20M0Y22K38 
(20%,0%,22%,38%)
(0.20/0.00/0.22/0.38)	

CMYK percentages

%20.25
%0
%21.52
%38.04

Codes

Color #7E9E7C in popluar color models

7E9E7C
RGB126158124
HSL116°14.91%55.29%
HSB/HSV116°21.52%61.96%
CMYK20.25%0.00%21.52%
38.04%

Color #7E9E7C in popluar number systems.

HEX7E9E7C
Decimal126158124
Binary1111110100111101111100
Octal176236174

Shades and tints

Shades of #7E9E7C

#7E9E7C
(126,158,124)
#739071
(115,144,113)
#688266
(104,130,102)
#5D745B
(93,116,91)
#526650
(82,102,80)
#475845
(71,88,69)
#3C4A3A
(60,74,58)
#313C2F
(49,60,47)
#262E24
(38,46,36)
#1B2019
(27,32,25)
#10120E
(16,18,14)
#000000
(0,0,0)

Tints of #7E9E7C

#7E9E7C
(126,158,124)
#89A687
(137,166,135)
#94AE92
(148,174,146)
#9FB69D
(159,182,157)
#AABEA8
(170,190,168)
#B5C6B3
(181,198,179)
#C0CEBE
(192,206,190)
#CBD6C9
(203,214,201)
#D6DED4
(214,222,212)
#E1E6DF
(225,230,223)
#ECEEEA
(236,238,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7E9E7C color. Also use rgb(126,158,124) instead hex code.

Text Font Color

.myTextColor { color: #7E9E7C; }

<p style="color:#7E9E7C">This sample text font color is #7E9E7C.</p>

This text font color is #7E9E7C.


Background Color

.myBgColor { background-color: #7E9E7C; }

<div style="background-color:#7E9E7C">Inner text</div>

This div background color is #7E9E7C.


Border color

.myBorderColor { border: 1px solid #7E9E7C; }

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

This div border color is #7E9E7C.


Opacity

.myOpacity80 { color: #7E9E7C; opacity: 0.8; }

<p style="color:#7E9E7C;opacity:0.8;">80%</p>

Text with #7E9E7C color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #7E9E7C;}

<p style="text-shadow: 3px 3px 1px #7E9E7C">Text here.</p>

This text has shadow with #7E9E7C color.

.textShadow {text-shadow: 3px 3px 1px #7E9E7C, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #7E9E7C, 5px 5px 20px red">Text here.</p>

This text has shadow with #7E9E7C primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#7E9E7C, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#7E9E7C, Direction=45, Strength=4)">Text</p>

This text has shadow with #7E9E7C and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #7E9E7C;
  -webkit-box-shadow:	1px 1px 3px 2px #7E9E7C;
  box-shadow:		1px 1px 3px 2px #7E9E7C;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #7E9E7C;
-webkit-box-shadow: 1px 1px 3px 2px #7E9E7C;
box-shadow:1px 1px 3px 2px #7E9E7C;">
Div content here</div>
This div box has shadow with color #7E9E7C.

Preview

Color preview on black background

This text has color #7E9E7C on black background.


Color preview on white background

This text has color #7E9E7C on white background.



Black color preview on #7E9E7C background

This text has black color on #7E9E7C background.


White color preview on #7E9E7C background

This text has white color on #7E9E7C background.