COLOR #766A8E

HEX: #766A8E
RGB: (118,106,142)

Color info

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

RGB color model

#766A8E color RGB value is (118,106,142).

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

RGB channels and saturation

R 118 of 255 = 46%
G 106 of 255 = 42%
B 142 of 255 = 56%

118
106
142

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

Portions of RGB colors in percentages

R + G + B =
118 + 106 + 142 = 366 (100%)
R 118 of 366 ~ 32.24%
G 106 of 366 ~ 28.96%
B 142 of 366 ~ 38.8%

%32.24
%28.96
%38.8

CMYK color model

#766A8E color CMYK value is (17,25,0,44).

  • cyan value is 16.90%
  • magenta value is 25.35%
  • yellow value is 0.00%
  • key color value is 44.31%
CMYK:
(17,25,0,44)
C17M25Y0K44 
(17%,25%,0%,44%)
(0.17/0.25/0.00/0.44)	

CMYK percentages

%16.9
%25.35
%0
%44.31

Codes

Color #766A8E in popluar color models

766A8E
RGB118106142
HSL260°14.52%48.63%
HSB/HSV260°25.35%55.69%
CMYK16.90%25.35%0.00%
44.31%

Color #766A8E in popluar number systems.

HEX766A8E
Decimal118106142
Binary1110110110101010001110
Octal166152216

Shades and tints

Shades of #766A8E

#766A8E
(118,106,142)
#6C6182
(108,97,130)
#625876
(98,88,118)
#584F6A
(88,79,106)
#4E465E
(78,70,94)
#443D52
(68,61,82)
#3A3446
(58,52,70)
#302B3A
(48,43,58)
#26222E
(38,34,46)
#1C1922
(28,25,34)
#121016
(18,16,22)
#000000
(0,0,0)

Tints of #766A8E

#766A8E
(118,106,142)
#827798
(130,119,152)
#8E84A2
(142,132,162)
#9A91AC
(154,145,172)
#A69EB6
(166,158,182)
#B2ABC0
(178,171,192)
#BEB8CA
(190,184,202)
#CAC5D4
(202,197,212)
#D6D2DE
(214,210,222)
#E2DFE8
(226,223,232)
#EEECF2
(238,236,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #766A8E; }

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

This text font color is #766A8E.


Background Color

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

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

This div background color is #766A8E.


Border color

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

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

This div border color is #766A8E.


Opacity

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

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

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

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

This text has shadow with #766A8E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #766A8E on black background.


Color preview on white background

This text has color #766A8E on white background.



Black color preview on #766A8E background

This text has black color on #766A8E background.


White color preview on #766A8E background

This text has white color on #766A8E background.