COLOR #7E737D

HEX: #7E737D RGB: (126,115,125)

Color info

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

RGB color model

#7E737D color RGB value is (126,115,125).

RGB: (126,115,125) (49%, 45%, 49%)

RGB channels and saturation

R 126 of 255 = 49%
G 115 of 255 = 45%
B 125 of 255 = 49%

126
115
125

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

Portions of RGB colors in percentages

R + G + B = 126 + 115 + 125 = 366 (100%)
R 126 of 366 ~ 34.43%
G 115 of 366 ~ 31.42%
B 125 of 366 ~ 34.15'%

%34.43
%31.42
%34.15

CMYK color model

#7E737D color CMYK value is (0,9,1,51).

  • cyan value is 0.00%
  • magenta value is 8.73%
  • yellow value is 0.79%
  • key color value is 50.59%
CMYK: (0,9,1,51) C0M9Y1K51 (0%,9%,1%,51%) (0.00/0.09/0.01/0.51) 

CMYK percentages

%0
%8.73
%0.79
%50.59

Codes

Color #7E737D in popluar color models

7E 73 7D
RGB 126 115 125
HSL 305° 4.56% 47.25%
HSB/HSV 305° 8.73% 49.41%
CMYK 0.00% 8.73% 0.79%
50.59%

Color #7E737D in popluar number systems.

HEX 7E 73 7D
Decimal 126 115 125
Binary 1111110 1110011 1111101
Octal 176 163 175

Shades and tints

Shades of #7E737D

#7E737D
(126,115,125)
#736972
(115,105,114)
#685F67
(104,95,103)
#5D555C
(93,85,92)
#524B51
(82,75,81)
#474146
(71,65,70)
#3C373B
(60,55,59)
#312D30
(49,45,48)
#262325
(38,35,37)
#1B191A
(27,25,26)
#100F0F
(16,15,15)
#000000
(0,0,0)

Tints of #7E737D

#7E737D
(126,115,125)
#897F88
(137,127,136)
#948B93
(148,139,147)
#9F979E
(159,151,158)
#AAA3A9
(170,163,169)
#B5AFB4
(181,175,180)
#C0BBBF
(192,187,191)
#CBC7CA
(203,199,202)
#D6D3D5
(214,211,213)
#E1DFE0
(225,223,224)
#ECEBEB
(236,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7E737D; }

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

This text font color is #7E737D.

Background Color

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

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

This div background color is #7E737D.

Border color

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

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

This div border color is #7E737D.

Opacity

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

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

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

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

This text has shadow with #7E737D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7E737D.

Preview

Color preview on black background

This text has color #7E737D on black background.


Color preview on white background

This text has color #7E737D on white background.


Black color preview on #7E737D background

This text has black color on #7E737D background.


White color preview on #7E737D background

This text has white color on #7E737D background.


Related colors

Complementary color

Complementary color for #hex is #818C82.


I love getcolorcode.com

Triadic colors

1 #7D7E73 and #737D7E with #7E737D are triadic colors.

2 #7D737E and #737E7D with #7E737D are triadic colors.