COLOR #7E7480

HEX: #7E7480
RGB: (126,116,128)

Color info

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

RGB color model

#7E7480 color RGB value is (126,116,128).

  • red value is 126;
  • green value is 116;
  • blue value is 128.
RGB:
(126,116,128)
(49%,45%,50%)

RGB channels and saturation

R 126 of 255 = 49%
G 116 of 255 = 45%
B 128 of 255 = 50%

126
116
128

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

Portions of RGB colors in percentages

R + G + B =
126 + 116 + 128 = 370 (100%)
R 126 of 370 ~ 34.05%
G 116 of 370 ~ 31.35%
B 128 of 370 ~ 34.59%

%34.05
%31.35
%34.59

CMYK color model

#7E7480 color CMYK value is (2,9,0,50).

  • cyan value is 1.56%
  • magenta value is 9.38%
  • yellow value is 0.00%
  • key color value is 49.80%
CMYK:
(2,9,0,50)
C2M9Y0K50 
(2%,9%,0%,50%)
(0.02/0.09/0.00/0.50)	

CMYK percentages

%1.56
%9.38
%0
%49.8

Codes

Color #7E7480 in popluar color models

7E7480
RGB126116128
HSL290°4.92%47.84%
HSB/HSV290°9.38%50.20%
CMYK1.56%9.38%0.00%
49.80%

Color #7E7480 in popluar number systems.

HEX7E7480
Decimal126116128
Binary1111110111010010000000
Octal176164200

Shades and tints

Shades of #7E7480

#7E7480
(126,116,128)
#736A75
(115,106,117)
#68606A
(104,96,106)
#5D565F
(93,86,95)
#524C54
(82,76,84)
#474249
(71,66,73)
#3C383E
(60,56,62)
#312E33
(49,46,51)
#262428
(38,36,40)
#1B1A1D
(27,26,29)
#101012
(16,16,18)
#000000
(0,0,0)

Tints of #7E7480

#7E7480
(126,116,128)
#89808B
(137,128,139)
#948C96
(148,140,150)
#9F98A1
(159,152,161)
#AAA4AC
(170,164,172)
#B5B0B7
(181,176,183)
#C0BCC2
(192,188,194)
#CBC8CD
(203,200,205)
#D6D4D8
(214,212,216)
#E1E0E3
(225,224,227)
#ECECEE
(236,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7E7480 color. Also use rgb(126,116,128) instead hex code.

Text Font Color

.myTextColor { color: #7E7480; }

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

This text font color is #7E7480.


Background Color

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

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

This div background color is #7E7480.


Border color

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

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

This div border color is #7E7480.


Opacity

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

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

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

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

This text has shadow with #7E7480 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E7480 on black background.


Color preview on white background

This text has color #7E7480 on white background.



Black color preview on #7E7480 background

This text has black color on #7E7480 background.


White color preview on #7E7480 background

This text has white color on #7E7480 background.