COLOR #766C89

HEX: #766C89
RGB: (118,108,137)

Color info

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

RGB color model

#766C89 color RGB value is (118,108,137).

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

RGB channels and saturation

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

118
108
137

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

Portions of RGB colors in percentages

R + G + B =
118 + 108 + 137 = 363 (100%)
R 118 of 363 ~ 32.51%
G 108 of 363 ~ 29.75%
B 137 of 363 ~ 37.74%

%32.51
%29.75
%37.74

CMYK color model

#766C89 color CMYK value is (14,21,0,46).

  • cyan value is 13.87%
  • magenta value is 21.17%
  • yellow value is 0.00%
  • key color value is 46.27%
CMYK:
(14,21,0,46)
C14M21Y0K46 
(14%,21%,0%,46%)
(0.14/0.21/0.00/0.46)	

CMYK percentages

%13.87
%21.17
%0
%46.27

Codes

Color #766C89 in popluar color models

766C89
RGB118108137
HSL261°11.84%48.04%
HSB/HSV261°21.17%53.73%
CMYK13.87%21.17%0.00%
46.27%

Color #766C89 in popluar number systems.

HEX766C89
Decimal118108137
Binary1110110110110010001001
Octal166154211

Shades and tints

Shades of #766C89

#766C89
(118,108,137)
#6C637D
(108,99,125)
#625A71
(98,90,113)
#585165
(88,81,101)
#4E4859
(78,72,89)
#443F4D
(68,63,77)
#3A3641
(58,54,65)
#302D35
(48,45,53)
#262429
(38,36,41)
#1C1B1D
(28,27,29)
#121211
(18,18,17)
#000000
(0,0,0)

Tints of #766C89

#766C89
(118,108,137)
#827993
(130,121,147)
#8E869D
(142,134,157)
#9A93A7
(154,147,167)
#A6A0B1
(166,160,177)
#B2ADBB
(178,173,187)
#BEBAC5
(190,186,197)
#CAC7CF
(202,199,207)
#D6D4D9
(214,212,217)
#E2E1E3
(226,225,227)
#EEEEED
(238,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #766C89; }

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

This text font color is #766C89.


Background Color

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

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

This div background color is #766C89.


Border color

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

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

This div border color is #766C89.


Opacity

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

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

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

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

This text has shadow with #766C89 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #766C89 on black background.


Color preview on white background

This text has color #766C89 on white background.



Black color preview on #766C89 background

This text has black color on #766C89 background.


White color preview on #766C89 background

This text has white color on #766C89 background.