COLOR #766EB1

HEX: #766EB1
RGB: (118,110,177)

Color info

#766EB1 contains mainly red and blue colors. Web safe color of #766EB1 is #666699 (or #669).

RGB color model

#766EB1 color RGB value is (118,110,177).

  • red value is 118;
  • green value is 110;
  • blue value is 177.
RGB:
(118,110,177)
(46%,43%,69%)

RGB channels and saturation

R 118 of 255 = 46%
G 110 of 255 = 43%
B 177 of 255 = 69%

118
110
177

R + G + B ~ 53%. #766EB1 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
118 + 110 + 177 = 405 (100%)
R 118 of 405 ~ 29.14%
G 110 of 405 ~ 27.16%
B 177 of 405 ~ 43.7%

%29.14
%27.16
%43.7

CMYK color model

#766EB1 color CMYK value is (33,38,0,31).

  • cyan value is 33.33%
  • magenta value is 37.85%
  • yellow value is 0.00%
  • key color value is 30.59%
CMYK:
(33,38,0,31)
C33M38Y0K31 
(33%,38%,0%,31%)
(0.33/0.38/0.00/0.31)	

CMYK percentages

%33.33
%37.85
%0
%30.59

Codes

Color #766EB1 in popluar color models

766EB1
RGB118110177
HSL247°30.04%56.27%
HSB/HSV247°37.85%69.41%
CMYK33.33%37.85%0.00%
30.59%

Color #766EB1 in popluar number systems.

HEX766EB1
Decimal118110177
Binary1110110110111010110001
Octal166156261

Shades and tints

Shades of #766EB1

#766EB1
(118,110,177)
#6C64A1
(108,100,161)
#625A91
(98,90,145)
#585081
(88,80,129)
#4E4671
(78,70,113)
#443C61
(68,60,97)
#3A3251
(58,50,81)
#302841
(48,40,65)
#261E31
(38,30,49)
#1C1421
(28,20,33)
#120A11
(18,10,17)
#000000
(0,0,0)

Tints of #766EB1

#766EB1
(118,110,177)
#827BB8
(130,123,184)
#8E88BF
(142,136,191)
#9A95C6
(154,149,198)
#A6A2CD
(166,162,205)
#B2AFD4
(178,175,212)
#BEBCDB
(190,188,219)
#CAC9E2
(202,201,226)
#D6D6E9
(214,214,233)
#E2E3F0
(226,227,240)
#EEF0F7
(238,240,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #766EB1 color. Also use rgb(118,110,177) instead hex code.

Text Font Color

.myTextColor { color: #766EB1; }

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

This text font color is #766EB1.


Background Color

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

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

This div background color is #766EB1.


Border color

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

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

This div border color is #766EB1.


Opacity

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

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

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

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

This text has shadow with #766EB1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #766EB1 on black background.


Color preview on white background

This text has color #766EB1 on white background.



Black color preview on #766EB1 background

This text has black color on #766EB1 background.


White color preview on #766EB1 background

This text has white color on #766EB1 background.