COLOR #7E896A

HEX: #7E896A RGB: (126,137,106)

Color info

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

RGB color model

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

RGB: (126,137,106) (49%, 54%, 42%)

RGB channels and saturation

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

126
137
106

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

Portions of RGB colors in percentages

R + G + B = 126 + 137 + 106 = 369 (100%)
R 126 of 369 ~ 34.15%
G 137 of 369 ~ 37.13%
B 106 of 369 ~ 28.73'%

%34.15
%37.13
%28.73

CMYK color model

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

  • cyan value is 8.03%
  • magenta value is 0.00%
  • yellow value is 22.63%
  • key color value is 46.27%

CMYK: (8,0,23,46)
C8M0Y23K46 (8%, 0%, 23%, 46%)
(0.08 / 0.00 / 0.23 / 0.46)

CMYK percentages

%8.03
%0
%22.63
%46.27

Codes

Color #7E896A in popluar color models

7E 89 6A
RGB 126 137 106
HSL 81° 12.76% 47.65%
HSB/HSV 81° 22.63% 53.73%
CMYK 8.03% 0.00% 22.63%
46.27%

Color #7E896A in popluar number systems.

HEX 7E 89 6A
Decimal 126 137 106
Binary 1111110 10001001 1101010
Octal 176 211 152

Shades and tints

Shades of #7E896A

#7E896A
(126,137,106)
#737D61
(115,125,97)
#687158
(104,113,88)
#5D654F
(93,101,79)
#525946
(82,89,70)
#474D3D
(71,77,61)
#3C4134
(60,65,52)
#31352B
(49,53,43)
#262922
(38,41,34)
#1B1D19
(27,29,25)
#101110
(16,17,16)
#000000
(0,0,0)

Tints of #7E896A

#7E896A
(126,137,106)
#899377
(137,147,119)
#949D84
(148,157,132)
#9FA791
(159,167,145)
#AAB19E
(170,177,158)
#B5BBAB
(181,187,171)
#C0C5B8
(192,197,184)
#CBCFC5
(203,207,197)
#D6D9D2
(214,217,210)
#E1E3DF
(225,227,223)
#ECEDEC
(236,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7E896A; }

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

This text font color is #7E896A.

Background Color

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

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

This div background color is #7E896A.

Border color

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

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

This div border color is #7E896A.

Opacity

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

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

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

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

This text has shadow with #7E896A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7E896A.

Preview

Color preview on black background

This text has color #7E896A on black background.


Color preview on white background

This text has color #7E896A on white background.


Black color preview on #7E896A background

This text has black color on #7E896A background.


White color preview on #7E896A background

This text has white color on #7E896A background.


Related colors

Complementary color

Complementary color for #hex is #817695.


I love getcolorcode.com

Triadic colors

1 #6A7E89 and #896A7E with #7E896A are triadic colors.

2 #6A897E and #897E6A with #7E896A are triadic colors.