COLOR #766C82

HEX: #766C82
RGB: (118,108,130)

Color info

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

RGB color model

#766C82 color RGB value is (118,108,130).

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

RGB channels and saturation

R 118 of 255 = 46%
G 108 of 255 = 42%
B 130 of 255 = 51%

118
108
130

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

Portions of RGB colors in percentages

R + G + B =
118 + 108 + 130 = 356 (100%)
R 118 of 356 ~ 33.15%
G 108 of 356 ~ 30.34%
B 130 of 356 ~ 36.52%

%33.15
%30.34
%36.52

CMYK color model

#766C82 color CMYK value is (9,17,0,49).

  • cyan value is 9.23%
  • magenta value is 16.92%
  • yellow value is 0.00%
  • key color value is 49.02%
CMYK:
(9,17,0,49)
C9M17Y0K49 
(9%,17%,0%,49%)
(0.09/0.17/0.00/0.49)	

CMYK percentages

%9.23
%16.92
%0
%49.02

Codes

Color #766C82 in popluar color models

766C82
RGB118108130
HSL267°9.24%46.67%
HSB/HSV267°16.92%50.98%
CMYK9.23%16.92%0.00%
49.02%

Color #766C82 in popluar number systems.

HEX766C82
Decimal118108130
Binary1110110110110010000010
Octal166154202

Shades and tints

Shades of #766C82

#766C82
(118,108,130)
#6C6377
(108,99,119)
#625A6C
(98,90,108)
#585161
(88,81,97)
#4E4856
(78,72,86)
#443F4B
(68,63,75)
#3A3640
(58,54,64)
#302D35
(48,45,53)
#26242A
(38,36,42)
#1C1B1F
(28,27,31)
#121214
(18,18,20)
#000000
(0,0,0)

Tints of #766C82

#766C82
(118,108,130)
#82798D
(130,121,141)
#8E8698
(142,134,152)
#9A93A3
(154,147,163)
#A6A0AE
(166,160,174)
#B2ADB9
(178,173,185)
#BEBAC4
(190,186,196)
#CAC7CF
(202,199,207)
#D6D4DA
(214,212,218)
#E2E1E5
(226,225,229)
#EEEEF0
(238,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #766C82; }

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

This text font color is #766C82.


Background Color

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

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

This div background color is #766C82.


Border color

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

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

This div border color is #766C82.


Opacity

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

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

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

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

This text has shadow with #766C82 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #766C82 on black background.


Color preview on white background

This text has color #766C82 on white background.



Black color preview on #766C82 background

This text has black color on #766C82 background.


White color preview on #766C82 background

This text has white color on #766C82 background.