COLOR #7E777F

HEX: #7E777F
RGB: (126,119,127)

Color info

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

RGB color model

#7E777F color RGB value is (126,119,127).

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

RGB channels and saturation

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

126
119
127

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

Portions of RGB colors in percentages

R + G + B =
126 + 119 + 127 = 372 (100%)
R 126 of 372 ~ 33.87%
G 119 of 372 ~ 31.99%
B 127 of 372 ~ 34.14%

%33.87
%31.99
%34.14

CMYK color model

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

  • cyan value is 0.79%
  • magenta value is 6.30%
  • 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
%6.3
%0
%50.2

Codes

Color #7E777F in popluar color models

7E777F
RGB126119127
HSL293°3.25%48.24%
HSB/HSV293°6.30%49.80%
CMYK0.79%6.30%0.00%
50.20%

Color #7E777F in popluar number systems.

HEX7E777F
Decimal126119127
Binary111111011101111111111
Octal176167177

Shades and tints

Shades of #7E777F

#7E777F
(126,119,127)
#736D74
(115,109,116)
#686369
(104,99,105)
#5D595E
(93,89,94)
#524F53
(82,79,83)
#474548
(71,69,72)
#3C3B3D
(60,59,61)
#313132
(49,49,50)
#262727
(38,39,39)
#1B1D1C
(27,29,28)
#101311
(16,19,17)
#000000
(0,0,0)

Tints of #7E777F

#7E777F
(126,119,127)
#89838A
(137,131,138)
#948F95
(148,143,149)
#9F9BA0
(159,155,160)
#AAA7AB
(170,167,171)
#B5B3B6
(181,179,182)
#C0BFC1
(192,191,193)
#CBCBCC
(203,203,204)
#D6D7D7
(214,215,215)
#E1E3E2
(225,227,226)
#ECEFED
(236,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7E777F; }

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

This text font color is #7E777F.


Background Color

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

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

This div background color is #7E777F.


Border color

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

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

This div border color is #7E777F.


Opacity

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

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

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

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

This text has shadow with #7E777F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E777F on black background.


Color preview on white background

This text has color #7E777F on white background.



Black color preview on #7E777F background

This text has black color on #7E777F background.


White color preview on #7E777F background

This text has white color on #7E777F background.