COLOR #7E897E

HEX: #7E897E
RGB: (126,137,126)

Color info

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

RGB color model

#7E897E color RGB value is (126,137,126).

  • red value is 126;
  • green value is 137;
  • blue value is 126.
RGB:
(126,137,126)
(49%,54%,49%)

RGB channels and saturation

R 126 of 255 = 49%
G 137 of 255 = 54%
B 126 of 255 = 49%

126
137
126

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

Portions of RGB colors in percentages

R + G + B =
126 + 137 + 126 = 389 (100%)
R 126 of 389 ~ 32.39%
G 137 of 389 ~ 35.22%
B 126 of 389 ~ 32.39%

%32.39
%35.22
%32.39

CMYK color model

#7E897E color CMYK value is (8,0,8,46).

  • cyan value is 8.03%
  • magenta value is 0.00%
  • yellow value is 8.03%
  • key color value is 46.27%
CMYK:
(8,0,8,46)
C8M0Y8K46 
(8%,0%,8%,46%)
(0.08/0.00/0.08/0.46)	

CMYK percentages

%8.03
%0
%8.03
%46.27

Codes

Color #7E897E in popluar color models

7E897E
RGB126137126
HSL120°4.45%51.57%
HSB/HSV120°8.03%53.73%
CMYK8.03%0.00%8.03%
46.27%

Color #7E897E in popluar number systems.

HEX7E897E
Decimal126137126
Binary1111110100010011111110
Octal176211176

Shades and tints

Shades of #7E897E

#7E897E
(126,137,126)
#737D73
(115,125,115)
#687168
(104,113,104)
#5D655D
(93,101,93)
#525952
(82,89,82)
#474D47
(71,77,71)
#3C413C
(60,65,60)
#313531
(49,53,49)
#262926
(38,41,38)
#1B1D1B
(27,29,27)
#101110
(16,17,16)
#000000
(0,0,0)

Tints of #7E897E

#7E897E
(126,137,126)
#899389
(137,147,137)
#949D94
(148,157,148)
#9FA79F
(159,167,159)
#AAB1AA
(170,177,170)
#B5BBB5
(181,187,181)
#C0C5C0
(192,197,192)
#CBCFCB
(203,207,203)
#D6D9D6
(214,217,214)
#E1E3E1
(225,227,225)
#ECEDEC
(236,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7E897E; }

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

This text font color is #7E897E.


Background Color

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

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

This div background color is #7E897E.


Border color

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

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

This div border color is #7E897E.


Opacity

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

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

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

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

This text has shadow with #7E897E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E897E on black background.


Color preview on white background

This text has color #7E897E on white background.



Black color preview on #7E897E background

This text has black color on #7E897E background.


White color preview on #7E897E background

This text has white color on #7E897E background.