COLOR #7E896E

HEX: #7E896E RGB: (126,137,110)

Color info

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

RGB color model

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

RGB: (126,137,110) (49%, 54%, 43%)

RGB channels and saturation

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

126
137
110

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

Portions of RGB colors in percentages

R + G + B = 126 + 137 + 110 = 373 (100%)
R 126 of 373 ~ 33.78%
G 137 of 373 ~ 36.73%
B 110 of 373 ~ 29.49'%

%33.78
%36.73
%29.49

CMYK color model

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

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

CMYK: (8,0,20,46)
C8M0Y20K46 (8%, 0%, 20%, 46%)
(0.08 / 0.00 / 0.20 / 0.46)

CMYK percentages

%8.03
%0
%19.71
%46.27

Codes

Color #7E896E in popluar color models

7E 89 6E
RGB 126 137 110
HSL 84° 10.93% 48.43%
HSB/HSV 84° 19.71% 53.73%
CMYK 8.03% 0.00% 19.71%
46.27%

Color #7E896E in popluar number systems.

HEX 7E 89 6E
Decimal 126 137 110
Binary 1111110 10001001 1101110
Octal 176 211 156

Shades and tints

Shades of #7E896E

#7E896E
(126,137,110)
#737D64
(115,125,100)
#68715A
(104,113,90)
#5D6550
(93,101,80)
#525946
(82,89,70)
#474D3C
(71,77,60)
#3C4132
(60,65,50)
#313528
(49,53,40)
#26291E
(38,41,30)
#1B1D14
(27,29,20)
#10110A
(16,17,10)
#000000
(0,0,0)

Tints of #7E896E

#7E896E
(126,137,110)
#89937B
(137,147,123)
#949D88
(148,157,136)
#9FA795
(159,167,149)
#AAB1A2
(170,177,162)
#B5BBAF
(181,187,175)
#C0C5BC
(192,197,188)
#CBCFC9
(203,207,201)
#D6D9D6
(214,217,214)
#E1E3E3
(225,227,227)
#ECEDF0
(236,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7E896E; }

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

This text font color is #7E896E.

Background Color

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

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

This div background color is #7E896E.

Border color

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

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

This div border color is #7E896E.

Opacity

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

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

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

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

This text has shadow with #7E896E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7E896E.

Preview

Color preview on black background

This text has color #7E896E on black background.


Color preview on white background

This text has color #7E896E on white background.


Black color preview on #7E896E background

This text has black color on #7E896E background.


White color preview on #7E896E background

This text has white color on #7E896E background.


Related colors

Complementary color

Complementary color for #hex is #817691.


I love getcolorcode.com

Triadic colors

1 #6E7E89 and #896E7E with #7E896E are triadic colors.

2 #6E897E and #897E6E with #7E896E are triadic colors.