COLOR #766698

HEX: #766698
RGB: (118,102,152)

Color info

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

RGB color model

#766698 color RGB value is (118,102,152).

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

RGB channels and saturation

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

118
102
152

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

Portions of RGB colors in percentages

R + G + B =
118 + 102 + 152 = 372 (100%)
R 118 of 372 ~ 31.72%
G 102 of 372 ~ 27.42%
B 152 of 372 ~ 40.86%

%31.72
%27.42
%40.86

CMYK color model

#766698 color CMYK value is (22,33,0,40).

  • cyan value is 22.37%
  • magenta value is 32.89%
  • yellow value is 0.00%
  • key color value is 40.39%
CMYK:
(22,33,0,40)
C22M33Y0K40 
(22%,33%,0%,40%)
(0.22/0.33/0.00/0.40)	

CMYK percentages

%22.37
%32.89
%0
%40.39

Codes

Color #766698 in popluar color models

766698
RGB118102152
HSL259°19.69%49.80%
HSB/HSV259°32.89%59.61%
CMYK22.37%32.89%0.00%
40.39%

Color #766698 in popluar number systems.

HEX766698
Decimal118102152
Binary1110110110011010011000
Octal166146230

Shades and tints

Shades of #766698

#766698
(118,102,152)
#6C5D8B
(108,93,139)
#62547E
(98,84,126)
#584B71
(88,75,113)
#4E4264
(78,66,100)
#443957
(68,57,87)
#3A304A
(58,48,74)
#30273D
(48,39,61)
#261E30
(38,30,48)
#1C1523
(28,21,35)
#120C16
(18,12,22)
#000000
(0,0,0)

Tints of #766698

#766698
(118,102,152)
#8273A1
(130,115,161)
#8E80AA
(142,128,170)
#9A8DB3
(154,141,179)
#A69ABC
(166,154,188)
#B2A7C5
(178,167,197)
#BEB4CE
(190,180,206)
#CAC1D7
(202,193,215)
#D6CEE0
(214,206,224)
#E2DBE9
(226,219,233)
#EEE8F2
(238,232,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #766698; }

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

This text font color is #766698.


Background Color

.myBgColor { background-color: #766698; }

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

This div background color is #766698.


Border color

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

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

This div border color is #766698.


Opacity

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

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

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

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

This text has shadow with #766698 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #766698 on black background.


Color preview on white background

This text has color #766698 on white background.



Black color preview on #766698 background

This text has black color on #766698 background.


White color preview on #766698 background

This text has white color on #766698 background.