COLOR #766EAA

HEX: #766EAA RGB: (118,110,170)

Color info

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

RGB color model

#766EAA color RGB value is (118,110,170).

RGB: (118,110,170) (46%, 43%, 67%)

RGB channels and saturation

R 118 of 255 = 46%
G 110 of 255 = 43%
B 170 of 255 = 67%

118
110
170

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

Portions of RGB colors in percentages

R + G + B = 118 + 110 + 170 = 398 (100%)
R 118 of 398 ~ 29.65%
G 110 of 398 ~ 27.64%
B 170 of 398 ~ 42.71'%

%29.65
%27.64
%42.71

CMYK color model

#766EAA color CMYK value is (31,35,0,33).

  • cyan value is 30.59%
  • magenta value is 35.29%
  • yellow value is 0.00%
  • key color value is 33.33%

CMYK: (31,35,0,33)
C31M35Y0K33 (31%, 35%, 0%, 33%)
(0.31 / 0.35 / 0.00 / 0.33)

CMYK percentages

%30.59
%35.29
%0
%33.33

Codes

Color #766EAA in popluar color models

76 6E AA
RGB 118 110 170
HSL 248° 26.09% 54.90%
HSB/HSV 248° 35.29% 66.67%
CMYK 30.59% 35.29% 0.00%
33.33%

Color #766EAA in popluar number systems.

HEX 76 6E AA
Decimal 118 110 170
Binary 1110110 1101110 10101010
Octal 166 156 252

Shades and tints

Shades of #766EAA

#766EAA
(118,110,170)
#6C649B
(108,100,155)
#625A8C
(98,90,140)
#58507D
(88,80,125)
#4E466E
(78,70,110)
#443C5F
(68,60,95)
#3A3250
(58,50,80)
#302841
(48,40,65)
#261E32
(38,30,50)
#1C1423
(28,20,35)
#120A14
(18,10,20)
#000000
(0,0,0)

Tints of #766EAA

#766EAA
(118,110,170)
#827BB1
(130,123,177)
#8E88B8
(142,136,184)
#9A95BF
(154,149,191)
#A6A2C6
(166,162,198)
#B2AFCD
(178,175,205)
#BEBCD4
(190,188,212)
#CAC9DB
(202,201,219)
#D6D6E2
(214,214,226)
#E2E3E9
(226,227,233)
#EEF0F0
(238,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #766EAA; }

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

This text font color is #766EAA.

Background Color

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

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

This div background color is #766EAA.

Border color

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

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

This div border color is #766EAA.

Opacity

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

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

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

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

This text has shadow with #766EAA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #766EAA.

Preview

Color preview on black background

This text has color #766EAA on black background.


Color preview on white background

This text has color #766EAA on white background.


Black color preview on #766EAA background

This text has black color on #766EAA background.


White color preview on #766EAA background

This text has white color on #766EAA background.


Related colors

Complementary color

Complementary color for #hex is #899155.


I love getcolorcode.com

Triadic colors

1 #AA766E and #6EAA76 with #766EAA are triadic colors.

2 #AA6E76 and #6E76AA with #766EAA are triadic colors.