COLOR #766B89

HEX: #766B89
RGB: (118,107,137)

Color info

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

RGB color model

#766B89 color RGB value is (118,107,137).

  • red value is 118;
  • green value is 107;
  • blue value is 137.
RGB:
(118,107,137)
(46%,42%,54%)

RGB channels and saturation

R 118 of 255 = 46%
G 107 of 255 = 42%
B 137 of 255 = 54%

118
107
137

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

Portions of RGB colors in percentages

R + G + B =
118 + 107 + 137 = 362 (100%)
R 118 of 362 ~ 32.6%
G 107 of 362 ~ 29.56%
B 137 of 362 ~ 37.85%

%32.6
%29.56
%37.85

CMYK color model

#766B89 color CMYK value is (14,22,0,46).

  • cyan value is 13.87%
  • magenta value is 21.90%
  • yellow value is 0.00%
  • key color value is 46.27%
CMYK:
(14,22,0,46)
C14M22Y0K46 
(14%,22%,0%,46%)
(0.14/0.22/0.00/0.46)	

CMYK percentages

%13.87
%21.9
%0
%46.27

Codes

Color #766B89 in popluar color models

766B89
RGB118107137
HSL262°12.30%47.84%
HSB/HSV262°21.90%53.73%
CMYK13.87%21.90%0.00%
46.27%

Color #766B89 in popluar number systems.

HEX766B89
Decimal118107137
Binary1110110110101110001001
Octal166153211

Shades and tints

Shades of #766B89

#766B89
(118,107,137)
#6C627D
(108,98,125)
#625971
(98,89,113)
#585065
(88,80,101)
#4E4759
(78,71,89)
#443E4D
(68,62,77)
#3A3541
(58,53,65)
#302C35
(48,44,53)
#262329
(38,35,41)
#1C1A1D
(28,26,29)
#121111
(18,17,17)
#000000
(0,0,0)

Tints of #766B89

#766B89
(118,107,137)
#827893
(130,120,147)
#8E859D
(142,133,157)
#9A92A7
(154,146,167)
#A69FB1
(166,159,177)
#B2ACBB
(178,172,187)
#BEB9C5
(190,185,197)
#CAC6CF
(202,198,207)
#D6D3D9
(214,211,217)
#E2E0E3
(226,224,227)
#EEEDED
(238,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #766B89 color. Also use rgb(118,107,137) instead hex code.

Text Font Color

.myTextColor { color: #766B89; }

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

This text font color is #766B89.


Background Color

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

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

This div background color is #766B89.


Border color

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

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

This div border color is #766B89.


Opacity

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

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

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

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

This text has shadow with #766B89 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #766B89 on black background.


Color preview on white background

This text has color #766B89 on white background.



Black color preview on #766B89 background

This text has black color on #766B89 background.


White color preview on #766B89 background

This text has white color on #766B89 background.