COLOR #766699

HEX: #766699
RGB: (118,102,153)

Color info

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

RGB color model

#766699 color RGB value is (118,102,153).

  • red value is 118;
  • green value is 102;
  • blue value is 153.
RGB:
(118,102,153)
(46%,40%,60%)

RGB channels and saturation

R 118 of 255 = 46%
G 102 of 255 = 40%
B 153 of 255 = 60%

118
102
153

R + G + B ~ 49%. #766699 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
118 + 102 + 153 = 373 (100%)
R 118 of 373 ~ 31.64%
G 102 of 373 ~ 27.35%
B 153 of 373 ~ 41.02%

%31.64
%27.35
%41.02

CMYK color model

#766699 color CMYK value is (23,33,0,40).

  • cyan value is 22.88%
  • magenta value is 33.33%
  • yellow value is 0.00%
  • key color value is 40.00%
CMYK:
(23,33,0,40)
C23M33Y0K40 
(23%,33%,0%,40%)
(0.23/0.33/0.00/0.40)	

CMYK percentages

%22.88
%33.33
%0
%40

Codes

Color #766699 in popluar color models

766699
RGB118102153
HSL259°20.00%50.00%
HSB/HSV259°33.33%60.00%
CMYK22.88%33.33%0.00%
40.00%

Color #766699 in popluar number systems.

HEX766699
Decimal118102153
Binary1110110110011010011001
Octal166146231

Shades and tints

Shades of #766699

#766699
(118,102,153)
#6C5D8C
(108,93,140)
#62547F
(98,84,127)
#584B72
(88,75,114)
#4E4265
(78,66,101)
#443958
(68,57,88)
#3A304B
(58,48,75)
#30273E
(48,39,62)
#261E31
(38,30,49)
#1C1524
(28,21,36)
#120C17
(18,12,23)
#000000
(0,0,0)

Tints of #766699

#766699
(118,102,153)
#8273A2
(130,115,162)
#8E80AB
(142,128,171)
#9A8DB4
(154,141,180)
#A69ABD
(166,154,189)
#B2A7C6
(178,167,198)
#BEB4CF
(190,180,207)
#CAC1D8
(202,193,216)
#D6CEE1
(214,206,225)
#E2DBEA
(226,219,234)
#EEE8F3
(238,232,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #766699 color. Also use rgb(118,102,153) instead hex code.

Text Font Color

.myTextColor { color: #766699; }

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

This text font color is #766699.


Background Color

.myBgColor { background-color: #766699; }

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

This div background color is #766699.


Border color

.myBorderColor { border: 1px solid #766699; }

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

This div border color is #766699.


Opacity

.myOpacity80 { color: #766699; opacity: 0.8; }

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

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

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

This text has shadow with #766699 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #766699 on black background.


Color preview on white background

This text has color #766699 on white background.



Black color preview on #766699 background

This text has black color on #766699 background.


White color preview on #766699 background

This text has white color on #766699 background.