COLOR #766C94

HEX: #766C94
RGB: (118,108,148)

Color info

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

RGB color model

#766C94 color RGB value is (118,108,148).

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

RGB channels and saturation

R 118 of 255 = 46%
G 108 of 255 = 42%
B 148 of 255 = 58%

118
108
148

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

Portions of RGB colors in percentages

R + G + B =
118 + 108 + 148 = 374 (100%)
R 118 of 374 ~ 31.55%
G 108 of 374 ~ 28.88%
B 148 of 374 ~ 39.57%

%31.55
%28.88
%39.57

CMYK color model

#766C94 color CMYK value is (20,27,0,42).

  • cyan value is 20.27%
  • magenta value is 27.03%
  • yellow value is 0.00%
  • key color value is 41.96%
CMYK:
(20,27,0,42)
C20M27Y0K42 
(20%,27%,0%,42%)
(0.20/0.27/0.00/0.42)	

CMYK percentages

%20.27
%27.03
%0
%41.96

Codes

Color #766C94 in popluar color models

766C94
RGB118108148
HSL255°15.75%50.20%
HSB/HSV255°27.03%58.04%
CMYK20.27%27.03%0.00%
41.96%

Color #766C94 in popluar number systems.

HEX766C94
Decimal118108148
Binary1110110110110010010100
Octal166154224

Shades and tints

Shades of #766C94

#766C94
(118,108,148)
#6C6387
(108,99,135)
#625A7A
(98,90,122)
#58516D
(88,81,109)
#4E4860
(78,72,96)
#443F53
(68,63,83)
#3A3646
(58,54,70)
#302D39
(48,45,57)
#26242C
(38,36,44)
#1C1B1F
(28,27,31)
#121212
(18,18,18)
#000000
(0,0,0)

Tints of #766C94

#766C94
(118,108,148)
#82799D
(130,121,157)
#8E86A6
(142,134,166)
#9A93AF
(154,147,175)
#A6A0B8
(166,160,184)
#B2ADC1
(178,173,193)
#BEBACA
(190,186,202)
#CAC7D3
(202,199,211)
#D6D4DC
(214,212,220)
#E2E1E5
(226,225,229)
#EEEEEE
(238,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #766C94; }

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

This text font color is #766C94.


Background Color

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

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

This div background color is #766C94.


Border color

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

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

This div border color is #766C94.


Opacity

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

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

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

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

This text has shadow with #766C94 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #766C94 on black background.


Color preview on white background

This text has color #766C94 on white background.



Black color preview on #766C94 background

This text has black color on #766C94 background.


White color preview on #766C94 background

This text has white color on #766C94 background.