COLOR #7E9E80

HEX: #7E9E80 RGB: (126,158,128)

Color info

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

RGB color model

#7E9E80 color RGB value is (126,158,128).

RGB: (126,158,128) (49%, 62%, 50%)

RGB channels and saturation

R 126 of 255 = 49%
G 158 of 255 = 62%
B 128 of 255 = 50%

126
158
128

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

Portions of RGB colors in percentages

R + G + B = 126 + 158 + 128 = 412 (100%)
R 126 of 412 ~ 30.58%
G 158 of 412 ~ 38.35%
B 128 of 412 ~ 31.07'%

%30.58
%38.35
%31.07

CMYK color model

#7E9E80 color CMYK value is (20,0,19,38).

  • cyan value is 20.25%
  • magenta value is 0.00%
  • yellow value is 18.99%
  • key color value is 38.04%

CMYK: (20,0,19,38)
C20M0Y19K38 (20%, 0%, 19%, 38%)
(0.20 / 0.00 / 0.19 / 0.38)

CMYK percentages

%20.25
%0
%18.99
%38.04

Codes

Color #7E9E80 in popluar color models

7E 9E 80
RGB 126 158 128
HSL 124° 14.16% 55.69%
HSB/HSV 124° 20.25% 61.96%
CMYK 20.25% 0.00% 18.99%
38.04%

Color #7E9E80 in popluar number systems.

HEX 7E 9E 80
Decimal 126 158 128
Binary 1111110 10011110 10000000
Octal 176 236 200

Shades and tints

Shades of #7E9E80

#7E9E80
(126,158,128)
#739075
(115,144,117)
#68826A
(104,130,106)
#5D745F
(93,116,95)
#526654
(82,102,84)
#475849
(71,88,73)
#3C4A3E
(60,74,62)
#313C33
(49,60,51)
#262E28
(38,46,40)
#1B201D
(27,32,29)
#101212
(16,18,18)
#000000
(0,0,0)

Tints of #7E9E80

#7E9E80
(126,158,128)
#89A68B
(137,166,139)
#94AE96
(148,174,150)
#9FB6A1
(159,182,161)
#AABEAC
(170,190,172)
#B5C6B7
(181,198,183)
#C0CEC2
(192,206,194)
#CBD6CD
(203,214,205)
#D6DED8
(214,222,216)
#E1E6E3
(225,230,227)
#ECEEEE
(236,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7E9E80; }

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

This text font color is #7E9E80.

Background Color

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

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

This div background color is #7E9E80.

Border color

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

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

This div border color is #7E9E80.

Opacity

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

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

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

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

This text has shadow with #7E9E80 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7E9E80.

Preview

Color preview on black background

This text has color #7E9E80 on black background.


Color preview on white background

This text has color #7E9E80 on white background.


Black color preview on #7E9E80 background

This text has black color on #7E9E80 background.


White color preview on #7E9E80 background

This text has white color on #7E9E80 background.


Related colors

Complementary color

Complementary color for #hex is #81617F.


I love getcolorcode.com

Triadic colors

1 #807E9E and #9E807E with #7E9E80 are triadic colors.

2 #809E7E and #9E7E80 with #7E9E80 are triadic colors.