COLOR #766F9E

HEX: #766F9E
RGB: (118,111,158)

Color info

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

RGB color model

#766F9E color RGB value is (118,111,158).

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

RGB channels and saturation

R 118 of 255 = 46%
G 111 of 255 = 44%
B 158 of 255 = 62%

118
111
158

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

Portions of RGB colors in percentages

R + G + B =
118 + 111 + 158 = 387 (100%)
R 118 of 387 ~ 30.49%
G 111 of 387 ~ 28.68%
B 158 of 387 ~ 40.83%

%30.49
%28.68
%40.83

CMYK color model

#766F9E color CMYK value is (25,30,0,38).

  • cyan value is 25.32%
  • magenta value is 29.75%
  • yellow value is 0.00%
  • key color value is 38.04%
CMYK:
(25,30,0,38)
C25M30Y0K38 
(25%,30%,0%,38%)
(0.25/0.30/0.00/0.38)	

CMYK percentages

%25.32
%29.75
%0
%38.04

Codes

Color #766F9E in popluar color models

766F9E
RGB118111158
HSL249°19.50%52.75%
HSB/HSV249°29.75%61.96%
CMYK25.32%29.75%0.00%
38.04%

Color #766F9E in popluar number systems.

HEX766F9E
Decimal118111158
Binary1110110110111110011110
Octal166157236

Shades and tints

Shades of #766F9E

#766F9E
(118,111,158)
#6C6590
(108,101,144)
#625B82
(98,91,130)
#585174
(88,81,116)
#4E4766
(78,71,102)
#443D58
(68,61,88)
#3A334A
(58,51,74)
#30293C
(48,41,60)
#261F2E
(38,31,46)
#1C1520
(28,21,32)
#120B12
(18,11,18)
#000000
(0,0,0)

Tints of #766F9E

#766F9E
(118,111,158)
#827CA6
(130,124,166)
#8E89AE
(142,137,174)
#9A96B6
(154,150,182)
#A6A3BE
(166,163,190)
#B2B0C6
(178,176,198)
#BEBDCE
(190,189,206)
#CACAD6
(202,202,214)
#D6D7DE
(214,215,222)
#E2E4E6
(226,228,230)
#EEF1EE
(238,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #766F9E; }

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

This text font color is #766F9E.


Background Color

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

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

This div background color is #766F9E.


Border color

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

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

This div border color is #766F9E.


Opacity

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

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

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

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

This text has shadow with #766F9E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #766F9E on black background.


Color preview on white background

This text has color #766F9E on white background.



Black color preview on #766F9E background

This text has black color on #766F9E background.


White color preview on #766F9E background

This text has white color on #766F9E background.