COLOR #7E8C82

HEX: #7E8C82 RGB: (126,140,130)

Color info

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

RGB color model

#7E8C82 color RGB value is (126,140,130).

RGB: (126,140,130) (49%, 55%, 51%)

RGB channels and saturation

R 126 of 255 = 49%
G 140 of 255 = 55%
B 130 of 255 = 51%

126
140
130

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

Portions of RGB colors in percentages

R + G + B = 126 + 140 + 130 = 396 (100%)
R 126 of 396 ~ 31.82%
G 140 of 396 ~ 35.35%
B 130 of 396 ~ 32.83'%

%31.82
%35.35
%32.83

CMYK color model

#7E8C82 color CMYK value is (10,0,7,45).

  • cyan value is 10.00%
  • magenta value is 0.00%
  • yellow value is 7.14%
  • key color value is 45.10%

CMYK: (10,0,7,45)
C10M0Y7K45 (10%, 0%, 7%, 45%)
(0.10 / 0.00 / 0.07 / 0.45)

CMYK percentages

%10
%0
%7.14
%45.1

Codes

Color #7E8C82 in popluar color models

7E 8C 82
RGB 126 140 130
HSL 137° 5.74% 52.16%
HSB/HSV 137° 10.00% 54.90%
CMYK 10.00% 0.00% 7.14%
45.10%

Color #7E8C82 in popluar number systems.

HEX 7E 8C 82
Decimal 126 140 130
Binary 1111110 10001100 10000010
Octal 176 214 202

Shades and tints

Shades of #7E8C82

#7E8C82
(126,140,130)
#738077
(115,128,119)
#68746C
(104,116,108)
#5D6861
(93,104,97)
#525C56
(82,92,86)
#47504B
(71,80,75)
#3C4440
(60,68,64)
#313835
(49,56,53)
#262C2A
(38,44,42)
#1B201F
(27,32,31)
#101414
(16,20,20)
#000000
(0,0,0)

Tints of #7E8C82

#7E8C82
(126,140,130)
#89968D
(137,150,141)
#94A098
(148,160,152)
#9FAAA3
(159,170,163)
#AAB4AE
(170,180,174)
#B5BEB9
(181,190,185)
#C0C8C4
(192,200,196)
#CBD2CF
(203,210,207)
#D6DCDA
(214,220,218)
#E1E6E5
(225,230,229)
#ECF0F0
(236,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7E8C82 color. Also use rgb(126,140,130) instead hex code.

Text Font Color

.myTextColor { color: #7E8C82; }

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

This text font color is #7E8C82.

Background Color

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

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

This div background color is #7E8C82.

Border color

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

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

This div border color is #7E8C82.

Opacity

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

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

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

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

This text has shadow with #7E8C82 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7E8C82.

Preview

Color preview on black background

This text has color #7E8C82 on black background.


Color preview on white background

This text has color #7E8C82 on white background.


Black color preview on #7E8C82 background

This text has black color on #7E8C82 background.


White color preview on #7E8C82 background

This text has white color on #7E8C82 background.


Related colors

Complementary color

Complementary color for #hex is #81737D.


I love getcolorcode.com

Triadic colors

1 #827E8C and #8C827E with #7E8C82 are triadic colors.

2 #828C7E and #8C7E82 with #7E8C82 are triadic colors.