COLOR #7E789B

HEX: #7E789B RGB: (126,120,155)

Color info

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

RGB color model

#7E789B color RGB value is (126,120,155).

RGB: (126,120,155) (49%, 47%, 61%)

RGB channels and saturation

R 126 of 255 = 49%
G 120 of 255 = 47%
B 155 of 255 = 61%

126
120
155

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

Portions of RGB colors in percentages

R + G + B = 126 + 120 + 155 = 401 (100%)
R 126 of 401 ~ 31.42%
G 120 of 401 ~ 29.93%
B 155 of 401 ~ 38.65'%

%31.42
%29.93
%38.65

CMYK color model

#7E789B color CMYK value is (19,23,0,39).

  • cyan value is 18.71%
  • magenta value is 22.58%
  • yellow value is 0.00%
  • key color value is 39.22%

CMYK: (19,23,0,39)
C19M23Y0K39 (19%, 23%, 0%, 39%)
(0.19 / 0.23 / 0.00 / 0.39)

CMYK percentages

%18.71
%22.58
%0
%39.22

Codes

Color #7E789B in popluar color models

7E 78 9B
RGB 126 120 155
HSL 250° 14.89% 53.92%
HSB/HSV 250° 22.58% 60.78%
CMYK 18.71% 22.58% 0.00%
39.22%

Color #7E789B in popluar number systems.

HEX 7E 78 9B
Decimal 126 120 155
Binary 1111110 1111000 10011011
Octal 176 170 233

Shades and tints

Shades of #7E789B

#7E789B
(126,120,155)
#736E8D
(115,110,141)
#68647F
(104,100,127)
#5D5A71
(93,90,113)
#525063
(82,80,99)
#474655
(71,70,85)
#3C3C47
(60,60,71)
#313239
(49,50,57)
#26282B
(38,40,43)
#1B1E1D
(27,30,29)
#10140F
(16,20,15)
#000000
(0,0,0)

Tints of #7E789B

#7E789B
(126,120,155)
#8984A4
(137,132,164)
#9490AD
(148,144,173)
#9F9CB6
(159,156,182)
#AAA8BF
(170,168,191)
#B5B4C8
(181,180,200)
#C0C0D1
(192,192,209)
#CBCCDA
(203,204,218)
#D6D8E3
(214,216,227)
#E1E4EC
(225,228,236)
#ECF0F5
(236,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7E789B color. Also use rgb(126,120,155) instead hex code.

Text Font Color

.myTextColor { color: #7E789B; }

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

This text font color is #7E789B.

Background Color

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

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

This div background color is #7E789B.

Border color

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

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

This div border color is #7E789B.

Opacity

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

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

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

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

This text has shadow with #7E789B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7E789B.

Preview

Color preview on black background

This text has color #7E789B on black background.


Color preview on white background

This text has color #7E789B on white background.


Black color preview on #7E789B background

This text has black color on #7E789B background.


White color preview on #7E789B background

This text has white color on #7E789B background.


Related colors

Complementary color

Complementary color for #hex is #818764.


I love getcolorcode.com

Triadic colors

1 #9B7E78 and #789B7E with #7E789B are triadic colors.

2 #9B787E and #787E9B with #7E789B are triadic colors.