COLOR #7E897A

HEX: #7E897A
RGB: (126,137,122)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

126
137
122

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

Portions of RGB colors in percentages

R + G + B =
126 + 137 + 122 = 385 (100%)
R 126 of 385 ~ 32.73%
G 137 of 385 ~ 35.58%
B 122 of 385 ~ 31.69%

%32.73
%35.58
%31.69

CMYK color model

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

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

CMYK percentages

%8.03
%0
%10.95
%46.27

Codes

Color #7E897A in popluar color models

7E897A
RGB126137122
HSL104°5.98%50.78%
HSB/HSV104°10.95%53.73%
CMYK8.03%0.00%10.95%
46.27%

Color #7E897A in popluar number systems.

HEX7E897A
Decimal126137122
Binary1111110100010011111010
Octal176211172

Shades and tints

Shades of #7E897A

#7E897A
(126,137,122)
#737D6F
(115,125,111)
#687164
(104,113,100)
#5D6559
(93,101,89)
#52594E
(82,89,78)
#474D43
(71,77,67)
#3C4138
(60,65,56)
#31352D
(49,53,45)
#262922
(38,41,34)
#1B1D17
(27,29,23)
#10110C
(16,17,12)
#000000
(0,0,0)

Tints of #7E897A

#7E897A
(126,137,122)
#899386
(137,147,134)
#949D92
(148,157,146)
#9FA79E
(159,167,158)
#AAB1AA
(170,177,170)
#B5BBB6
(181,187,182)
#C0C5C2
(192,197,194)
#CBCFCE
(203,207,206)
#D6D9DA
(214,217,218)
#E1E3E6
(225,227,230)
#ECEDF2
(236,237,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7E897A; }

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

This text font color is #7E897A.


Background Color

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

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

This div background color is #7E897A.


Border color

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

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

This div border color is #7E897A.


Opacity

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

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

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

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

This text has shadow with #7E897A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E897A on black background.


Color preview on white background

This text has color #7E897A on white background.



Black color preview on #7E897A background

This text has black color on #7E897A background.


White color preview on #7E897A background

This text has white color on #7E897A background.