COLOR #766E83

HEX: #766E83
RGB: (118,110,131)

Color info

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

RGB color model

#766E83 color RGB value is (118,110,131).

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

RGB channels and saturation

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

118
110
131

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

Portions of RGB colors in percentages

R + G + B =
118 + 110 + 131 = 359 (100%)
R 118 of 359 ~ 32.87%
G 110 of 359 ~ 30.64%
B 131 of 359 ~ 36.49%

%32.87
%30.64
%36.49

CMYK color model

#766E83 color CMYK value is (10,16,0,49).

  • cyan value is 9.92%
  • magenta value is 16.03%
  • yellow value is 0.00%
  • key color value is 48.63%
CMYK:
(10,16,0,49)
C10M16Y0K49 
(10%,16%,0%,49%)
(0.10/0.16/0.00/0.49)	

CMYK percentages

%9.92
%16.03
%0
%48.63

Codes

Color #766E83 in popluar color models

766E83
RGB118110131
HSL263°8.71%47.25%
HSB/HSV263°16.03%51.37%
CMYK9.92%16.03%0.00%
48.63%

Color #766E83 in popluar number systems.

HEX766E83
Decimal118110131
Binary1110110110111010000011
Octal166156203

Shades and tints

Shades of #766E83

#766E83
(118,110,131)
#6C6478
(108,100,120)
#625A6D
(98,90,109)
#585062
(88,80,98)
#4E4657
(78,70,87)
#443C4C
(68,60,76)
#3A3241
(58,50,65)
#302836
(48,40,54)
#261E2B
(38,30,43)
#1C1420
(28,20,32)
#120A15
(18,10,21)
#000000
(0,0,0)

Tints of #766E83

#766E83
(118,110,131)
#827B8E
(130,123,142)
#8E8899
(142,136,153)
#9A95A4
(154,149,164)
#A6A2AF
(166,162,175)
#B2AFBA
(178,175,186)
#BEBCC5
(190,188,197)
#CAC9D0
(202,201,208)
#D6D6DB
(214,214,219)
#E2E3E6
(226,227,230)
#EEF0F1
(238,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #766E83; }

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

This text font color is #766E83.


Background Color

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

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

This div background color is #766E83.


Border color

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

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

This div border color is #766E83.


Opacity

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

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

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

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

This text has shadow with #766E83 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #766E83 on black background.


Color preview on white background

This text has color #766E83 on white background.



Black color preview on #766E83 background

This text has black color on #766E83 background.


White color preview on #766E83 background

This text has white color on #766E83 background.