COLOR #7E8857

HEX: #7E8857
RGB: (126,136,87)

Color info

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

RGB color model

#7E8857 color RGB value is (126,136,87).

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

RGB channels and saturation

R 126 of 255 = 49%
G 136 of 255 = 53%
B 87 of 255 = 34%

126
136
87

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

Portions of RGB colors in percentages

R + G + B =
126 + 136 + 87 = 349 (100%)
R 126 of 349 ~ 36.1%
G 136 of 349 ~ 38.97%
B 87 of 349 ~ 24.93%

%36.1
%38.97
%24.93

CMYK color model

#7E8857 color CMYK value is (7,0,36,47).

  • cyan value is 7.35%
  • magenta value is 0.00%
  • yellow value is 36.03%
  • key color value is 46.67%
CMYK:
(7,0,36,47)
C7M0Y36K47 
(7%,0%,36%,47%)
(0.07/0.00/0.36/0.47)	

CMYK percentages

%7.35
%0
%36.03
%46.67

Codes

Color #7E8857 in popluar color models

7E8857
RGB12613687
HSL72°21.97%43.73%
HSB/HSV72°36.03%53.33%
CMYK7.35%0.00%36.03%
46.67%

Color #7E8857 in popluar number systems.

HEX7E8857
Decimal12613687
Binary1111110100010001010111
Octal176210127

Shades and tints

Shades of #7E8857

#7E8857
(126,136,87)
#737C50
(115,124,80)
#687049
(104,112,73)
#5D6442
(93,100,66)
#52583B
(82,88,59)
#474C34
(71,76,52)
#3C402D
(60,64,45)
#313426
(49,52,38)
#26281F
(38,40,31)
#1B1C18
(27,28,24)
#101011
(16,16,17)
#000000
(0,0,0)

Tints of #7E8857

#7E8857
(126,136,87)
#899266
(137,146,102)
#949C75
(148,156,117)
#9FA684
(159,166,132)
#AAB093
(170,176,147)
#B5BAA2
(181,186,162)
#C0C4B1
(192,196,177)
#CBCEC0
(203,206,192)
#D6D8CF
(214,216,207)
#E1E2DE
(225,226,222)
#ECECED
(236,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7E8857; }

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

This text font color is #7E8857.


Background Color

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

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

This div background color is #7E8857.


Border color

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

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

This div border color is #7E8857.


Opacity

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

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

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

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

This text has shadow with #7E8857 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E8857 on black background.


Color preview on white background

This text has color #7E8857 on white background.



Black color preview on #7E8857 background

This text has black color on #7E8857 background.


White color preview on #7E8857 background

This text has white color on #7E8857 background.