COLOR #7E7989

HEX: #7E7989
RGB: (126,121,137)

Color info

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

RGB color model

#7E7989 color RGB value is (126,121,137).

  • red value is 126;
  • green value is 121;
  • blue value is 137.
RGB:
(126,121,137)
(49%,47%,54%)

RGB channels and saturation

R 126 of 255 = 49%
G 121 of 255 = 47%
B 137 of 255 = 54%

126
121
137

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

Portions of RGB colors in percentages

R + G + B =
126 + 121 + 137 = 384 (100%)
R 126 of 384 ~ 32.81%
G 121 of 384 ~ 31.51%
B 137 of 384 ~ 35.68%

%32.81
%31.51
%35.68

CMYK color model

#7E7989 color CMYK value is (8,12,0,46).

  • cyan value is 8.03%
  • magenta value is 11.68%
  • yellow value is 0.00%
  • key color value is 46.27%
CMYK:
(8,12,0,46)
C8M12Y0K46 
(8%,12%,0%,46%)
(0.08/0.12/0.00/0.46)	

CMYK percentages

%8.03
%11.68
%0
%46.27

Codes

Color #7E7989 in popluar color models

7E7989
RGB126121137
HSL259°6.35%50.59%
HSB/HSV259°11.68%53.73%
CMYK8.03%11.68%0.00%
46.27%

Color #7E7989 in popluar number systems.

HEX7E7989
Decimal126121137
Binary1111110111100110001001
Octal176171211

Shades and tints

Shades of #7E7989

#7E7989
(126,121,137)
#736E7D
(115,110,125)
#686371
(104,99,113)
#5D5865
(93,88,101)
#524D59
(82,77,89)
#47424D
(71,66,77)
#3C3741
(60,55,65)
#312C35
(49,44,53)
#262129
(38,33,41)
#1B161D
(27,22,29)
#100B11
(16,11,17)
#000000
(0,0,0)

Tints of #7E7989

#7E7989
(126,121,137)
#898593
(137,133,147)
#94919D
(148,145,157)
#9F9DA7
(159,157,167)
#AAA9B1
(170,169,177)
#B5B5BB
(181,181,187)
#C0C1C5
(192,193,197)
#CBCDCF
(203,205,207)
#D6D9D9
(214,217,217)
#E1E5E3
(225,229,227)
#ECF1ED
(236,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7E7989 color. Also use rgb(126,121,137) instead hex code.

Text Font Color

.myTextColor { color: #7E7989; }

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

This text font color is #7E7989.


Background Color

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

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

This div background color is #7E7989.


Border color

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

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

This div border color is #7E7989.


Opacity

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

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

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

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

This text has shadow with #7E7989 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E7989 on black background.


Color preview on white background

This text has color #7E7989 on white background.



Black color preview on #7E7989 background

This text has black color on #7E7989 background.


White color preview on #7E7989 background

This text has white color on #7E7989 background.