COLOR #7E977F

HEX: #7E977F
RGB: (126,151,127)

Color info

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

RGB color model

#7E977F color RGB value is (126,151,127).

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

RGB channels and saturation

R 126 of 255 = 49%
G 151 of 255 = 59%
B 127 of 255 = 50%

126
151
127

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

Portions of RGB colors in percentages

R + G + B =
126 + 151 + 127 = 404 (100%)
R 126 of 404 ~ 31.19%
G 151 of 404 ~ 37.38%
B 127 of 404 ~ 31.44%

%31.19
%37.38
%31.44

CMYK color model

#7E977F color CMYK value is (17,0,16,41).

  • cyan value is 16.56%
  • magenta value is 0.00%
  • yellow value is 15.89%
  • key color value is 40.78%
CMYK:
(17,0,16,41)
C17M0Y16K41 
(17%,0%,16%,41%)
(0.17/0.00/0.16/0.41)	

CMYK percentages

%16.56
%0
%15.89
%40.78

Codes

Color #7E977F in popluar color models

7E977F
RGB126151127
HSL122°10.73%54.31%
HSB/HSV122°16.56%59.22%
CMYK16.56%0.00%15.89%
40.78%

Color #7E977F in popluar number systems.

HEX7E977F
Decimal126151127
Binary1111110100101111111111
Octal176227177

Shades and tints

Shades of #7E977F

#7E977F
(126,151,127)
#738A74
(115,138,116)
#687D69
(104,125,105)
#5D705E
(93,112,94)
#526353
(82,99,83)
#475648
(71,86,72)
#3C493D
(60,73,61)
#313C32
(49,60,50)
#262F27
(38,47,39)
#1B221C
(27,34,28)
#101511
(16,21,17)
#000000
(0,0,0)

Tints of #7E977F

#7E977F
(126,151,127)
#89A08A
(137,160,138)
#94A995
(148,169,149)
#9FB2A0
(159,178,160)
#AABBAB
(170,187,171)
#B5C4B6
(181,196,182)
#C0CDC1
(192,205,193)
#CBD6CC
(203,214,204)
#D6DFD7
(214,223,215)
#E1E8E2
(225,232,226)
#ECF1ED
(236,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7E977F; }

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

This text font color is #7E977F.


Background Color

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

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

This div background color is #7E977F.


Border color

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

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

This div border color is #7E977F.


Opacity

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

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

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

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

This text has shadow with #7E977F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E977F on black background.


Color preview on white background

This text has color #7E977F on white background.



Black color preview on #7E977F background

This text has black color on #7E977F background.


White color preview on #7E977F background

This text has white color on #7E977F background.