COLOR #7E807D

HEX: #7E807D
RGB: (126,128,125)

Color info

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

RGB color model

#7E807D color RGB value is (126,128,125).

  • red value is 126;
  • green value is 128;
  • blue value is 125.
RGB:
(126,128,125)
(49%,50%,49%)

RGB channels and saturation

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

126
128
125

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

Portions of RGB colors in percentages

R + G + B =
126 + 128 + 125 = 379 (100%)
R 126 of 379 ~ 33.25%
G 128 of 379 ~ 33.77%
B 125 of 379 ~ 32.98%

%33.25
%33.77
%32.98

CMYK color model

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

  • cyan value is 1.56%
  • magenta value is 0.00%
  • yellow value is 2.34%
  • key color value is 49.80%
CMYK:
(2,0,2,50)
C2M0Y2K50 
(2%,0%,2%,50%)
(0.02/0.00/0.02/0.50)	

CMYK percentages

%1.56
%0
%2.34
%49.8

Codes

Color #7E807D in popluar color models

7E807D
RGB126128125
HSL100°1.19%49.61%
HSB/HSV100°2.34%50.20%
CMYK1.56%0.00%2.34%
49.80%

Color #7E807D in popluar number systems.

HEX7E807D
Decimal126128125
Binary1111110100000001111101
Octal176200175

Shades and tints

Shades of #7E807D

#7E807D
(126,128,125)
#737572
(115,117,114)
#686A67
(104,106,103)
#5D5F5C
(93,95,92)
#525451
(82,84,81)
#474946
(71,73,70)
#3C3E3B
(60,62,59)
#313330
(49,51,48)
#262825
(38,40,37)
#1B1D1A
(27,29,26)
#10120F
(16,18,15)
#000000
(0,0,0)

Tints of #7E807D

#7E807D
(126,128,125)
#898B88
(137,139,136)
#949693
(148,150,147)
#9FA19E
(159,161,158)
#AAACA9
(170,172,169)
#B5B7B4
(181,183,180)
#C0C2BF
(192,194,191)
#CBCDCA
(203,205,202)
#D6D8D5
(214,216,213)
#E1E3E0
(225,227,224)
#ECEEEB
(236,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7E807D; }

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

This text font color is #7E807D.


Background Color

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

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

This div background color is #7E807D.


Border color

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

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

This div border color is #7E807D.


Opacity

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

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

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

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

This text has shadow with #7E807D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E807D on black background.


Color preview on white background

This text has color #7E807D on white background.



Black color preview on #7E807D background

This text has black color on #7E807D background.


White color preview on #7E807D background

This text has white color on #7E807D background.