COLOR #7E8A8D

HEX: #7E8A8D RGB: (126,138,141)

Color info

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

RGB color model

#7E8A8D color RGB value is (126,138,141).

RGB: (126,138,141) (49%, 54%, 55%)

RGB channels and saturation

R 126 of 255 = 49%
G 138 of 255 = 54%
B 141 of 255 = 55%

126
138
141

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

Portions of RGB colors in percentages

R + G + B = 126 + 138 + 141 = 405 (100%)
R 126 of 405 ~ 31.11%
G 138 of 405 ~ 34.07%
B 141 of 405 ~ 34.81'%

%31.11
%34.07
%34.81

CMYK color model

#7E8A8D color CMYK value is (11,2,0,45).

  • cyan value is 10.64%
  • magenta value is 2.13%
  • yellow value is 0.00%
  • key color value is 44.71%

CMYK: (11,2,0,45)
C11M2Y0K45 (11%, 2%, 0%, 45%)
(0.11 / 0.02 / 0.00 / 0.45)

CMYK percentages

%10.64
%2.13
%0
%44.71

Codes

Color #7E8A8D in popluar color models

7E 8A 8D
RGB 126 138 141
HSL 192° 6.17% 52.35%
HSB/HSV 192° 10.64% 55.29%
CMYK 10.64% 2.13% 0.00%
44.71%

Color #7E8A8D in popluar number systems.

HEX 7E 8A 8D
Decimal 126 138 141
Binary 1111110 10001010 10001101
Octal 176 212 215

Shades and tints

Shades of #7E8A8D

#7E8A8D
(126,138,141)
#737E81
(115,126,129)
#687275
(104,114,117)
#5D6669
(93,102,105)
#525A5D
(82,90,93)
#474E51
(71,78,81)
#3C4245
(60,66,69)
#313639
(49,54,57)
#262A2D
(38,42,45)
#1B1E21
(27,30,33)
#101215
(16,18,21)
#000000
(0,0,0)

Tints of #7E8A8D

#7E8A8D
(126,138,141)
#899497
(137,148,151)
#949EA1
(148,158,161)
#9FA8AB
(159,168,171)
#AAB2B5
(170,178,181)
#B5BCBF
(181,188,191)
#C0C6C9
(192,198,201)
#CBD0D3
(203,208,211)
#D6DADD
(214,218,221)
#E1E4E7
(225,228,231)
#ECEEF1
(236,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7E8A8D color. Also use rgb(126,138,141) instead hex code.

Text Font Color

.myTextColor { color: #7E8A8D; }

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

This text font color is #7E8A8D.

Background Color

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

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

This div background color is #7E8A8D.

Border color

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

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

This div border color is #7E8A8D.

Opacity

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

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

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

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

This text has shadow with #7E8A8D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7E8A8D.

Preview

Color preview on black background

This text has color #7E8A8D on black background.


Color preview on white background

This text has color #7E8A8D on white background.


Black color preview on #7E8A8D background

This text has black color on #7E8A8D background.


White color preview on #7E8A8D background

This text has white color on #7E8A8D background.


Related colors

Complementary color

Complementary color for #hex is #817572.


I love getcolorcode.com

Triadic colors

1 #8D7E8A and #8A8D7E with #7E8A8D are triadic colors.

2 #8D8A7E and #8A7E8D with #7E8A8D are triadic colors.