COLOR #7E717E

HEX: #7E717E
RGB: (126,113,126)

Color info

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

RGB color model

#7E717E color RGB value is (126,113,126).

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

RGB channels and saturation

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

126
113
126

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

Portions of RGB colors in percentages

R + G + B =
126 + 113 + 126 = 365 (100%)
R 126 of 365 ~ 34.52%
G 113 of 365 ~ 30.96%
B 126 of 365 ~ 34.52%

%34.52
%30.96
%34.52

CMYK color model

#7E717E color CMYK value is (0,10,0,51).

  • cyan value is 0.00%
  • magenta value is 10.32%
  • yellow value is 0.00%
  • key color value is 50.59%
CMYK:
(0,10,0,51)
C0M10Y0K51 
(0%,10%,0%,51%)
(0.00/0.10/0.00/0.51)	

CMYK percentages

%0
%10.32
%0
%50.59

Codes

Color #7E717E in popluar color models

7E717E
RGB126113126
HSL300°5.44%46.86%
HSB/HSV300°10.32%49.41%
CMYK0.00%10.32%0.00%
50.59%

Color #7E717E in popluar number systems.

HEX7E717E
Decimal126113126
Binary111111011100011111110
Octal176161176

Shades and tints

Shades of #7E717E

#7E717E
(126,113,126)
#736773
(115,103,115)
#685D68
(104,93,104)
#5D535D
(93,83,93)
#524952
(82,73,82)
#473F47
(71,63,71)
#3C353C
(60,53,60)
#312B31
(49,43,49)
#262126
(38,33,38)
#1B171B
(27,23,27)
#100D10
(16,13,16)
#000000
(0,0,0)

Tints of #7E717E

#7E717E
(126,113,126)
#897D89
(137,125,137)
#948994
(148,137,148)
#9F959F
(159,149,159)
#AAA1AA
(170,161,170)
#B5ADB5
(181,173,181)
#C0B9C0
(192,185,192)
#CBC5CB
(203,197,203)
#D6D1D6
(214,209,214)
#E1DDE1
(225,221,225)
#ECE9EC
(236,233,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7E717E; }

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

This text font color is #7E717E.


Background Color

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

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

This div background color is #7E717E.


Border color

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

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

This div border color is #7E717E.


Opacity

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

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

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

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

This text has shadow with #7E717E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E717E on black background.


Color preview on white background

This text has color #7E717E on white background.



Black color preview on #7E717E background

This text has black color on #7E717E background.


White color preview on #7E717E background

This text has white color on #7E717E background.