COLOR #7E7B7C

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

Color info

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

RGB color model

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

  • red value is 126;
  • green value is 123;
  • blue value is 124.
RGB:
(126,123,124)
(49%,48%,49%)

RGB channels and saturation

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

126
123
124

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

Portions of RGB colors in percentages

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

%33.78
%32.98
%33.24

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 2.38%
  • yellow value is 1.59%
  • 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
%2.38
%1.59
%50.59

Codes

Color #7E7B7C in popluar color models

7E7B7C
RGB126123124
HSL340°1.20%48.82%
HSB/HSV340°2.38%49.41%
CMYK0.00%2.38%1.59%
50.59%

Color #7E7B7C in popluar number systems.

HEX7E7B7C
Decimal126123124
Binary111111011110111111100
Octal176173174

Shades and tints

Shades of #7E7B7C

#7E7B7C
(126,123,124)
#737071
(115,112,113)
#686566
(104,101,102)
#5D5A5B
(93,90,91)
#524F50
(82,79,80)
#474445
(71,68,69)
#3C393A
(60,57,58)
#312E2F
(49,46,47)
#262324
(38,35,36)
#1B1819
(27,24,25)
#100D0E
(16,13,14)
#000000
(0,0,0)

Tints of #7E7B7C

#7E7B7C
(126,123,124)
#898787
(137,135,135)
#949392
(148,147,146)
#9F9F9D
(159,159,157)
#AAABA8
(170,171,168)
#B5B7B3
(181,183,179)
#C0C3BE
(192,195,190)
#CBCFC9
(203,207,201)
#D6DBD4
(214,219,212)
#E1E7DF
(225,231,223)
#ECF3EA
(236,243,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7E7B7C; }

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

This text font color is #7E7B7C.


Background Color

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

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

This div background color is #7E7B7C.


Border color

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

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

This div border color is #7E7B7C.


Opacity

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

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

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

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

This text has shadow with #7E7B7C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E7B7C on black background.


Color preview on white background

This text has color #7E7B7C on white background.



Black color preview on #7E7B7C background

This text has black color on #7E7B7C background.


White color preview on #7E7B7C background

This text has white color on #7E7B7C background.