COLOR #7E7F8B

HEX: #7E7F8B
RGB: (126,127,139)

Color info

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

RGB color model

#7E7F8B color RGB value is (126,127,139).

  • red value is 126;
  • green value is 127;
  • blue value is 139.
RGB:
(126,127,139)
(49%,50%,55%)

RGB channels and saturation

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

126
127
139

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

Portions of RGB colors in percentages

R + G + B =
126 + 127 + 139 = 392 (100%)
R 126 of 392 ~ 32.14%
G 127 of 392 ~ 32.4%
B 139 of 392 ~ 35.46%

%32.14
%32.4
%35.46

CMYK color model

#7E7F8B color CMYK value is (9,9,0,45).

  • cyan value is 9.35%
  • magenta value is 8.63%
  • yellow value is 0.00%
  • key color value is 45.49%
CMYK:
(9,9,0,45)
C9M9Y0K45 
(9%,9%,0%,45%)
(0.09/0.09/0.00/0.45)	

CMYK percentages

%9.35
%8.63
%0
%45.49

Codes

Color #7E7F8B in popluar color models

7E7F8B
RGB126127139
HSL235°5.31%51.96%
HSB/HSV235°9.35%54.51%
CMYK9.35%8.63%0.00%
45.49%

Color #7E7F8B in popluar number systems.

HEX7E7F8B
Decimal126127139
Binary1111110111111110001011
Octal176177213

Shades and tints

Shades of #7E7F8B

#7E7F8B
(126,127,139)
#73747F
(115,116,127)
#686973
(104,105,115)
#5D5E67
(93,94,103)
#52535B
(82,83,91)
#47484F
(71,72,79)
#3C3D43
(60,61,67)
#313237
(49,50,55)
#26272B
(38,39,43)
#1B1C1F
(27,28,31)
#101113
(16,17,19)
#000000
(0,0,0)

Tints of #7E7F8B

#7E7F8B
(126,127,139)
#898A95
(137,138,149)
#94959F
(148,149,159)
#9FA0A9
(159,160,169)
#AAABB3
(170,171,179)
#B5B6BD
(181,182,189)
#C0C1C7
(192,193,199)
#CBCCD1
(203,204,209)
#D6D7DB
(214,215,219)
#E1E2E5
(225,226,229)
#ECEDEF
(236,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7E7F8B; }

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

This text font color is #7E7F8B.


Background Color

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

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

This div background color is #7E7F8B.


Border color

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

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

This div border color is #7E7F8B.


Opacity

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

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

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

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

This text has shadow with #7E7F8B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E7F8B on black background.


Color preview on white background

This text has color #7E7F8B on white background.



Black color preview on #7E7F8B background

This text has black color on #7E7F8B background.


White color preview on #7E7F8B background

This text has white color on #7E7F8B background.