COLOR #7E76AA

HEX: #7E76AA
RGB: (126,118,170)

Color info

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

RGB color model

#7E76AA color RGB value is (126,118,170).

  • red value is 126;
  • green value is 118;
  • blue value is 170.
RGB:
(126,118,170)
(49%,46%,67%)

RGB channels and saturation

R 126 of 255 = 49%
G 118 of 255 = 46%
B 170 of 255 = 67%

126
118
170

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

Portions of RGB colors in percentages

R + G + B =
126 + 118 + 170 = 414 (100%)
R 126 of 414 ~ 30.43%
G 118 of 414 ~ 28.5%
B 170 of 414 ~ 41.06%

%30.43
%28.5
%41.06

CMYK color model

#7E76AA color CMYK value is (26,31,0,33).

  • cyan value is 25.88%
  • magenta value is 30.59%
  • yellow value is 0.00%
  • key color value is 33.33%
CMYK:
(26,31,0,33)
C26M31Y0K33 
(26%,31%,0%,33%)
(0.26/0.31/0.00/0.33)	

CMYK percentages

%25.88
%30.59
%0
%33.33

Codes

Color #7E76AA in popluar color models

7E76AA
RGB126118170
HSL249°23.42%56.47%
HSB/HSV249°30.59%66.67%
CMYK25.88%30.59%0.00%
33.33%

Color #7E76AA in popluar number systems.

HEX7E76AA
Decimal126118170
Binary1111110111011010101010
Octal176166252

Shades and tints

Shades of #7E76AA

#7E76AA
(126,118,170)
#736C9B
(115,108,155)
#68628C
(104,98,140)
#5D587D
(93,88,125)
#524E6E
(82,78,110)
#47445F
(71,68,95)
#3C3A50
(60,58,80)
#313041
(49,48,65)
#262632
(38,38,50)
#1B1C23
(27,28,35)
#101214
(16,18,20)
#000000
(0,0,0)

Tints of #7E76AA

#7E76AA
(126,118,170)
#8982B1
(137,130,177)
#948EB8
(148,142,184)
#9F9ABF
(159,154,191)
#AAA6C6
(170,166,198)
#B5B2CD
(181,178,205)
#C0BED4
(192,190,212)
#CBCADB
(203,202,219)
#D6D6E2
(214,214,226)
#E1E2E9
(225,226,233)
#ECEEF0
(236,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7E76AA color. Also use rgb(126,118,170) instead hex code.

Text Font Color

.myTextColor { color: #7E76AA; }

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

This text font color is #7E76AA.


Background Color

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

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

This div background color is #7E76AA.


Border color

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

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

This div border color is #7E76AA.


Opacity

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

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

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

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

This text has shadow with #7E76AA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E76AA on black background.


Color preview on white background

This text has color #7E76AA on white background.



Black color preview on #7E76AA background

This text has black color on #7E76AA background.


White color preview on #7E76AA background

This text has white color on #7E76AA background.