COLOR #7E8870

HEX: #7E8870
RGB: (126,136,112)

Color info

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

RGB color model

#7E8870 color RGB value is (126,136,112).

  • red value is 126;
  • green value is 136;
  • blue value is 112.
RGB:
(126,136,112)
(49%,53%,44%)

RGB channels and saturation

R 126 of 255 = 49%
G 136 of 255 = 53%
B 112 of 255 = 44%

126
136
112

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

Portions of RGB colors in percentages

R + G + B =
126 + 136 + 112 = 374 (100%)
R 126 of 374 ~ 33.69%
G 136 of 374 ~ 36.36%
B 112 of 374 ~ 29.95%

%33.69
%36.36
%29.95

CMYK color model

#7E8870 color CMYK value is (7,0,18,47).

  • cyan value is 7.35%
  • magenta value is 0.00%
  • yellow value is 17.65%
  • key color value is 46.67%
CMYK:
(7,0,18,47)
C7M0Y18K47 
(7%,0%,18%,47%)
(0.07/0.00/0.18/0.47)	

CMYK percentages

%7.35
%0
%17.65
%46.67

Codes

Color #7E8870 in popluar color models

7E8870
RGB126136112
HSL85°9.68%48.63%
HSB/HSV85°17.65%53.33%
CMYK7.35%0.00%17.65%
46.67%

Color #7E8870 in popluar number systems.

HEX7E8870
Decimal126136112
Binary1111110100010001110000
Octal176210160

Shades and tints

Shades of #7E8870

#7E8870
(126,136,112)
#737C66
(115,124,102)
#68705C
(104,112,92)
#5D6452
(93,100,82)
#525848
(82,88,72)
#474C3E
(71,76,62)
#3C4034
(60,64,52)
#31342A
(49,52,42)
#262820
(38,40,32)
#1B1C16
(27,28,22)
#10100C
(16,16,12)
#000000
(0,0,0)

Tints of #7E8870

#7E8870
(126,136,112)
#89927D
(137,146,125)
#949C8A
(148,156,138)
#9FA697
(159,166,151)
#AAB0A4
(170,176,164)
#B5BAB1
(181,186,177)
#C0C4BE
(192,196,190)
#CBCECB
(203,206,203)
#D6D8D8
(214,216,216)
#E1E2E5
(225,226,229)
#ECECF2
(236,236,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7E8870; }

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

This text font color is #7E8870.


Background Color

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

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

This div background color is #7E8870.


Border color

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

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

This div border color is #7E8870.


Opacity

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

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

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

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

This text has shadow with #7E8870 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E8870 on black background.


Color preview on white background

This text has color #7E8870 on white background.



Black color preview on #7E8870 background

This text has black color on #7E8870 background.


White color preview on #7E8870 background

This text has white color on #7E8870 background.