COLOR #7E767C

HEX: #7E767C
RGB: (126,118,124)

Color info

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

RGB color model

#7E767C color RGB value is (126,118,124).

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

RGB channels and saturation

R 126 of 255 = 49%
G 118 of 255 = 46%
B 124 of 255 = 49%

126
118
124

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

Portions of RGB colors in percentages

R + G + B =
126 + 118 + 124 = 368 (100%)
R 126 of 368 ~ 34.24%
G 118 of 368 ~ 32.07%
B 124 of 368 ~ 33.7%

%34.24
%32.07
%33.7

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 6.35%
  • yellow value is 1.59%
  • key color value is 50.59%
CMYK:
(0,6,2,51)
C0M6Y2K51 
(0%,6%,2%,51%)
(0.00/0.06/0.02/0.51)	

CMYK percentages

%0
%6.35
%1.59
%50.59

Codes

Color #7E767C in popluar color models

7E767C
RGB126118124
HSL315°3.28%47.84%
HSB/HSV315°6.35%49.41%
CMYK0.00%6.35%1.59%
50.59%

Color #7E767C in popluar number systems.

HEX7E767C
Decimal126118124
Binary111111011101101111100
Octal176166174

Shades and tints

Shades of #7E767C

#7E767C
(126,118,124)
#736C71
(115,108,113)
#686266
(104,98,102)
#5D585B
(93,88,91)
#524E50
(82,78,80)
#474445
(71,68,69)
#3C3A3A
(60,58,58)
#31302F
(49,48,47)
#262624
(38,38,36)
#1B1C19
(27,28,25)
#10120E
(16,18,14)
#000000
(0,0,0)

Tints of #7E767C

#7E767C
(126,118,124)
#898287
(137,130,135)
#948E92
(148,142,146)
#9F9A9D
(159,154,157)
#AAA6A8
(170,166,168)
#B5B2B3
(181,178,179)
#C0BEBE
(192,190,190)
#CBCAC9
(203,202,201)
#D6D6D4
(214,214,212)
#E1E2DF
(225,226,223)
#ECEEEA
(236,238,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7E767C; }

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

This text font color is #7E767C.


Background Color

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

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

This div background color is #7E767C.


Border color

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

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

This div border color is #7E767C.


Opacity

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

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

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

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

This text has shadow with #7E767C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E767C on black background.


Color preview on white background

This text has color #7E767C on white background.



Black color preview on #7E767C background

This text has black color on #7E767C background.


White color preview on #7E767C background

This text has white color on #7E767C background.