COLOR #7E737C

HEX: #7E737C RGB: (126,115,124)

Color info

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

RGB color model

#7E737C color RGB value is (126,115,124).

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

RGB channels and saturation

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

126
115
124

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

Portions of RGB colors in percentages

R + G + B = 126 + 115 + 124 = 365 (100%)
R 126 of 365 ~ 34.52%
G 115 of 365 ~ 31.51%
B 124 of 365 ~ 33.97'%

%34.52
%31.51
%33.97

CMYK color model

#7E737C color CMYK value is (0,9,2,51).

  • cyan value is 0.00%
  • magenta value is 8.73%
  • yellow value is 1.59%
  • key color value is 50.59%

CMYK: (0,9,2,51)
C0M9Y2K51 (0%, 9%, 2%, 51%)
(0.00 / 0.09 / 0.02 / 0.51)

CMYK percentages

%0
%8.73
%1.59
%50.59

Codes

Color #7E737C in popluar color models

7E 73 7C
RGB 126 115 124
HSL 311° 4.56% 47.25%
HSB/HSV 311° 8.73% 49.41%
CMYK 0.00% 8.73% 1.59%
50.59%

Color #7E737C in popluar number systems.

HEX 7E 73 7C
Decimal 126 115 124
Binary 1111110 1110011 1111100
Octal 176 163 174

Shades and tints

Shades of #7E737C

#7E737C
(126,115,124)
#736971
(115,105,113)
#685F66
(104,95,102)
#5D555B
(93,85,91)
#524B50
(82,75,80)
#474145
(71,65,69)
#3C373A
(60,55,58)
#312D2F
(49,45,47)
#262324
(38,35,36)
#1B1919
(27,25,25)
#100F0E
(16,15,14)
#000000
(0,0,0)

Tints of #7E737C

#7E737C
(126,115,124)
#897F87
(137,127,135)
#948B92
(148,139,146)
#9F979D
(159,151,157)
#AAA3A8
(170,163,168)
#B5AFB3
(181,175,179)
#C0BBBE
(192,187,190)
#CBC7C9
(203,199,201)
#D6D3D4
(214,211,212)
#E1DFDF
(225,223,223)
#ECEBEA
(236,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7E737C; }

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

This text font color is #7E737C.

Background Color

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

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

This div background color is #7E737C.

Border color

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

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

This div border color is #7E737C.

Opacity

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

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

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

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

This text has shadow with #7E737C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7E737C.

Preview

Color preview on black background

This text has color #7E737C on black background.


Color preview on white background

This text has color #7E737C on white background.


Black color preview on #7E737C background

This text has black color on #7E737C background.


White color preview on #7E737C background

This text has white color on #7E737C background.


Related colors

Complementary color

Complementary color for #hex is #818C83.


I love getcolorcode.com

Triadic colors

1 #7C7E73 and #737C7E with #7E737C are triadic colors.

2 #7C737E and #737E7C with #7E737C are triadic colors.