COLOR #766D83

HEX: #766D83
RGB: (118,109,131)

Color info

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

RGB color model

#766D83 color RGB value is (118,109,131).

  • red value is 118;
  • green value is 109;
  • blue value is 131.
RGB:
(118,109,131)
(46%,43%,51%)

RGB channels and saturation

R 118 of 255 = 46%
G 109 of 255 = 43%
B 131 of 255 = 51%

118
109
131

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

Portions of RGB colors in percentages

R + G + B =
118 + 109 + 131 = 358 (100%)
R 118 of 358 ~ 32.96%
G 109 of 358 ~ 30.45%
B 131 of 358 ~ 36.59%

%32.96
%30.45
%36.59

CMYK color model

#766D83 color CMYK value is (10,17,0,49).

  • cyan value is 9.92%
  • magenta value is 16.79%
  • yellow value is 0.00%
  • key color value is 48.63%
CMYK:
(10,17,0,49)
C10M17Y0K49 
(10%,17%,0%,49%)
(0.10/0.17/0.00/0.49)	

CMYK percentages

%9.92
%16.79
%0
%48.63

Codes

Color #766D83 in popluar color models

766D83
RGB118109131
HSL265°9.17%47.06%
HSB/HSV265°16.79%51.37%
CMYK9.92%16.79%0.00%
48.63%

Color #766D83 in popluar number systems.

HEX766D83
Decimal118109131
Binary1110110110110110000011
Octal166155203

Shades and tints

Shades of #766D83

#766D83
(118,109,131)
#6C6478
(108,100,120)
#625B6D
(98,91,109)
#585262
(88,82,98)
#4E4957
(78,73,87)
#44404C
(68,64,76)
#3A3741
(58,55,65)
#302E36
(48,46,54)
#26252B
(38,37,43)
#1C1C20
(28,28,32)
#121315
(18,19,21)
#000000
(0,0,0)

Tints of #766D83

#766D83
(118,109,131)
#827A8E
(130,122,142)
#8E8799
(142,135,153)
#9A94A4
(154,148,164)
#A6A1AF
(166,161,175)
#B2AEBA
(178,174,186)
#BEBBC5
(190,187,197)
#CAC8D0
(202,200,208)
#D6D5DB
(214,213,219)
#E2E2E6
(226,226,230)
#EEEFF1
(238,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #766D83 color. Also use rgb(118,109,131) instead hex code.

Text Font Color

.myTextColor { color: #766D83; }

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

This text font color is #766D83.


Background Color

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

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

This div background color is #766D83.


Border color

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

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

This div border color is #766D83.


Opacity

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

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

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

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

This text has shadow with #766D83 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #766D83 on black background.


Color preview on white background

This text has color #766D83 on white background.



Black color preview on #766D83 background

This text has black color on #766D83 background.


White color preview on #766D83 background

This text has white color on #766D83 background.