COLOR #7E787D

HEX: #7E787D RGB: (126,120,125)

Color info

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

RGB color model

#7E787D color RGB value is (126,120,125).

RGB: (126,120,125) (49%, 47%, 49%)

RGB channels and saturation

R 126 of 255 = 49%
G 120 of 255 = 47%
B 125 of 255 = 49%

126
120
125

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

Portions of RGB colors in percentages

R + G + B = 126 + 120 + 125 = 371 (100%)
R 126 of 371 ~ 33.96%
G 120 of 371 ~ 32.35%
B 125 of 371 ~ 33.69'%

%33.96
%32.35
%33.69

CMYK color model

#7E787D color CMYK value is (0,5,1,51).

  • cyan value is 0.00%
  • magenta value is 4.76%
  • yellow value is 0.79%
  • key color value is 50.59%
CMYK: (0,5,1,51) C0M5Y1K51 (0%,5%,1%,51%) (0.00/0.05/0.01/0.51) 

CMYK percentages

%0
%4.76
%0.79
%50.59

Codes

Color #7E787D in popluar color models

7E 78 7D
RGB 126 120 125
HSL 310° 2.44% 48.24%
HSB/HSV 310° 4.76% 49.41%
CMYK 0.00% 4.76% 0.79%
50.59%

Color #7E787D in popluar number systems.

HEX 7E 78 7D
Decimal 126 120 125
Binary 1111110 1111000 1111101
Octal 176 170 175

Shades and tints

Shades of #7E787D

#7E787D
(126,120,125)
#736E72
(115,110,114)
#686467
(104,100,103)
#5D5A5C
(93,90,92)
#525051
(82,80,81)
#474646
(71,70,70)
#3C3C3B
(60,60,59)
#313230
(49,50,48)
#262825
(38,40,37)
#1B1E1A
(27,30,26)
#10140F
(16,20,15)
#000000
(0,0,0)

Tints of #7E787D

#7E787D
(126,120,125)
#898488
(137,132,136)
#949093
(148,144,147)
#9F9C9E
(159,156,158)
#AAA8A9
(170,168,169)
#B5B4B4
(181,180,180)
#C0C0BF
(192,192,191)
#CBCCCA
(203,204,202)
#D6D8D5
(214,216,213)
#E1E4E0
(225,228,224)
#ECF0EB
(236,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7E787D; }

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

This text font color is #7E787D.

Background Color

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

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

This div background color is #7E787D.

Border color

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

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

This div border color is #7E787D.

Opacity

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

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

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

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

This text has shadow with #7E787D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7E787D.

Preview

Color preview on black background

This text has color #7E787D on black background.


Color preview on white background

This text has color #7E787D on white background.


Black color preview on #7E787D background

This text has black color on #7E787D background.


White color preview on #7E787D background

This text has white color on #7E787D background.


Related colors

Complementary color

Complementary color for #hex is #818782.


I love getcolorcode.com

Triadic colors

1 #7D7E78 and #787D7E with #7E787D are triadic colors.

2 #7D787E and #787E7D with #7E787D are triadic colors.