COLOR #766A93

HEX: #766A93
RGB: (118,106,147)

Color info

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

RGB color model

#766A93 color RGB value is (118,106,147).

  • red value is 118;
  • green value is 106;
  • blue value is 147.
RGB:
(118,106,147)
(46%,42%,58%)

RGB channels and saturation

R 118 of 255 = 46%
G 106 of 255 = 42%
B 147 of 255 = 58%

118
106
147

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

Portions of RGB colors in percentages

R + G + B =
118 + 106 + 147 = 371 (100%)
R 118 of 371 ~ 31.81%
G 106 of 371 ~ 28.57%
B 147 of 371 ~ 39.62%

%31.81
%28.57
%39.62

CMYK color model

#766A93 color CMYK value is (20,28,0,42).

  • cyan value is 19.73%
  • magenta value is 27.89%
  • yellow value is 0.00%
  • key color value is 42.35%
CMYK:
(20,28,0,42)
C20M28Y0K42 
(20%,28%,0%,42%)
(0.20/0.28/0.00/0.42)	

CMYK percentages

%19.73
%27.89
%0
%42.35

Codes

Color #766A93 in popluar color models

766A93
RGB118106147
HSL258°16.21%49.61%
HSB/HSV258°27.89%57.65%
CMYK19.73%27.89%0.00%
42.35%

Color #766A93 in popluar number systems.

HEX766A93
Decimal118106147
Binary1110110110101010010011
Octal166152223

Shades and tints

Shades of #766A93

#766A93
(118,106,147)
#6C6186
(108,97,134)
#625879
(98,88,121)
#584F6C
(88,79,108)
#4E465F
(78,70,95)
#443D52
(68,61,82)
#3A3445
(58,52,69)
#302B38
(48,43,56)
#26222B
(38,34,43)
#1C191E
(28,25,30)
#121011
(18,16,17)
#000000
(0,0,0)

Tints of #766A93

#766A93
(118,106,147)
#82779C
(130,119,156)
#8E84A5
(142,132,165)
#9A91AE
(154,145,174)
#A69EB7
(166,158,183)
#B2ABC0
(178,171,192)
#BEB8C9
(190,184,201)
#CAC5D2
(202,197,210)
#D6D2DB
(214,210,219)
#E2DFE4
(226,223,228)
#EEECED
(238,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #766A93 color. Also use rgb(118,106,147) instead hex code.

Text Font Color

.myTextColor { color: #766A93; }

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

This text font color is #766A93.


Background Color

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

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

This div background color is #766A93.


Border color

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

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

This div border color is #766A93.


Opacity

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

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

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

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

This text has shadow with #766A93 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #766A93 on black background.


Color preview on white background

This text has color #766A93 on white background.



Black color preview on #766A93 background

This text has black color on #766A93 background.


White color preview on #766A93 background

This text has white color on #766A93 background.