COLOR #7E707E

HEX: #7E707E
RGB: (126,112,126)

Color info

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

RGB color model

#7E707E color RGB value is (126,112,126).

  • red value is 126;
  • green value is 112;
  • blue value is 126.
RGB:
(126,112,126)
(49%,44%,49%)

RGB channels and saturation

R 126 of 255 = 49%
G 112 of 255 = 44%
B 126 of 255 = 49%

126
112
126

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

Portions of RGB colors in percentages

R + G + B =
126 + 112 + 126 = 364 (100%)
R 126 of 364 ~ 34.62%
G 112 of 364 ~ 30.77%
B 126 of 364 ~ 34.62%

%34.62
%30.77
%34.62

CMYK color model

#7E707E color CMYK value is (0,11,0,51).

  • cyan value is 0.00%
  • magenta value is 11.11%
  • yellow value is 0.00%
  • key color value is 50.59%
CMYK:
(0,11,0,51)
C0M11Y0K51 
(0%,11%,0%,51%)
(0.00/0.11/0.00/0.51)	

CMYK percentages

%0
%11.11
%0
%50.59

Codes

Color #7E707E in popluar color models

7E707E
RGB126112126
HSL300°5.88%46.67%
HSB/HSV300°11.11%49.41%
CMYK0.00%11.11%0.00%
50.59%

Color #7E707E in popluar number systems.

HEX7E707E
Decimal126112126
Binary111111011100001111110
Octal176160176

Shades and tints

Shades of #7E707E

#7E707E
(126,112,126)
#736673
(115,102,115)
#685C68
(104,92,104)
#5D525D
(93,82,93)
#524852
(82,72,82)
#473E47
(71,62,71)
#3C343C
(60,52,60)
#312A31
(49,42,49)
#262026
(38,32,38)
#1B161B
(27,22,27)
#100C10
(16,12,16)
#000000
(0,0,0)

Tints of #7E707E

#7E707E
(126,112,126)
#897D89
(137,125,137)
#948A94
(148,138,148)
#9F979F
(159,151,159)
#AAA4AA
(170,164,170)
#B5B1B5
(181,177,181)
#C0BEC0
(192,190,192)
#CBCBCB
(203,203,203)
#D6D8D6
(214,216,214)
#E1E5E1
(225,229,225)
#ECF2EC
(236,242,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7E707E; }

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

This text font color is #7E707E.


Background Color

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

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

This div background color is #7E707E.


Border color

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

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

This div border color is #7E707E.


Opacity

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

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

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

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

This text has shadow with #7E707E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E707E on black background.


Color preview on white background

This text has color #7E707E on white background.



Black color preview on #7E707E background

This text has black color on #7E707E background.


White color preview on #7E707E background

This text has white color on #7E707E background.