COLOR #766FF7

HEX: #766FF7
RGB: (118,111,247)

Color info

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

RGB color model

#766FF7 color RGB value is (118,111,247).

  • red value is 118;
  • green value is 111;
  • blue value is 247.
RGB:
(118,111,247)
(46%,44%,97%)

RGB channels and saturation

R 118 of 255 = 46%
G 111 of 255 = 44%
B 247 of 255 = 97%

118
111
247

R + G + B ~ 62%. #766FF7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
118 + 111 + 247 = 476 (100%)
R 118 of 476 ~ 24.79%
G 111 of 476 ~ 23.32%
B 247 of 476 ~ 51.89%

%24.79
%23.32
%51.89

CMYK color model

#766FF7 color CMYK value is (52,55,0,3).

  • cyan value is 52.23%
  • magenta value is 55.06%
  • yellow value is 0.00%
  • key color value is 3.14%
CMYK:
(52,55,0,3)
C52M55Y0K3 
(52%,55%,0%,3%)
(0.52/0.55/0.00/0.03)	

CMYK percentages

%52.23
%55.06
%0
%3.14

Codes

Color #766FF7 in popluar color models

766FF7
RGB118111247
HSL243°89.47%70.20%
HSB/HSV243°55.06%96.86%
CMYK52.23%55.06%0.00%
3.14%

Color #766FF7 in popluar number systems.

HEX766FF7
Decimal118111247
Binary1110110110111111110111
Octal166157367

Shades and tints

Shades of #766FF7

#766FF7
(118,111,247)
#6C65E1
(108,101,225)
#625BCB
(98,91,203)
#5851B5
(88,81,181)
#4E479F
(78,71,159)
#443D89
(68,61,137)
#3A3373
(58,51,115)
#30295D
(48,41,93)
#261F47
(38,31,71)
#1C1531
(28,21,49)
#120B1B
(18,11,27)
#000000
(0,0,0)

Tints of #766FF7

#766FF7
(118,111,247)
#827CF7
(130,124,247)
#8E89F7
(142,137,247)
#9A96F7
(154,150,247)
#A6A3F7
(166,163,247)
#B2B0F7
(178,176,247)
#BEBDF7
(190,189,247)
#CACAF7
(202,202,247)
#D6D7F7
(214,215,247)
#E2E4F7
(226,228,247)
#EEF1F7
(238,241,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #766FF7 color. Also use rgb(118,111,247) instead hex code.

Text Font Color

.myTextColor { color: #766FF7; }

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

This text font color is #766FF7.


Background Color

.myBgColor { background-color: #766FF7; }

<div style="background-color:#766FF7">Inner text</div>

This div background color is #766FF7.


Border color

.myBorderColor { border: 1px solid #766FF7; }

<div style="border:3px solid #766FF7">Div</div>

This div border color is #766FF7.


Opacity

.myOpacity80 { color: #766FF7; opacity: 0.8; }

<p style="color:#766FF7;opacity:0.8;">80%</p>

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

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

This text has shadow with #766FF7 color.

.textShadow {text-shadow: 3px 3px 1px #766FF7, 3px 3px 1px red;}

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

This text has shadow with #766FF7 primary color and red secondary color.


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

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

This text has shadow with #766FF7 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #766FF7 on black background.


Color preview on white background

This text has color #766FF7 on white background.



Black color preview on #766FF7 background

This text has black color on #766FF7 background.


White color preview on #766FF7 background

This text has white color on #766FF7 background.