COLOR #7E896D

HEX: #7E896D
RGB: (126,137,109)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

126
137
109

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

Portions of RGB colors in percentages

R + G + B =
126 + 137 + 109 = 372 (100%)
R 126 of 372 ~ 33.87%
G 137 of 372 ~ 36.83%
B 109 of 372 ~ 29.3%

%33.87
%36.83
%29.3

CMYK color model

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

  • cyan value is 8.03%
  • magenta value is 0.00%
  • yellow value is 20.44%
  • 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
%20.44
%46.27

Codes

Color #7E896D in popluar color models

7E896D
RGB126137109
HSL84°11.38%48.24%
HSB/HSV84°20.44%53.73%
CMYK8.03%0.00%20.44%
46.27%

Color #7E896D in popluar number systems.

HEX7E896D
Decimal126137109
Binary1111110100010011101101
Octal176211155

Shades and tints

Shades of #7E896D

#7E896D
(126,137,109)
#737D64
(115,125,100)
#68715B
(104,113,91)
#5D6552
(93,101,82)
#525949
(82,89,73)
#474D40
(71,77,64)
#3C4137
(60,65,55)
#31352E
(49,53,46)
#262925
(38,41,37)
#1B1D1C
(27,29,28)
#101113
(16,17,19)
#000000
(0,0,0)

Tints of #7E896D

#7E896D
(126,137,109)
#89937A
(137,147,122)
#949D87
(148,157,135)
#9FA794
(159,167,148)
#AAB1A1
(170,177,161)
#B5BBAE
(181,187,174)
#C0C5BB
(192,197,187)
#CBCFC8
(203,207,200)
#D6D9D5
(214,217,213)
#E1E3E2
(225,227,226)
#ECEDEF
(236,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7E896D; }

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

This text font color is #7E896D.


Background Color

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

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

This div background color is #7E896D.


Border color

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

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

This div border color is #7E896D.


Opacity

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

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

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

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

This text has shadow with #7E896D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E896D on black background.


Color preview on white background

This text has color #7E896D on white background.



Black color preview on #7E896D background

This text has black color on #7E896D background.


White color preview on #7E896D background

This text has white color on #7E896D background.