COLOR #766FAB

HEX: #766FAB
RGB: (118,111,171)

Color info

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

RGB color model

#766FAB color RGB value is (118,111,171).

  • red value is 118;
  • green value is 111;
  • blue value is 171.
RGB:
(118,111,171)
(46%,44%,67%)

RGB channels and saturation

R 118 of 255 = 46%
G 111 of 255 = 44%
B 171 of 255 = 67%

118
111
171

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

Portions of RGB colors in percentages

R + G + B =
118 + 111 + 171 = 400 (100%)
R 118 of 400 ~ 29.5%
G 111 of 400 ~ 27.75%
B 171 of 400 ~ 42.75%

%29.5
%27.75
%42.75

CMYK color model

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

  • cyan value is 30.99%
  • magenta value is 35.09%
  • yellow value is 0.00%
  • key color value is 32.94%
CMYK:
(31,35,0,33)
C31M35Y0K33 
(31%,35%,0%,33%)
(0.31/0.35/0.00/0.33)	

CMYK percentages

%30.99
%35.09
%0
%32.94

Codes

Color #766FAB in popluar color models

766FAB
RGB118111171
HSL247°26.32%55.29%
HSB/HSV247°35.09%67.06%
CMYK30.99%35.09%0.00%
32.94%

Color #766FAB in popluar number systems.

HEX766FAB
Decimal118111171
Binary1110110110111110101011
Octal166157253

Shades and tints

Shades of #766FAB

#766FAB
(118,111,171)
#6C659C
(108,101,156)
#625B8D
(98,91,141)
#58517E
(88,81,126)
#4E476F
(78,71,111)
#443D60
(68,61,96)
#3A3351
(58,51,81)
#302942
(48,41,66)
#261F33
(38,31,51)
#1C1524
(28,21,36)
#120B15
(18,11,21)
#000000
(0,0,0)

Tints of #766FAB

#766FAB
(118,111,171)
#827CB2
(130,124,178)
#8E89B9
(142,137,185)
#9A96C0
(154,150,192)
#A6A3C7
(166,163,199)
#B2B0CE
(178,176,206)
#BEBDD5
(190,189,213)
#CACADC
(202,202,220)
#D6D7E3
(214,215,227)
#E2E4EA
(226,228,234)
#EEF1F1
(238,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #766FAB color. Also use rgb(118,111,171) instead hex code.

Text Font Color

.myTextColor { color: #766FAB; }

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

This text font color is #766FAB.


Background Color

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

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

This div background color is #766FAB.


Border color

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

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

This div border color is #766FAB.


Opacity

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

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

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

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

This text has shadow with #766FAB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #766FAB on black background.


Color preview on white background

This text has color #766FAB on white background.



Black color preview on #766FAB background

This text has black color on #766FAB background.


White color preview on #766FAB background

This text has white color on #766FAB background.