COLOR #7E787F

HEX: #7E787F
RGB: (126,120,127)

Color info

#7E787F contains red, green and blue colors in about the same proportion. Web safe color of #7E787F is #666666 (or #666).

RGB color model

#7E787F color RGB value is (126,120,127).

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

RGB channels and saturation

R 126 of 255 = 49%
G 120 of 255 = 47%
B 127 of 255 = 50%

126
120
127

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

Portions of RGB colors in percentages

R + G + B =
126 + 120 + 127 = 373 (100%)
R 126 of 373 ~ 33.78%
G 120 of 373 ~ 32.17%
B 127 of 373 ~ 34.05%

%33.78
%32.17
%34.05

CMYK color model

#7E787F color CMYK value is (1,6,0,50).

  • cyan value is 0.79%
  • magenta value is 5.51%
  • yellow value is 0.00%
  • key color value is 50.20%
CMYK:
(1,6,0,50)
C1M6Y0K50 
(1%,6%,0%,50%)
(0.01/0.06/0.00/0.50)	

CMYK percentages

%0.79
%5.51
%0
%50.2

Codes

Color #7E787F in popluar color models

7E787F
RGB126120127
HSL291°2.83%48.43%
HSB/HSV291°5.51%49.80%
CMYK0.79%5.51%0.00%
50.20%

Color #7E787F in popluar number systems.

HEX7E787F
Decimal126120127
Binary111111011110001111111
Octal176170177

Shades and tints

Shades of #7E787F

#7E787F
(126,120,127)
#736E74
(115,110,116)
#686469
(104,100,105)
#5D5A5E
(93,90,94)
#525053
(82,80,83)
#474648
(71,70,72)
#3C3C3D
(60,60,61)
#313232
(49,50,50)
#262827
(38,40,39)
#1B1E1C
(27,30,28)
#101411
(16,20,17)
#000000
(0,0,0)

Tints of #7E787F

#7E787F
(126,120,127)
#89848A
(137,132,138)
#949095
(148,144,149)
#9F9CA0
(159,156,160)
#AAA8AB
(170,168,171)
#B5B4B6
(181,180,182)
#C0C0C1
(192,192,193)
#CBCCCC
(203,204,204)
#D6D8D7
(214,216,215)
#E1E4E2
(225,228,226)
#ECF0ED
(236,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7E787F; }

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

This text font color is #7E787F.


Background Color

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

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

This div background color is #7E787F.


Border color

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

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

This div border color is #7E787F.


Opacity

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

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

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

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

This text has shadow with #7E787F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E787F on black background.


Color preview on white background

This text has color #7E787F on white background.



Black color preview on #7E787F background

This text has black color on #7E787F background.


White color preview on #7E787F background

This text has white color on #7E787F background.