COLOR #7E7C82

HEX: #7E7C82
RGB: (126,124,130)

Color info

#7E7C82 contains red, green and blue colors in about the same proportion. Web safe color of #7E7C82 is #666699 (or #669).

RGB color model

#7E7C82 color RGB value is (126,124,130).

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

RGB channels and saturation

R 126 of 255 = 49%
G 124 of 255 = 49%
B 130 of 255 = 51%

126
124
130

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

Portions of RGB colors in percentages

R + G + B =
126 + 124 + 130 = 380 (100%)
R 126 of 380 ~ 33.16%
G 124 of 380 ~ 32.63%
B 130 of 380 ~ 34.21%

%33.16
%32.63
%34.21

CMYK color model

#7E7C82 color CMYK value is (3,5,0,49).

  • cyan value is 3.08%
  • magenta value is 4.62%
  • yellow value is 0.00%
  • key color value is 49.02%
CMYK:
(3,5,0,49)
C3M5Y0K49 
(3%,5%,0%,49%)
(0.03/0.05/0.00/0.49)	

CMYK percentages

%3.08
%4.62
%0
%49.02

Codes

Color #7E7C82 in popluar color models

7E7C82
RGB126124130
HSL260°2.36%49.80%
HSB/HSV260°4.62%50.98%
CMYK3.08%4.62%0.00%
49.02%

Color #7E7C82 in popluar number systems.

HEX7E7C82
Decimal126124130
Binary1111110111110010000010
Octal176174202

Shades and tints

Shades of #7E7C82

#7E7C82
(126,124,130)
#737177
(115,113,119)
#68666C
(104,102,108)
#5D5B61
(93,91,97)
#525056
(82,80,86)
#47454B
(71,69,75)
#3C3A40
(60,58,64)
#312F35
(49,47,53)
#26242A
(38,36,42)
#1B191F
(27,25,31)
#100E14
(16,14,20)
#000000
(0,0,0)

Tints of #7E7C82

#7E7C82
(126,124,130)
#89878D
(137,135,141)
#949298
(148,146,152)
#9F9DA3
(159,157,163)
#AAA8AE
(170,168,174)
#B5B3B9
(181,179,185)
#C0BEC4
(192,190,196)
#CBC9CF
(203,201,207)
#D6D4DA
(214,212,218)
#E1DFE5
(225,223,229)
#ECEAF0
(236,234,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7E7C82; }

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

This text font color is #7E7C82.


Background Color

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

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

This div background color is #7E7C82.


Border color

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

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

This div border color is #7E7C82.


Opacity

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

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

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

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

This text has shadow with #7E7C82 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E7C82 on black background.


Color preview on white background

This text has color #7E7C82 on white background.



Black color preview on #7E7C82 background

This text has black color on #7E7C82 background.


White color preview on #7E7C82 background

This text has white color on #7E7C82 background.