COLOR #7E797B

HEX: #7E797B RGB: (126,121,123)

Color info

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

RGB color model

#7E797B color RGB value is (126,121,123).

RGB: (126,121,123) (49%, 47%, 48%)

RGB channels and saturation

R 126 of 255 = 49%
G 121 of 255 = 47%
B 123 of 255 = 48%

126
121
123

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

Portions of RGB colors in percentages

R + G + B = 126 + 121 + 123 = 370 (100%)
R 126 of 370 ~ 34.05%
G 121 of 370 ~ 32.7%
B 123 of 370 ~ 33.24'%

%34.05
%32.7
%33.24

CMYK color model

#7E797B color CMYK value is (0,4,2,51).

  • cyan value is 0.00%
  • magenta value is 3.97%
  • yellow value is 2.38%
  • key color value is 50.59%

CMYK: (0,4,2,51)
C0M4Y2K51 (0%, 4%, 2%, 51%)
(0.00 / 0.04 / 0.02 / 0.51)

CMYK percentages

%0
%3.97
%2.38
%50.59

Codes

Color #7E797B in popluar color models

7E 79 7B
RGB 126 121 123
HSL 336° 2.02% 48.43%
HSB/HSV 336° 3.97% 49.41%
CMYK 0.00% 3.97% 2.38%
50.59%

Color #7E797B in popluar number systems.

HEX 7E 79 7B
Decimal 126 121 123
Binary 1111110 1111001 1111011
Octal 176 171 173

Shades and tints

Shades of #7E797B

#7E797B
(126,121,123)
#736E70
(115,110,112)
#686365
(104,99,101)
#5D585A
(93,88,90)
#524D4F
(82,77,79)
#474244
(71,66,68)
#3C3739
(60,55,57)
#312C2E
(49,44,46)
#262123
(38,33,35)
#1B1618
(27,22,24)
#100B0D
(16,11,13)
#000000
(0,0,0)

Tints of #7E797B

#7E797B
(126,121,123)
#898587
(137,133,135)
#949193
(148,145,147)
#9F9D9F
(159,157,159)
#AAA9AB
(170,169,171)
#B5B5B7
(181,181,183)
#C0C1C3
(192,193,195)
#CBCDCF
(203,205,207)
#D6D9DB
(214,217,219)
#E1E5E7
(225,229,231)
#ECF1F3
(236,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7E797B; }

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

This text font color is #7E797B.

Background Color

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

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

This div background color is #7E797B.

Border color

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

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

This div border color is #7E797B.

Opacity

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

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

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

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

This text has shadow with #7E797B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7E797B.

Preview

Color preview on black background

This text has color #7E797B on black background.


Color preview on white background

This text has color #7E797B on white background.


Black color preview on #7E797B background

This text has black color on #7E797B background.


White color preview on #7E797B background

This text has white color on #7E797B background.


Related colors

Complementary color

Complementary color for #hex is #818684.


I love getcolorcode.com

Triadic colors

1 #7B7E79 and #797B7E with #7E797B are triadic colors.

2 #7B797E and #797E7B with #7E797B are triadic colors.