COLOR #7E727D

HEX: #7E727D RGB: (126,114,125)

Color info

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

RGB color model

#7E727D color RGB value is (126,114,125).

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

RGB channels and saturation

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

126
114
125

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

Portions of RGB colors in percentages

R + G + B = 126 + 114 + 125 = 365 (100%)
R 126 of 365 ~ 34.52%
G 114 of 365 ~ 31.23%
B 125 of 365 ~ 34.25'%

%34.52
%31.23
%34.25

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 9.52%
  • yellow value is 0.79%
  • key color value is 50.59%

CMYK: (0,10,1,51)
C0M10Y1K51 (0%, 10%, 1%, 51%)
(0.00 / 0.10 / 0.01 / 0.51)

CMYK percentages

%0
%9.52
%0.79
%50.59

Codes

Color #7E727D in popluar color models

7E 72 7D
RGB 126 114 125
HSL 305° 5.00% 47.06%
HSB/HSV 305° 9.52% 49.41%
CMYK 0.00% 9.52% 0.79%
50.59%

Color #7E727D in popluar number systems.

HEX 7E 72 7D
Decimal 126 114 125
Binary 1111110 1110010 1111101
Octal 176 162 175

Shades and tints

Shades of #7E727D

#7E727D
(126,114,125)
#736872
(115,104,114)
#685E67
(104,94,103)
#5D545C
(93,84,92)
#524A51
(82,74,81)
#474046
(71,64,70)
#3C363B
(60,54,59)
#312C30
(49,44,48)
#262225
(38,34,37)
#1B181A
(27,24,26)
#100E0F
(16,14,15)
#000000
(0,0,0)

Tints of #7E727D

#7E727D
(126,114,125)
#897E88
(137,126,136)
#948A93
(148,138,147)
#9F969E
(159,150,158)
#AAA2A9
(170,162,169)
#B5AEB4
(181,174,180)
#C0BABF
(192,186,191)
#CBC6CA
(203,198,202)
#D6D2D5
(214,210,213)
#E1DEE0
(225,222,224)
#ECEAEB
(236,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7E727D; }

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

This text font color is #7E727D.

Background Color

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

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

This div background color is #7E727D.

Border color

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

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

This div border color is #7E727D.

Opacity

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

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

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

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

This text has shadow with #7E727D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7E727D.

Preview

Color preview on black background

This text has color #7E727D on black background.


Color preview on white background

This text has color #7E727D on white background.


Black color preview on #7E727D background

This text has black color on #7E727D background.


White color preview on #7E727D background

This text has white color on #7E727D background.


Related colors

Complementary color

Complementary color for #hex is #818D82.


I love getcolorcode.com

Triadic colors

1 #7D7E72 and #727D7E with #7E727D are triadic colors.

2 #7D727E and #727E7D with #7E727D are triadic colors.