COLOR #7E7F8D

HEX: #7E7F8D RGB: (126,127,141)

Color info

#7E7F8D contains red, green and blue colors in about the same proportion. Web safe color of #7E7F8D is #666699 (or #669).

RGB color model

#7E7F8D color RGB value is (126,127,141).

RGB: (126,127,141) (49%, 50%, 55%)

RGB channels and saturation

R 126 of 255 = 49%
G 127 of 255 = 50%
B 141 of 255 = 55%

126
127
141

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

Portions of RGB colors in percentages

R + G + B = 126 + 127 + 141 = 394 (100%)
R 126 of 394 ~ 31.98%
G 127 of 394 ~ 32.23%
B 141 of 394 ~ 35.79'%

%31.98
%32.23
%35.79

CMYK color model

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

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

CMYK: (11,10,0,45)
C11M10Y0K45 (11%, 10%, 0%, 45%)
(0.11 / 0.10 / 0.00 / 0.45)

CMYK percentages

%10.64
%9.93
%0
%44.71

Codes

Color #7E7F8D in popluar color models

7E 7F 8D
RGB 126 127 141
HSL 236° 6.17% 52.35%
HSB/HSV 236° 10.64% 55.29%
CMYK 10.64% 9.93% 0.00%
44.71%

Color #7E7F8D in popluar number systems.

HEX 7E 7F 8D
Decimal 126 127 141
Binary 1111110 1111111 10001101
Octal 176 177 215

Shades and tints

Shades of #7E7F8D

#7E7F8D
(126,127,141)
#737481
(115,116,129)
#686975
(104,105,117)
#5D5E69
(93,94,105)
#52535D
(82,83,93)
#474851
(71,72,81)
#3C3D45
(60,61,69)
#313239
(49,50,57)
#26272D
(38,39,45)
#1B1C21
(27,28,33)
#101115
(16,17,21)
#000000
(0,0,0)

Tints of #7E7F8D

#7E7F8D
(126,127,141)
#898A97
(137,138,151)
#9495A1
(148,149,161)
#9FA0AB
(159,160,171)
#AAABB5
(170,171,181)
#B5B6BF
(181,182,191)
#C0C1C9
(192,193,201)
#CBCCD3
(203,204,211)
#D6D7DD
(214,215,221)
#E1E2E7
(225,226,231)
#ECEDF1
(236,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7E7F8D; }

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

This text font color is #7E7F8D.

Background Color

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

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

This div background color is #7E7F8D.

Border color

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

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

This div border color is #7E7F8D.

Opacity

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

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

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

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

This text has shadow with #7E7F8D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7E7F8D.

Preview

Color preview on black background

This text has color #7E7F8D on black background.


Color preview on white background

This text has color #7E7F8D on white background.


Black color preview on #7E7F8D background

This text has black color on #7E7F8D background.


White color preview on #7E7F8D background

This text has white color on #7E7F8D background.


Related colors

Complementary color

Complementary color for #hex is #818072.


I love getcolorcode.com

Triadic colors

1 #8D7E7F and #7F8D7E with #7E7F8D are triadic colors.

2 #8D7F7E and #7F7E8D with #7E7F8D are triadic colors.