COLOR #7E7191

HEX: #7E7191 RGB: (126,113,145)

Color info

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

RGB color model

#7E7191 color RGB value is (126,113,145).

RGB: (126,113,145) (49%, 44%, 57%)

RGB channels and saturation

R 126 of 255 = 49%
G 113 of 255 = 44%
B 145 of 255 = 57%

126
113
145

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

Portions of RGB colors in percentages

R + G + B = 126 + 113 + 145 = 384 (100%)
R 126 of 384 ~ 32.81%
G 113 of 384 ~ 29.43%
B 145 of 384 ~ 37.76'%

%32.81
%29.43
%37.76

CMYK color model

#7E7191 color CMYK value is (13,22,0,43).

  • cyan value is 13.10%
  • magenta value is 22.07%
  • yellow value is 0.00%
  • key color value is 43.14%

CMYK: (13,22,0,43)
C13M22Y0K43 (13%, 22%, 0%, 43%)
(0.13 / 0.22 / 0.00 / 0.43)

CMYK percentages

%13.1
%22.07
%0
%43.14

Codes

Color #7E7191 in popluar color models

7E 71 91
RGB 126 113 145
HSL 264° 12.70% 50.59%
HSB/HSV 264° 22.07% 56.86%
CMYK 13.10% 22.07% 0.00%
43.14%

Color #7E7191 in popluar number systems.

HEX 7E 71 91
Decimal 126 113 145
Binary 1111110 1110001 10010001
Octal 176 161 221

Shades and tints

Shades of #7E7191

#7E7191
(126,113,145)
#736784
(115,103,132)
#685D77
(104,93,119)
#5D536A
(93,83,106)
#52495D
(82,73,93)
#473F50
(71,63,80)
#3C3543
(60,53,67)
#312B36
(49,43,54)
#262129
(38,33,41)
#1B171C
(27,23,28)
#100D0F
(16,13,15)
#000000
(0,0,0)

Tints of #7E7191

#7E7191
(126,113,145)
#897D9B
(137,125,155)
#9489A5
(148,137,165)
#9F95AF
(159,149,175)
#AAA1B9
(170,161,185)
#B5ADC3
(181,173,195)
#C0B9CD
(192,185,205)
#CBC5D7
(203,197,215)
#D6D1E1
(214,209,225)
#E1DDEB
(225,221,235)
#ECE9F5
(236,233,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7E7191 color. Also use rgb(126,113,145) instead hex code.

Text Font Color

.myTextColor { color: #7E7191; }

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

This text font color is #7E7191.

Background Color

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

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

This div background color is #7E7191.

Border color

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

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

This div border color is #7E7191.

Opacity

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

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

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

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

This text has shadow with #7E7191 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7E7191.

Preview

Color preview on black background

This text has color #7E7191 on black background.


Color preview on white background

This text has color #7E7191 on white background.


Black color preview on #7E7191 background

This text has black color on #7E7191 background.


White color preview on #7E7191 background

This text has white color on #7E7191 background.


Related colors

Complementary color

Complementary color for #hex is #818E6E.


I love getcolorcode.com

Triadic colors

1 #917E71 and #71917E with #7E7191 are triadic colors.

2 #91717E and #717E91 with #7E7191 are triadic colors.