COLOR #7E8177

HEX: #7E8177
RGB: (126,129,119)

Color info

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

RGB color model

#7E8177 color RGB value is (126,129,119).

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

RGB channels and saturation

R 126 of 255 = 49%
G 129 of 255 = 51%
B 119 of 255 = 47%

126
129
119

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

Portions of RGB colors in percentages

R + G + B =
126 + 129 + 119 = 374 (100%)
R 126 of 374 ~ 33.69%
G 129 of 374 ~ 34.49%
B 119 of 374 ~ 31.82%

%33.69
%34.49
%31.82

CMYK color model

#7E8177 color CMYK value is (2,0,8,49).

  • cyan value is 2.33%
  • magenta value is 0.00%
  • yellow value is 7.75%
  • key color value is 49.41%
CMYK:
(2,0,8,49)
C2M0Y8K49 
(2%,0%,8%,49%)
(0.02/0.00/0.08/0.49)	

CMYK percentages

%2.33
%0
%7.75
%49.41

Codes

Color #7E8177 in popluar color models

7E8177
RGB126129119
HSL78°4.03%48.63%
HSB/HSV78°7.75%50.59%
CMYK2.33%0.00%7.75%
49.41%

Color #7E8177 in popluar number systems.

HEX7E8177
Decimal126129119
Binary1111110100000011110111
Octal176201167

Shades and tints

Shades of #7E8177

#7E8177
(126,129,119)
#73766D
(115,118,109)
#686B63
(104,107,99)
#5D6059
(93,96,89)
#52554F
(82,85,79)
#474A45
(71,74,69)
#3C3F3B
(60,63,59)
#313431
(49,52,49)
#262927
(38,41,39)
#1B1E1D
(27,30,29)
#101313
(16,19,19)
#000000
(0,0,0)

Tints of #7E8177

#7E8177
(126,129,119)
#898C83
(137,140,131)
#94978F
(148,151,143)
#9FA29B
(159,162,155)
#AAADA7
(170,173,167)
#B5B8B3
(181,184,179)
#C0C3BF
(192,195,191)
#CBCECB
(203,206,203)
#D6D9D7
(214,217,215)
#E1E4E3
(225,228,227)
#ECEFEF
(236,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7E8177; }

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

This text font color is #7E8177.


Background Color

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

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

This div background color is #7E8177.


Border color

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

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

This div border color is #7E8177.


Opacity

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

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

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

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

This text has shadow with #7E8177 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E8177 on black background.


Color preview on white background

This text has color #7E8177 on white background.



Black color preview on #7E8177 background

This text has black color on #7E8177 background.


White color preview on #7E8177 background

This text has white color on #7E8177 background.