COLOR #7E9D7B

HEX: #7E9D7B
RGB: (126,157,123)

Color info

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

RGB color model

#7E9D7B color RGB value is (126,157,123).

  • red value is 126;
  • green value is 157;
  • blue value is 123.
RGB:
(126,157,123)
(49%,62%,48%)

RGB channels and saturation

R 126 of 255 = 49%
G 157 of 255 = 62%
B 123 of 255 = 48%

126
157
123

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

Portions of RGB colors in percentages

R + G + B =
126 + 157 + 123 = 406 (100%)
R 126 of 406 ~ 31.03%
G 157 of 406 ~ 38.67%
B 123 of 406 ~ 30.3%

%31.03
%38.67
%30.3

CMYK color model

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

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

CMYK percentages

%19.75
%0
%21.66
%38.43

Codes

Color #7E9D7B in popluar color models

7E9D7B
RGB126157123
HSL115°14.78%54.90%
HSB/HSV115°21.66%61.57%
CMYK19.75%0.00%21.66%
38.43%

Color #7E9D7B in popluar number systems.

HEX7E9D7B
Decimal126157123
Binary1111110100111011111011
Octal176235173

Shades and tints

Shades of #7E9D7B

#7E9D7B
(126,157,123)
#738F70
(115,143,112)
#688165
(104,129,101)
#5D735A
(93,115,90)
#52654F
(82,101,79)
#475744
(71,87,68)
#3C4939
(60,73,57)
#313B2E
(49,59,46)
#262D23
(38,45,35)
#1B1F18
(27,31,24)
#10110D
(16,17,13)
#000000
(0,0,0)

Tints of #7E9D7B

#7E9D7B
(126,157,123)
#89A587
(137,165,135)
#94AD93
(148,173,147)
#9FB59F
(159,181,159)
#AABDAB
(170,189,171)
#B5C5B7
(181,197,183)
#C0CDC3
(192,205,195)
#CBD5CF
(203,213,207)
#D6DDDB
(214,221,219)
#E1E5E7
(225,229,231)
#ECEDF3
(236,237,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7E9D7B color. Also use rgb(126,157,123) instead hex code.

Text Font Color

.myTextColor { color: #7E9D7B; }

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

This text font color is #7E9D7B.


Background Color

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

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

This div background color is #7E9D7B.


Border color

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

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

This div border color is #7E9D7B.


Opacity

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

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

Text with #7E9D7B 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 #7E9D7B;}

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

This text has shadow with #7E9D7B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E9D7B on black background.


Color preview on white background

This text has color #7E9D7B on white background.



Black color preview on #7E9D7B background

This text has black color on #7E9D7B background.


White color preview on #7E9D7B background

This text has white color on #7E9D7B background.