COLOR #766EA0

HEX: #766EA0
RGB: (118,110,160)

Color info

#766EA0 contains red, green and blue colors in about the same proportion. Web safe color of #766EA0 is #666699 (or #669).

RGB color model

#766EA0 color RGB value is (118,110,160).

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

RGB channels and saturation

R 118 of 255 = 46%
G 110 of 255 = 43%
B 160 of 255 = 63%

118
110
160

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

Portions of RGB colors in percentages

R + G + B =
118 + 110 + 160 = 388 (100%)
R 118 of 388 ~ 30.41%
G 110 of 388 ~ 28.35%
B 160 of 388 ~ 41.24%

%30.41
%28.35
%41.24

CMYK color model

#766EA0 color CMYK value is (26,31,0,37).

  • cyan value is 26.25%
  • magenta value is 31.25%
  • yellow value is 0.00%
  • key color value is 37.25%
CMYK:
(26,31,0,37)
C26M31Y0K37 
(26%,31%,0%,37%)
(0.26/0.31/0.00/0.37)	

CMYK percentages

%26.25
%31.25
%0
%37.25

Codes

Color #766EA0 in popluar color models

766EA0
RGB118110160
HSL250°20.83%52.94%
HSB/HSV250°31.25%62.75%
CMYK26.25%31.25%0.00%
37.25%

Color #766EA0 in popluar number systems.

HEX766EA0
Decimal118110160
Binary1110110110111010100000
Octal166156240

Shades and tints

Shades of #766EA0

#766EA0
(118,110,160)
#6C6492
(108,100,146)
#625A84
(98,90,132)
#585076
(88,80,118)
#4E4668
(78,70,104)
#443C5A
(68,60,90)
#3A324C
(58,50,76)
#30283E
(48,40,62)
#261E30
(38,30,48)
#1C1422
(28,20,34)
#120A14
(18,10,20)
#000000
(0,0,0)

Tints of #766EA0

#766EA0
(118,110,160)
#827BA8
(130,123,168)
#8E88B0
(142,136,176)
#9A95B8
(154,149,184)
#A6A2C0
(166,162,192)
#B2AFC8
(178,175,200)
#BEBCD0
(190,188,208)
#CAC9D8
(202,201,216)
#D6D6E0
(214,214,224)
#E2E3E8
(226,227,232)
#EEF0F0
(238,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #766EA0; }

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

This text font color is #766EA0.


Background Color

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

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

This div background color is #766EA0.


Border color

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

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

This div border color is #766EA0.


Opacity

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

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

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

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

This text has shadow with #766EA0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #766EA0 on black background.


Color preview on white background

This text has color #766EA0 on white background.



Black color preview on #766EA0 background

This text has black color on #766EA0 background.


White color preview on #766EA0 background

This text has white color on #766EA0 background.