COLOR #7E9E78

HEX: #7E9E78
RGB: (126,158,120)

Color info

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

RGB color model

#7E9E78 color RGB value is (126,158,120).

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

RGB channels and saturation

R 126 of 255 = 49%
G 158 of 255 = 62%
B 120 of 255 = 47%

126
158
120

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

Portions of RGB colors in percentages

R + G + B =
126 + 158 + 120 = 404 (100%)
R 126 of 404 ~ 31.19%
G 158 of 404 ~ 39.11%
B 120 of 404 ~ 29.7%

%31.19
%39.11
%29.7

CMYK color model

#7E9E78 color CMYK value is (20,0,24,38).

  • cyan value is 20.25%
  • magenta value is 0.00%
  • yellow value is 24.05%
  • key color value is 38.04%
CMYK:
(20,0,24,38)
C20M0Y24K38 
(20%,0%,24%,38%)
(0.20/0.00/0.24/0.38)	

CMYK percentages

%20.25
%0
%24.05
%38.04

Codes

Color #7E9E78 in popluar color models

7E9E78
RGB126158120
HSL111°16.38%54.51%
HSB/HSV111°24.05%61.96%
CMYK20.25%0.00%24.05%
38.04%

Color #7E9E78 in popluar number systems.

HEX7E9E78
Decimal126158120
Binary1111110100111101111000
Octal176236170

Shades and tints

Shades of #7E9E78

#7E9E78
(126,158,120)
#73906E
(115,144,110)
#688264
(104,130,100)
#5D745A
(93,116,90)
#526650
(82,102,80)
#475846
(71,88,70)
#3C4A3C
(60,74,60)
#313C32
(49,60,50)
#262E28
(38,46,40)
#1B201E
(27,32,30)
#101214
(16,18,20)
#000000
(0,0,0)

Tints of #7E9E78

#7E9E78
(126,158,120)
#89A684
(137,166,132)
#94AE90
(148,174,144)
#9FB69C
(159,182,156)
#AABEA8
(170,190,168)
#B5C6B4
(181,198,180)
#C0CEC0
(192,206,192)
#CBD6CC
(203,214,204)
#D6DED8
(214,222,216)
#E1E6E4
(225,230,228)
#ECEEF0
(236,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7E9E78; }

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

This text font color is #7E9E78.


Background Color

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

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

This div background color is #7E9E78.


Border color

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

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

This div border color is #7E9E78.


Opacity

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

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

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

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

This text has shadow with #7E9E78 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E9E78 on black background.


Color preview on white background

This text has color #7E9E78 on white background.



Black color preview on #7E9E78 background

This text has black color on #7E9E78 background.


White color preview on #7E9E78 background

This text has white color on #7E9E78 background.