COLOR #7F76D7

HEX: #7F76D7
RGB: (127,118,215)

Color info

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

RGB color model

#7F76D7 color RGB value is (127,118,215).

  • red value is 127;
  • green value is 118;
  • blue value is 215.
RGB:
(127,118,215)
(50%,46%,84%)

RGB channels and saturation

R 127 of 255 = 50%
G 118 of 255 = 46%
B 215 of 255 = 84%

127
118
215

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

Portions of RGB colors in percentages

R + G + B =
127 + 118 + 215 = 460 (100%)
R 127 of 460 ~ 27.61%
G 118 of 460 ~ 25.65%
B 215 of 460 ~ 46.74%

%27.61
%25.65
%46.74

CMYK color model

#7F76D7 color CMYK value is (41,45,0,16).

  • cyan value is 40.93%
  • magenta value is 45.12%
  • yellow value is 0.00%
  • key color value is 15.69%
CMYK:
(41,45,0,16)
C41M45Y0K16 
(41%,45%,0%,16%)
(0.41/0.45/0.00/0.16)	

CMYK percentages

%40.93
%45.12
%0
%15.69

Codes

Color #7F76D7 in popluar color models

7F76D7
RGB127118215
HSL246°54.80%65.29%
HSB/HSV246°45.12%84.31%
CMYK40.93%45.12%0.00%
15.69%

Color #7F76D7 in popluar number systems.

HEX7F76D7
Decimal127118215
Binary1111111111011011010111
Octal177166327

Shades and tints

Shades of #7F76D7

#7F76D7
(127,118,215)
#746CC4
(116,108,196)
#6962B1
(105,98,177)
#5E589E
(94,88,158)
#534E8B
(83,78,139)
#484478
(72,68,120)
#3D3A65
(61,58,101)
#323052
(50,48,82)
#27263F
(39,38,63)
#1C1C2C
(28,28,44)
#111219
(17,18,25)
#000000
(0,0,0)

Tints of #7F76D7

#7F76D7
(127,118,215)
#8A82DA
(138,130,218)
#958EDD
(149,142,221)
#A09AE0
(160,154,224)
#ABA6E3
(171,166,227)
#B6B2E6
(182,178,230)
#C1BEE9
(193,190,233)
#CCCAEC
(204,202,236)
#D7D6EF
(215,214,239)
#E2E2F2
(226,226,242)
#EDEEF5
(237,238,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7F76D7 color. Also use rgb(127,118,215) instead hex code.

Text Font Color

.myTextColor { color: #7F76D7; }

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

This text font color is #7F76D7.


Background Color

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

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

This div background color is #7F76D7.


Border color

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

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

This div border color is #7F76D7.


Opacity

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

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

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

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

This text has shadow with #7F76D7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7F76D7 on black background.


Color preview on white background

This text has color #7F76D7 on white background.



Black color preview on #7F76D7 background

This text has black color on #7F76D7 background.


White color preview on #7F76D7 background

This text has white color on #7F76D7 background.