COLOR #7E9F7F

HEX: #7E9F7F
RGB: (126,159,127)

Color info

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

RGB color model

#7E9F7F color RGB value is (126,159,127).

  • red value is 126;
  • green value is 159;
  • blue value is 127.
RGB:
(126,159,127)
(49%,62%,50%)

RGB channels and saturation

R 126 of 255 = 49%
G 159 of 255 = 62%
B 127 of 255 = 50%

126
159
127

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

Portions of RGB colors in percentages

R + G + B =
126 + 159 + 127 = 412 (100%)
R 126 of 412 ~ 30.58%
G 159 of 412 ~ 38.59%
B 127 of 412 ~ 30.83%

%30.58
%38.59
%30.83

CMYK color model

#7E9F7F color CMYK value is (21,0,20,38).

  • cyan value is 20.75%
  • magenta value is 0.00%
  • yellow value is 20.13%
  • key color value is 37.65%
CMYK:
(21,0,20,38)
C21M0Y20K38 
(21%,0%,20%,38%)
(0.21/0.00/0.20/0.38)	

CMYK percentages

%20.75
%0
%20.13
%37.65

Codes

Color #7E9F7F in popluar color models

7E9F7F
RGB126159127
HSL122°14.67%55.88%
HSB/HSV122°20.75%62.35%
CMYK20.75%0.00%20.13%
37.65%

Color #7E9F7F in popluar number systems.

HEX7E9F7F
Decimal126159127
Binary1111110100111111111111
Octal176237177

Shades and tints

Shades of #7E9F7F

#7E9F7F
(126,159,127)
#739174
(115,145,116)
#688369
(104,131,105)
#5D755E
(93,117,94)
#526753
(82,103,83)
#475948
(71,89,72)
#3C4B3D
(60,75,61)
#313D32
(49,61,50)
#262F27
(38,47,39)
#1B211C
(27,33,28)
#101311
(16,19,17)
#000000
(0,0,0)

Tints of #7E9F7F

#7E9F7F
(126,159,127)
#89A78A
(137,167,138)
#94AF95
(148,175,149)
#9FB7A0
(159,183,160)
#AABFAB
(170,191,171)
#B5C7B6
(181,199,182)
#C0CFC1
(192,207,193)
#CBD7CC
(203,215,204)
#D6DFD7
(214,223,215)
#E1E7E2
(225,231,226)
#ECEFED
(236,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7E9F7F color. Also use rgb(126,159,127) instead hex code.

Text Font Color

.myTextColor { color: #7E9F7F; }

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

This text font color is #7E9F7F.


Background Color

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

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

This div background color is #7E9F7F.


Border color

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

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

This div border color is #7E9F7F.


Opacity

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

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

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

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

This text has shadow with #7E9F7F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E9F7F on black background.


Color preview on white background

This text has color #7E9F7F on white background.



Black color preview on #7E9F7F background

This text has black color on #7E9F7F background.


White color preview on #7E9F7F background

This text has white color on #7E9F7F background.