COLOR #7D76E7

HEX: #7D76E7
RGB: (125,118,231)

Color info

#7D76E7 contains mainly blue color. Web safe color of #7D76E7 is #6666FF (or #66F).

RGB color model

#7D76E7 color RGB value is (125,118,231).

  • red value is 125;
  • green value is 118;
  • blue value is 231.
RGB:
(125,118,231)
(49%,46%,91%)

RGB channels and saturation

R 125 of 255 = 49%
G 118 of 255 = 46%
B 231 of 255 = 91%

125
118
231

R + G + B ~ 62%. #7D76E7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
125 + 118 + 231 = 474 (100%)
R 125 of 474 ~ 26.37%
G 118 of 474 ~ 24.89%
B 231 of 474 ~ 48.73%

%26.37
%24.89
%48.73

CMYK color model

#7D76E7 color CMYK value is (46,49,0,9).

  • cyan value is 45.89%
  • magenta value is 48.92%
  • yellow value is 0.00%
  • key color value is 9.41%
CMYK:
(46,49,0,9)
C46M49Y0K9 
(46%,49%,0%,9%)
(0.46/0.49/0.00/0.09)	

CMYK percentages

%45.89
%48.92
%0
%9.41

Codes

Color #7D76E7 in popluar color models

7D76E7
RGB125118231
HSL244°70.19%68.43%
HSB/HSV244°48.92%90.59%
CMYK45.89%48.92%0.00%
9.41%

Color #7D76E7 in popluar number systems.

HEX7D76E7
Decimal125118231
Binary1111101111011011100111
Octal175166347

Shades and tints

Shades of #7D76E7

#7D76E7
(125,118,231)
#726CD2
(114,108,210)
#6762BD
(103,98,189)
#5C58A8
(92,88,168)
#514E93
(81,78,147)
#46447E
(70,68,126)
#3B3A69
(59,58,105)
#303054
(48,48,84)
#25263F
(37,38,63)
#1A1C2A
(26,28,42)
#0F1215
(15,18,21)
#000000
(0,0,0)

Tints of #7D76E7

#7D76E7
(125,118,231)
#8882E9
(136,130,233)
#938EEB
(147,142,235)
#9E9AED
(158,154,237)
#A9A6EF
(169,166,239)
#B4B2F1
(180,178,241)
#BFBEF3
(191,190,243)
#CACAF5
(202,202,245)
#D5D6F7
(213,214,247)
#E0E2F9
(224,226,249)
#EBEEFB
(235,238,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7D76E7 color. Also use rgb(125,118,231) instead hex code.

Text Font Color

.myTextColor { color: #7D76E7; }

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

This text font color is #7D76E7.


Background Color

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

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

This div background color is #7D76E7.


Border color

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

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

This div border color is #7D76E7.


Opacity

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

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

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

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

This text has shadow with #7D76E7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D76E7 on black background.


Color preview on white background

This text has color #7D76E7 on white background.



Black color preview on #7D76E7 background

This text has black color on #7D76E7 background.


White color preview on #7D76E7 background

This text has white color on #7D76E7 background.