COLOR #7E76B5

HEX: #7E76B5
RGB: (126,118,181)

Color info

#7E76B5 contains mainly red and blue colors. Web safe color of #7E76B5 is #6666CC (or #66C).

RGB color model

#7E76B5 color RGB value is (126,118,181).

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

RGB channels and saturation

R 126 of 255 = 49%
G 118 of 255 = 46%
B 181 of 255 = 71%

126
118
181

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

Portions of RGB colors in percentages

R + G + B =
126 + 118 + 181 = 425 (100%)
R 126 of 425 ~ 29.65%
G 118 of 425 ~ 27.76%
B 181 of 425 ~ 42.59%

%29.65
%27.76
%42.59

CMYK color model

#7E76B5 color CMYK value is (30,35,0,29).

  • cyan value is 30.39%
  • magenta value is 34.81%
  • yellow value is 0.00%
  • key color value is 29.02%
CMYK:
(30,35,0,29)
C30M35Y0K29 
(30%,35%,0%,29%)
(0.30/0.35/0.00/0.29)	

CMYK percentages

%30.39
%34.81
%0
%29.02

Codes

Color #7E76B5 in popluar color models

7E76B5
RGB126118181
HSL248°29.86%58.63%
HSB/HSV248°34.81%70.98%
CMYK30.39%34.81%0.00%
29.02%

Color #7E76B5 in popluar number systems.

HEX7E76B5
Decimal126118181
Binary1111110111011010110101
Octal176166265

Shades and tints

Shades of #7E76B5

#7E76B5
(126,118,181)
#736CA5
(115,108,165)
#686295
(104,98,149)
#5D5885
(93,88,133)
#524E75
(82,78,117)
#474465
(71,68,101)
#3C3A55
(60,58,85)
#313045
(49,48,69)
#262635
(38,38,53)
#1B1C25
(27,28,37)
#101215
(16,18,21)
#000000
(0,0,0)

Tints of #7E76B5

#7E76B5
(126,118,181)
#8982BB
(137,130,187)
#948EC1
(148,142,193)
#9F9AC7
(159,154,199)
#AAA6CD
(170,166,205)
#B5B2D3
(181,178,211)
#C0BED9
(192,190,217)
#CBCADF
(203,202,223)
#D6D6E5
(214,214,229)
#E1E2EB
(225,226,235)
#ECEEF1
(236,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7E76B5; }

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

This text font color is #7E76B5.


Background Color

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

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

This div background color is #7E76B5.


Border color

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

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

This div border color is #7E76B5.


Opacity

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

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

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

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

This text has shadow with #7E76B5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E76B5 on black background.


Color preview on white background

This text has color #7E76B5 on white background.



Black color preview on #7E76B5 background

This text has black color on #7E76B5 background.


White color preview on #7E76B5 background

This text has white color on #7E76B5 background.