COLOR #766B80

HEX: #766B80
RGB: (118,107,128)

Color info

#766B80 contains red, green and blue colors in about the same proportion. Web safe color of #766B80 is #666666 (or #666).

RGB color model

#766B80 color RGB value is (118,107,128).

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

RGB channels and saturation

R 118 of 255 = 46%
G 107 of 255 = 42%
B 128 of 255 = 50%

118
107
128

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

Portions of RGB colors in percentages

R + G + B =
118 + 107 + 128 = 353 (100%)
R 118 of 353 ~ 33.43%
G 107 of 353 ~ 30.31%
B 128 of 353 ~ 36.26%

%33.43
%30.31
%36.26

CMYK color model

#766B80 color CMYK value is (8,16,0,50).

  • cyan value is 7.81%
  • magenta value is 16.41%
  • yellow value is 0.00%
  • key color value is 49.80%
CMYK:
(8,16,0,50)
C8M16Y0K50 
(8%,16%,0%,50%)
(0.08/0.16/0.00/0.50)	

CMYK percentages

%7.81
%16.41
%0
%49.8

Codes

Color #766B80 in popluar color models

766B80
RGB118107128
HSL271°8.94%46.08%
HSB/HSV271°16.41%50.20%
CMYK7.81%16.41%0.00%
49.80%

Color #766B80 in popluar number systems.

HEX766B80
Decimal118107128
Binary1110110110101110000000
Octal166153200

Shades and tints

Shades of #766B80

#766B80
(118,107,128)
#6C6275
(108,98,117)
#62596A
(98,89,106)
#58505F
(88,80,95)
#4E4754
(78,71,84)
#443E49
(68,62,73)
#3A353E
(58,53,62)
#302C33
(48,44,51)
#262328
(38,35,40)
#1C1A1D
(28,26,29)
#121112
(18,17,18)
#000000
(0,0,0)

Tints of #766B80

#766B80
(118,107,128)
#82788B
(130,120,139)
#8E8596
(142,133,150)
#9A92A1
(154,146,161)
#A69FAC
(166,159,172)
#B2ACB7
(178,172,183)
#BEB9C2
(190,185,194)
#CAC6CD
(202,198,205)
#D6D3D8
(214,211,216)
#E2E0E3
(226,224,227)
#EEEDEE
(238,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #766B80; }

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

This text font color is #766B80.


Background Color

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

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

This div background color is #766B80.


Border color

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

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

This div border color is #766B80.


Opacity

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

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

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

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

This text has shadow with #766B80 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #766B80 on black background.


Color preview on white background

This text has color #766B80 on white background.



Black color preview on #766B80 background

This text has black color on #766B80 background.


White color preview on #766B80 background

This text has white color on #766B80 background.