COLOR #766ECC

HEX: #766ECC RGB: (118,110,204)

Color info

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

RGB color model

#766ECC color RGB value is (118,110,204).

RGB: (118,110,204) (46%, 43%, 80%)

RGB channels and saturation

R 118 of 255 = 46%
G 110 of 255 = 43%
B 204 of 255 = 80%

118
110
204

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

Portions of RGB colors in percentages

R + G + B = 118 + 110 + 204 = 432 (100%)
R 118 of 432 ~ 27.31%
G 110 of 432 ~ 25.46%
B 204 of 432 ~ 47.22'%

%27.31
%25.46
%47.22

CMYK color model

#766ECC color CMYK value is (42,46,0,20).

  • cyan value is 42.16%
  • magenta value is 46.08%
  • yellow value is 0.00%
  • key color value is 20.00%

CMYK: (42,46,0,20)
C42M46Y0K20 (42%, 46%, 0%, 20%)
(0.42 / 0.46 / 0.00 / 0.20)

CMYK percentages

%42.16
%46.08
%0
%20

Codes

Color #766ECC in popluar color models

76 6E CC
RGB 118 110 204
HSL 245° 47.96% 61.57%
HSB/HSV 245° 46.08% 80.00%
CMYK 42.16% 46.08% 0.00%
20.00%

Color #766ECC in popluar number systems.

HEX 76 6E CC
Decimal 118 110 204
Binary 1110110 1101110 11001100
Octal 166 156 314

Shades and tints

Shades of #766ECC

#766ECC
(118,110,204)
#6C64BA
(108,100,186)
#625AA8
(98,90,168)
#585096
(88,80,150)
#4E4684
(78,70,132)
#443C72
(68,60,114)
#3A3260
(58,50,96)
#30284E
(48,40,78)
#261E3C
(38,30,60)
#1C142A
(28,20,42)
#120A18
(18,10,24)
#000000
(0,0,0)

Tints of #766ECC

#766ECC
(118,110,204)
#827BD0
(130,123,208)
#8E88D4
(142,136,212)
#9A95D8
(154,149,216)
#A6A2DC
(166,162,220)
#B2AFE0
(178,175,224)
#BEBCE4
(190,188,228)
#CAC9E8
(202,201,232)
#D6D6EC
(214,214,236)
#E2E3F0
(226,227,240)
#EEF0F4
(238,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #766ECC; }

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

This text font color is #766ECC.

Background Color

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

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

This div background color is #766ECC.

Border color

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

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

This div border color is #766ECC.

Opacity

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

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

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

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

This text has shadow with #766ECC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #766ECC.

Preview

Color preview on black background

This text has color #766ECC on black background.


Color preview on white background

This text has color #766ECC on white background.


Black color preview on #766ECC background

This text has black color on #766ECC background.


White color preview on #766ECC background

This text has white color on #766ECC background.


Related colors

Complementary color

Complementary color for #hex is #899133.


I love getcolorcode.com

Triadic colors

1 #CC766E and #6ECC76 with #766ECC are triadic colors.

2 #CC6E76 and #6E76CC with #766ECC are triadic colors.