COLOR #766F83

HEX: #766F83
RGB: (118,111,131)

Color info

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

RGB color model

#766F83 color RGB value is (118,111,131).

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

RGB channels and saturation

R 118 of 255 = 46%
G 111 of 255 = 44%
B 131 of 255 = 51%

118
111
131

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

Portions of RGB colors in percentages

R + G + B =
118 + 111 + 131 = 360 (100%)
R 118 of 360 ~ 32.78%
G 111 of 360 ~ 30.83%
B 131 of 360 ~ 36.39%

%32.78
%30.83
%36.39

CMYK color model

#766F83 color CMYK value is (10,15,0,49).

  • cyan value is 9.92%
  • magenta value is 15.27%
  • yellow value is 0.00%
  • key color value is 48.63%
CMYK:
(10,15,0,49)
C10M15Y0K49 
(10%,15%,0%,49%)
(0.10/0.15/0.00/0.49)	

CMYK percentages

%9.92
%15.27
%0
%48.63

Codes

Color #766F83 in popluar color models

766F83
RGB118111131
HSL261°8.26%47.45%
HSB/HSV261°15.27%51.37%
CMYK9.92%15.27%0.00%
48.63%

Color #766F83 in popluar number systems.

HEX766F83
Decimal118111131
Binary1110110110111110000011
Octal166157203

Shades and tints

Shades of #766F83

#766F83
(118,111,131)
#6C6578
(108,101,120)
#625B6D
(98,91,109)
#585162
(88,81,98)
#4E4757
(78,71,87)
#443D4C
(68,61,76)
#3A3341
(58,51,65)
#302936
(48,41,54)
#261F2B
(38,31,43)
#1C1520
(28,21,32)
#120B15
(18,11,21)
#000000
(0,0,0)

Tints of #766F83

#766F83
(118,111,131)
#827C8E
(130,124,142)
#8E8999
(142,137,153)
#9A96A4
(154,150,164)
#A6A3AF
(166,163,175)
#B2B0BA
(178,176,186)
#BEBDC5
(190,189,197)
#CACAD0
(202,202,208)
#D6D7DB
(214,215,219)
#E2E4E6
(226,228,230)
#EEF1F1
(238,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #766F83; }

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

This text font color is #766F83.


Background Color

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

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

This div background color is #766F83.


Border color

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

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

This div border color is #766F83.


Opacity

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

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

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

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

This text has shadow with #766F83 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #766F83 on black background.


Color preview on white background

This text has color #766F83 on white background.



Black color preview on #766F83 background

This text has black color on #766F83 background.


White color preview on #766F83 background

This text has white color on #766F83 background.