COLOR #7E8F82

HEX: #7E8F82 RGB: (126,143,130)

Color info

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

RGB color model

#7E8F82 color RGB value is (126,143,130).

RGB: (126,143,130) (49%, 56%, 51%)

RGB channels and saturation

R 126 of 255 = 49%
G 143 of 255 = 56%
B 130 of 255 = 51%

126
143
130

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

Portions of RGB colors in percentages

R + G + B = 126 + 143 + 130 = 399 (100%)
R 126 of 399 ~ 31.58%
G 143 of 399 ~ 35.84%
B 130 of 399 ~ 32.58'%

%31.58
%35.84
%32.58

CMYK color model

#7E8F82 color CMYK value is (12,0,9,44).

  • cyan value is 11.89%
  • magenta value is 0.00%
  • yellow value is 9.09%
  • key color value is 43.92%

CMYK: (12,0,9,44)
C12M0Y9K44 (12%, 0%, 9%, 44%)
(0.12 / 0.00 / 0.09 / 0.44)

CMYK percentages

%11.89
%0
%9.09
%43.92

Codes

Color #7E8F82 in popluar color models

7E 8F 82
RGB 126 143 130
HSL 134° 7.05% 52.75%
HSB/HSV 134° 11.89% 56.08%
CMYK 11.89% 0.00% 9.09%
43.92%

Color #7E8F82 in popluar number systems.

HEX 7E 8F 82
Decimal 126 143 130
Binary 1111110 10001111 10000010
Octal 176 217 202

Shades and tints

Shades of #7E8F82

#7E8F82
(126,143,130)
#738277
(115,130,119)
#68756C
(104,117,108)
#5D6861
(93,104,97)
#525B56
(82,91,86)
#474E4B
(71,78,75)
#3C4140
(60,65,64)
#313435
(49,52,53)
#26272A
(38,39,42)
#1B1A1F
(27,26,31)
#100D14
(16,13,20)
#000000
(0,0,0)

Tints of #7E8F82

#7E8F82
(126,143,130)
#89998D
(137,153,141)
#94A398
(148,163,152)
#9FADA3
(159,173,163)
#AAB7AE
(170,183,174)
#B5C1B9
(181,193,185)
#C0CBC4
(192,203,196)
#CBD5CF
(203,213,207)
#D6DFDA
(214,223,218)
#E1E9E5
(225,233,229)
#ECF3F0
(236,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7E8F82; }

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

This text font color is #7E8F82.

Background Color

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

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

This div background color is #7E8F82.

Border color

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

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

This div border color is #7E8F82.

Opacity

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

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

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

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

This text has shadow with #7E8F82 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7E8F82.

Preview

Color preview on black background

This text has color #7E8F82 on black background.


Color preview on white background

This text has color #7E8F82 on white background.


Black color preview on #7E8F82 background

This text has black color on #7E8F82 background.


White color preview on #7E8F82 background

This text has white color on #7E8F82 background.


Related colors

Complementary color

Complementary color for #hex is #81707D.


I love getcolorcode.com

Triadic colors

1 #827E8F and #8F827E with #7E8F82 are triadic colors.

2 #828F7E and #8F7E82 with #7E8F82 are triadic colors.