COLOR #766CB1

HEX: #766CB1 RGB: (118,108,177)

Color info

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

RGB color model

#766CB1 color RGB value is (118,108,177).

RGB: (118,108,177) (46%, 42%, 69%)

RGB channels and saturation

R 118 of 255 = 46%
G 108 of 255 = 42%
B 177 of 255 = 69%

118
108
177

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

Portions of RGB colors in percentages

R + G + B = 118 + 108 + 177 = 403 (100%)
R 118 of 403 ~ 29.28%
G 108 of 403 ~ 26.8%
B 177 of 403 ~ 43.92'%

%29.28
%26.8
%43.92

CMYK color model

#766CB1 color CMYK value is (33,39,0,31).

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

CMYK: (33,39,0,31)
C33M39Y0K31 (33%, 39%, 0%, 31%)
(0.33 / 0.39 / 0.00 / 0.31)

CMYK percentages

%33.33
%38.98
%0
%30.59

Codes

Color #766CB1 in popluar color models

76 6C B1
RGB 118 108 177
HSL 249° 30.67% 55.88%
HSB/HSV 249° 38.98% 69.41%
CMYK 33.33% 38.98% 0.00%
30.59%

Color #766CB1 in popluar number systems.

HEX 76 6C B1
Decimal 118 108 177
Binary 1110110 1101100 10110001
Octal 166 154 261

Shades and tints

Shades of #766CB1

#766CB1
(118,108,177)
#6C63A1
(108,99,161)
#625A91
(98,90,145)
#585181
(88,81,129)
#4E4871
(78,72,113)
#443F61
(68,63,97)
#3A3651
(58,54,81)
#302D41
(48,45,65)
#262431
(38,36,49)
#1C1B21
(28,27,33)
#121211
(18,18,17)
#000000
(0,0,0)

Tints of #766CB1

#766CB1
(118,108,177)
#8279B8
(130,121,184)
#8E86BF
(142,134,191)
#9A93C6
(154,147,198)
#A6A0CD
(166,160,205)
#B2ADD4
(178,173,212)
#BEBADB
(190,186,219)
#CAC7E2
(202,199,226)
#D6D4E9
(214,212,233)
#E2E1F0
(226,225,240)
#EEEEF7
(238,238,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #766CB1; }

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

This text font color is #766CB1.

Background Color

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

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

This div background color is #766CB1.

Border color

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

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

This div border color is #766CB1.

Opacity

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

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

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

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

This text has shadow with #766CB1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #766CB1.

Preview

Color preview on black background

This text has color #766CB1 on black background.


Color preview on white background

This text has color #766CB1 on white background.


Black color preview on #766CB1 background

This text has black color on #766CB1 background.


White color preview on #766CB1 background

This text has white color on #766CB1 background.


Related colors

Complementary color

Complementary color for #hex is #89934E.


I love getcolorcode.com

Triadic colors

1 #B1766C and #6CB176 with #766CB1 are triadic colors.

2 #B16C76 and #6C76B1 with #766CB1 are triadic colors.