COLOR #776C83

HEX: #776C83
RGB: (119,108,131)

Color info

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

RGB color model

#776C83 color RGB value is (119,108,131).

  • red value is 119;
  • green value is 108;
  • blue value is 131.
RGB:
(119,108,131)
(47%,42%,51%)

RGB channels and saturation

R 119 of 255 = 47%
G 108 of 255 = 42%
B 131 of 255 = 51%

119
108
131

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

Portions of RGB colors in percentages

R + G + B =
119 + 108 + 131 = 358 (100%)
R 119 of 358 ~ 33.24%
G 108 of 358 ~ 30.17%
B 131 of 358 ~ 36.59%

%33.24
%30.17
%36.59

CMYK color model

#776C83 color CMYK value is (9,18,0,49).

  • cyan value is 9.16%
  • magenta value is 17.56%
  • yellow value is 0.00%
  • key color value is 48.63%
CMYK:
(9,18,0,49)
C9M18Y0K49 
(9%,18%,0%,49%)
(0.09/0.18/0.00/0.49)	

CMYK percentages

%9.16
%17.56
%0
%48.63

Codes

Color #776C83 in popluar color models

776C83
RGB119108131
HSL269°9.62%46.86%
HSB/HSV269°17.56%51.37%
CMYK9.16%17.56%0.00%
48.63%

Color #776C83 in popluar number systems.

HEX776C83
Decimal119108131
Binary1110111110110010000011
Octal167154203

Shades and tints

Shades of #776C83

#776C83
(119,108,131)
#6D6378
(109,99,120)
#635A6D
(99,90,109)
#595162
(89,81,98)
#4F4857
(79,72,87)
#453F4C
(69,63,76)
#3B3641
(59,54,65)
#312D36
(49,45,54)
#27242B
(39,36,43)
#1D1B20
(29,27,32)
#131215
(19,18,21)
#000000
(0,0,0)

Tints of #776C83

#776C83
(119,108,131)
#83798E
(131,121,142)
#8F8699
(143,134,153)
#9B93A4
(155,147,164)
#A7A0AF
(167,160,175)
#B3ADBA
(179,173,186)
#BFBAC5
(191,186,197)
#CBC7D0
(203,199,208)
#D7D4DB
(215,212,219)
#E3E1E6
(227,225,230)
#EFEEF1
(239,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #776C83 color. Also use rgb(119,108,131) instead hex code.

Text Font Color

.myTextColor { color: #776C83; }

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

This text font color is #776C83.


Background Color

.myBgColor { background-color: #776C83; }

<div style="background-color:#776C83">Inner text</div>

This div background color is #776C83.


Border color

.myBorderColor { border: 1px solid #776C83; }

<div style="border:3px solid #776C83">Div</div>

This div border color is #776C83.


Opacity

.myOpacity80 { color: #776C83; opacity: 0.8; }

<p style="color:#776C83;opacity:0.8;">80%</p>

Text with #776C83 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 #776C83;}

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

This text has shadow with #776C83 color.

.textShadow {text-shadow: 3px 3px 1px #776C83, 3px 3px 1px red;}

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

This text has shadow with #776C83 primary color and red secondary color.


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

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

This text has shadow with #776C83 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #776C83 on black background.


Color preview on white background

This text has color #776C83 on white background.



Black color preview on #776C83 background

This text has black color on #776C83 background.


White color preview on #776C83 background

This text has white color on #776C83 background.