COLOR #7E8173

HEX: #7E8173 RGB: (126,129,115)

Color info

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

RGB color model

#7E8173 color RGB value is (126,129,115).

RGB: (126,129,115) (49%, 51%, 45%)

RGB channels and saturation

R 126 of 255 = 49%
G 129 of 255 = 51%
B 115 of 255 = 45%

126
129
115

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

Portions of RGB colors in percentages

R + G + B = 126 + 129 + 115 = 370 (100%)
R 126 of 370 ~ 34.05%
G 129 of 370 ~ 34.86%
B 115 of 370 ~ 31.08'%

%34.05
%34.86
%31.08

CMYK color model

#7E8173 color CMYK value is (2,0,11,49).

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

CMYK: (2,0,11,49)
C2M0Y11K49 (2%, 0%, 11%, 49%)
(0.02 / 0.00 / 0.11 / 0.49)

CMYK percentages

%2.33
%0
%10.85
%49.41

Codes

Color #7E8173 in popluar color models

7E 81 73
RGB 126 129 115
HSL 73° 5.74% 47.84%
HSB/HSV 73° 10.85% 50.59%
CMYK 2.33% 0.00% 10.85%
49.41%

Color #7E8173 in popluar number systems.

HEX 7E 81 73
Decimal 126 129 115
Binary 1111110 10000001 1110011
Octal 176 201 163

Shades and tints

Shades of #7E8173

#7E8173
(126,129,115)
#737669
(115,118,105)
#686B5F
(104,107,95)
#5D6055
(93,96,85)
#52554B
(82,85,75)
#474A41
(71,74,65)
#3C3F37
(60,63,55)
#31342D
(49,52,45)
#262923
(38,41,35)
#1B1E19
(27,30,25)
#10130F
(16,19,15)
#000000
(0,0,0)

Tints of #7E8173

#7E8173
(126,129,115)
#898C7F
(137,140,127)
#94978B
(148,151,139)
#9FA297
(159,162,151)
#AAADA3
(170,173,163)
#B5B8AF
(181,184,175)
#C0C3BB
(192,195,187)
#CBCEC7
(203,206,199)
#D6D9D3
(214,217,211)
#E1E4DF
(225,228,223)
#ECEFEB
(236,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7E8173; }

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

This text font color is #7E8173.

Background Color

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

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

This div background color is #7E8173.

Border color

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

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

This div border color is #7E8173.

Opacity

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

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

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

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

This text has shadow with #7E8173 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7E8173.

Preview

Color preview on black background

This text has color #7E8173 on black background.


Color preview on white background

This text has color #7E8173 on white background.


Black color preview on #7E8173 background

This text has black color on #7E8173 background.


White color preview on #7E8173 background

This text has white color on #7E8173 background.


Related colors

Complementary color

Complementary color for #hex is #817E8C.


I love getcolorcode.com

Triadic colors

1 #737E81 and #81737E with #7E8173 are triadic colors.

2 #73817E and #817E73 with #7E8173 are triadic colors.