COLOR #7E76BA

HEX: #7E76BA
RGB: (126,118,186)

Color info

#7E76BA contains mainly blue color. Web safe color of #7E76BA is #6666CC (or #66C).

RGB color model

#7E76BA color RGB value is (126,118,186).

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

RGB channels and saturation

R 126 of 255 = 49%
G 118 of 255 = 46%
B 186 of 255 = 73%

126
118
186

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

Portions of RGB colors in percentages

R + G + B =
126 + 118 + 186 = 430 (100%)
R 126 of 430 ~ 29.3%
G 118 of 430 ~ 27.44%
B 186 of 430 ~ 43.26%

%29.3
%27.44
%43.26

CMYK color model

#7E76BA color CMYK value is (32,37,0,27).

  • cyan value is 32.26%
  • magenta value is 36.56%
  • yellow value is 0.00%
  • key color value is 27.06%
CMYK:
(32,37,0,27)
C32M37Y0K27 
(32%,37%,0%,27%)
(0.32/0.37/0.00/0.27)	

CMYK percentages

%32.26
%36.56
%0
%27.06

Codes

Color #7E76BA in popluar color models

7E76BA
RGB126118186
HSL247°33.01%59.61%
HSB/HSV247°36.56%72.94%
CMYK32.26%36.56%0.00%
27.06%

Color #7E76BA in popluar number systems.

HEX7E76BA
Decimal126118186
Binary1111110111011010111010
Octal176166272

Shades and tints

Shades of #7E76BA

#7E76BA
(126,118,186)
#736CAA
(115,108,170)
#68629A
(104,98,154)
#5D588A
(93,88,138)
#524E7A
(82,78,122)
#47446A
(71,68,106)
#3C3A5A
(60,58,90)
#31304A
(49,48,74)
#26263A
(38,38,58)
#1B1C2A
(27,28,42)
#10121A
(16,18,26)
#000000
(0,0,0)

Tints of #7E76BA

#7E76BA
(126,118,186)
#8982C0
(137,130,192)
#948EC6
(148,142,198)
#9F9ACC
(159,154,204)
#AAA6D2
(170,166,210)
#B5B2D8
(181,178,216)
#C0BEDE
(192,190,222)
#CBCAE4
(203,202,228)
#D6D6EA
(214,214,234)
#E1E2F0
(225,226,240)
#ECEEF6
(236,238,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7E76BA; }

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

This text font color is #7E76BA.


Background Color

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

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

This div background color is #7E76BA.


Border color

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

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

This div border color is #7E76BA.


Opacity

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

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

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

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

This text has shadow with #7E76BA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E76BA on black background.


Color preview on white background

This text has color #7E76BA on white background.



Black color preview on #7E76BA background

This text has black color on #7E76BA background.


White color preview on #7E76BA background

This text has white color on #7E76BA background.