COLOR #7E777C

HEX: #7E777C
RGB: (126,119,124)

Color info

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

RGB color model

#7E777C color RGB value is (126,119,124).

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

RGB channels and saturation

R 126 of 255 = 49%
G 119 of 255 = 47%
B 124 of 255 = 49%

126
119
124

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

Portions of RGB colors in percentages

R + G + B =
126 + 119 + 124 = 369 (100%)
R 126 of 369 ~ 34.15%
G 119 of 369 ~ 32.25%
B 124 of 369 ~ 33.6%

%34.15
%32.25
%33.6

CMYK color model

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

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

Codes

Color #7E777C in popluar color models

7E777C
RGB126119124
HSL317°2.86%48.04%
HSB/HSV317°5.56%49.41%
CMYK0.00%5.56%1.59%
50.59%

Color #7E777C in popluar number systems.

HEX7E777C
Decimal126119124
Binary111111011101111111100
Octal176167174

Shades and tints

Shades of #7E777C

#7E777C
(126,119,124)
#736D71
(115,109,113)
#686366
(104,99,102)
#5D595B
(93,89,91)
#524F50
(82,79,80)
#474545
(71,69,69)
#3C3B3A
(60,59,58)
#31312F
(49,49,47)
#262724
(38,39,36)
#1B1D19
(27,29,25)
#10130E
(16,19,14)
#000000
(0,0,0)

Tints of #7E777C

#7E777C
(126,119,124)
#898387
(137,131,135)
#948F92
(148,143,146)
#9F9B9D
(159,155,157)
#AAA7A8
(170,167,168)
#B5B3B3
(181,179,179)
#C0BFBE
(192,191,190)
#CBCBC9
(203,203,201)
#D6D7D4
(214,215,212)
#E1E3DF
(225,227,223)
#ECEFEA
(236,239,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7E777C; }

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

This text font color is #7E777C.


Background Color

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

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

This div background color is #7E777C.


Border color

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

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

This div border color is #7E777C.


Opacity

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

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

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

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

This text has shadow with #7E777C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E777C on black background.


Color preview on white background

This text has color #7E777C on white background.



Black color preview on #7E777C background

This text has black color on #7E777C background.


White color preview on #7E777C background

This text has white color on #7E777C background.