COLOR #7E8171

HEX: #7E8171 RGB: (126,129,113)

Color info

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

RGB color model

#7E8171 color RGB value is (126,129,113).

RGB: (126,129,113) (49%, 51%, 44%)

RGB channels and saturation

R 126 of 255 = 49%
G 129 of 255 = 51%
B 113 of 255 = 44%

126
129
113

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

Portions of RGB colors in percentages

R + G + B = 126 + 129 + 113 = 368 (100%)
R 126 of 368 ~ 34.24%
G 129 of 368 ~ 35.05%
B 113 of 368 ~ 30.71'%

%34.24
%35.05
%30.71

CMYK color model

#7E8171 color CMYK value is (2,0,12,49).

  • cyan value is 2.33%
  • magenta value is 0.00%
  • yellow value is 12.40%
  • key color value is 49.41%

CMYK: (2,0,12,49)
C2M0Y12K49 (2%, 0%, 12%, 49%)
(0.02 / 0.00 / 0.12 / 0.49)

CMYK percentages

%2.33
%0
%12.4
%49.41

Codes

Color #7E8171 in popluar color models

7E 81 71
RGB 126 129 113
HSL 71° 6.61% 47.45%
HSB/HSV 71° 12.40% 50.59%
CMYK 2.33% 0.00% 12.40%
49.41%

Color #7E8171 in popluar number systems.

HEX 7E 81 71
Decimal 126 129 113
Binary 1111110 10000001 1110001
Octal 176 201 161

Shades and tints

Shades of #7E8171

#7E8171
(126,129,113)
#737667
(115,118,103)
#686B5D
(104,107,93)
#5D6053
(93,96,83)
#525549
(82,85,73)
#474A3F
(71,74,63)
#3C3F35
(60,63,53)
#31342B
(49,52,43)
#262921
(38,41,33)
#1B1E17
(27,30,23)
#10130D
(16,19,13)
#000000
(0,0,0)

Tints of #7E8171

#7E8171
(126,129,113)
#898C7D
(137,140,125)
#949789
(148,151,137)
#9FA295
(159,162,149)
#AAADA1
(170,173,161)
#B5B8AD
(181,184,173)
#C0C3B9
(192,195,185)
#CBCEC5
(203,206,197)
#D6D9D1
(214,217,209)
#E1E4DD
(225,228,221)
#ECEFE9
(236,239,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7E8171; }

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

This text font color is #7E8171.

Background Color

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

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

This div background color is #7E8171.

Border color

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

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

This div border color is #7E8171.

Opacity

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

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

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

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

This text has shadow with #7E8171 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7E8171.

Preview

Color preview on black background

This text has color #7E8171 on black background.


Color preview on white background

This text has color #7E8171 on white background.


Black color preview on #7E8171 background

This text has black color on #7E8171 background.


White color preview on #7E8171 background

This text has white color on #7E8171 background.


Related colors

Complementary color

Complementary color for #hex is #817E8E.


I love getcolorcode.com

Triadic colors

1 #717E81 and #81717E with #7E8171 are triadic colors.

2 #71817E and #817E71 with #7E8171 are triadic colors.