COLOR #7E807F

HEX: #7E807F RGB: (126,128,127)

Color info

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

RGB color model

#7E807F color RGB value is (126,128,127).

RGB: (126,128,127) (49%, 50%, 50%)

RGB channels and saturation

R 126 of 255 = 49%
G 128 of 255 = 50%
B 127 of 255 = 50%

126
128
127

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

Portions of RGB colors in percentages

R + G + B = 126 + 128 + 127 = 381 (100%)
R 126 of 381 ~ 33.07%
G 128 of 381 ~ 33.6%
B 127 of 381 ~ 33.33'%

%33.07
%33.6
%33.33

CMYK color model

#7E807F color CMYK value is (2,0,1,50).

  • cyan value is 1.56%
  • magenta value is 0.00%
  • yellow value is 0.78%
  • key color value is 49.80%

CMYK: (2,0,1,50)
C2M0Y1K50 (2%, 0%, 1%, 50%)
(0.02 / 0.00 / 0.01 / 0.50)

CMYK percentages

%1.56
%0
%0.78
%49.8

Codes

Color #7E807F in popluar color models

7E 80 7F
RGB 126 128 127
HSL 150° 0.79% 49.80%
HSB/HSV 150° 1.56% 50.20%
CMYK 1.56% 0.00% 0.78%
49.80%

Color #7E807F in popluar number systems.

HEX 7E 80 7F
Decimal 126 128 127
Binary 1111110 10000000 1111111
Octal 176 200 177

Shades and tints

Shades of #7E807F

#7E807F
(126,128,127)
#737574
(115,117,116)
#686A69
(104,106,105)
#5D5F5E
(93,95,94)
#525453
(82,84,83)
#474948
(71,73,72)
#3C3E3D
(60,62,61)
#313332
(49,51,50)
#262827
(38,40,39)
#1B1D1C
(27,29,28)
#101211
(16,18,17)
#000000
(0,0,0)

Tints of #7E807F

#7E807F
(126,128,127)
#898B8A
(137,139,138)
#949695
(148,150,149)
#9FA1A0
(159,161,160)
#AAACAB
(170,172,171)
#B5B7B6
(181,183,182)
#C0C2C1
(192,194,193)
#CBCDCC
(203,205,204)
#D6D8D7
(214,216,215)
#E1E3E2
(225,227,226)
#ECEEED
(236,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7E807F; }

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

This text font color is #7E807F.

Background Color

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

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

This div background color is #7E807F.

Border color

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

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

This div border color is #7E807F.

Opacity

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

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

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

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

This text has shadow with #7E807F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7E807F.

Preview

Color preview on black background

This text has color #7E807F on black background.


Color preview on white background

This text has color #7E807F on white background.


Black color preview on #7E807F background

This text has black color on #7E807F background.


White color preview on #7E807F background

This text has white color on #7E807F background.


Related colors

Complementary color

Complementary color for #hex is #817F80.


I love getcolorcode.com

Triadic colors

1 #7F7E80 and #807F7E with #7E807F are triadic colors.

2 #7F807E and #807E7F with #7E807F are triadic colors.