COLOR #7E8D81

HEX: #7E8D81
RGB: (126,141,129)

Color info

#7E8D81 contains red, green and blue colors in about the same proportion. Web safe color of #7E8D81 is #669999 (or #699).

RGB color model

#7E8D81 color RGB value is (126,141,129).

  • red value is 126;
  • green value is 141;
  • blue value is 129.
RGB:
(126,141,129)
(49%,55%,51%)

RGB channels and saturation

R 126 of 255 = 49%
G 141 of 255 = 55%
B 129 of 255 = 51%

126
141
129

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

Portions of RGB colors in percentages

R + G + B =
126 + 141 + 129 = 396 (100%)
R 126 of 396 ~ 31.82%
G 141 of 396 ~ 35.61%
B 129 of 396 ~ 32.58%

%31.82
%35.61
%32.58

CMYK color model

#7E8D81 color CMYK value is (11,0,9,45).

  • cyan value is 10.64%
  • magenta value is 0.00%
  • yellow value is 8.51%
  • key color value is 44.71%
CMYK:
(11,0,9,45)
C11M0Y9K45 
(11%,0%,9%,45%)
(0.11/0.00/0.09/0.45)	

CMYK percentages

%10.64
%0
%8.51
%44.71

Codes

Color #7E8D81 in popluar color models

7E8D81
RGB126141129
HSL132°6.17%52.35%
HSB/HSV132°10.64%55.29%
CMYK10.64%0.00%8.51%
44.71%

Color #7E8D81 in popluar number systems.

HEX7E8D81
Decimal126141129
Binary11111101000110110000001
Octal176215201

Shades and tints

Shades of #7E8D81

#7E8D81
(126,141,129)
#738176
(115,129,118)
#68756B
(104,117,107)
#5D6960
(93,105,96)
#525D55
(82,93,85)
#47514A
(71,81,74)
#3C453F
(60,69,63)
#313934
(49,57,52)
#262D29
(38,45,41)
#1B211E
(27,33,30)
#101513
(16,21,19)
#000000
(0,0,0)

Tints of #7E8D81

#7E8D81
(126,141,129)
#89978C
(137,151,140)
#94A197
(148,161,151)
#9FABA2
(159,171,162)
#AAB5AD
(170,181,173)
#B5BFB8
(181,191,184)
#C0C9C3
(192,201,195)
#CBD3CE
(203,211,206)
#D6DDD9
(214,221,217)
#E1E7E4
(225,231,228)
#ECF1EF
(236,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7E8D81 color. Also use rgb(126,141,129) instead hex code.

Text Font Color

.myTextColor { color: #7E8D81; }

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

This text font color is #7E8D81.


Background Color

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

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

This div background color is #7E8D81.


Border color

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

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

This div border color is #7E8D81.


Opacity

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

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

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

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

This text has shadow with #7E8D81 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E8D81 on black background.


Color preview on white background

This text has color #7E8D81 on white background.



Black color preview on #7E8D81 background

This text has black color on #7E8D81 background.


White color preview on #7E8D81 background

This text has white color on #7E8D81 background.