COLOR #7E7C7B

HEX: #7E7C7B RGB: (126,124,123)

Color info

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

RGB color model

#7E7C7B color RGB value is (126,124,123).

RGB: (126,124,123) (49%, 49%, 48%)

RGB channels and saturation

R 126 of 255 = 49%
G 124 of 255 = 49%
B 123 of 255 = 48%

126
124
123

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

Portions of RGB colors in percentages

R + G + B = 126 + 124 + 123 = 373 (100%)
R 126 of 373 ~ 33.78%
G 124 of 373 ~ 33.24%
B 123 of 373 ~ 32.98'%

%33.78
%33.24
%32.98

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 1.59%
  • yellow value is 2.38%
  • key color value is 50.59%
CMYK: (0,2,2,51) C0M2Y2K51 (0%,2%,2%,51%) (0.00/0.02/0.02/0.51) 

CMYK percentages

%0
%1.59
%2.38
%50.59

Codes

Color #7E7C7B in popluar color models

7E 7C 7B
RGB 126 124 123
HSL 20° 1.20% 48.82%
HSB/HSV 20° 2.38% 49.41%
CMYK 0.00% 1.59% 2.38%
50.59%

Color #7E7C7B in popluar number systems.

HEX 7E 7C 7B
Decimal 126 124 123
Binary 1111110 1111100 1111011
Octal 176 174 173

Shades and tints

Shades of #7E7C7B

#7E7C7B
(126,124,123)
#737170
(115,113,112)
#686665
(104,102,101)
#5D5B5A
(93,91,90)
#52504F
(82,80,79)
#474544
(71,69,68)
#3C3A39
(60,58,57)
#312F2E
(49,47,46)
#262423
(38,36,35)
#1B1918
(27,25,24)
#100E0D
(16,14,13)
#000000
(0,0,0)

Tints of #7E7C7B

#7E7C7B
(126,124,123)
#898787
(137,135,135)
#949293
(148,146,147)
#9F9D9F
(159,157,159)
#AAA8AB
(170,168,171)
#B5B3B7
(181,179,183)
#C0BEC3
(192,190,195)
#CBC9CF
(203,201,207)
#D6D4DB
(214,212,219)
#E1DFE7
(225,223,231)
#ECEAF3
(236,234,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7E7C7B; }

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

This text font color is #7E7C7B.

Background Color

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

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

This div background color is #7E7C7B.

Border color

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

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

This div border color is #7E7C7B.

Opacity

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

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

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

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

This text has shadow with #7E7C7B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7E7C7B.

Preview

Color preview on black background

This text has color #7E7C7B on black background.


Color preview on white background

This text has color #7E7C7B on white background.


Black color preview on #7E7C7B background

This text has black color on #7E7C7B background.


White color preview on #7E7C7B background

This text has white color on #7E7C7B background.


Related colors

Complementary color

Complementary color for #hex is #818384.


I love getcolorcode.com

Triadic colors

1 #7B7E7C and #7C7B7E with #7E7C7B are triadic colors.

2 #7B7C7E and #7C7E7B with #7E7C7B are triadic colors.