COLOR #776C96

HEX: #776C96
RGB: (119,108,150)

Color info

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

RGB color model

#776C96 color RGB value is (119,108,150).

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

RGB channels and saturation

R 119 of 255 = 47%
G 108 of 255 = 42%
B 150 of 255 = 59%

119
108
150

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

Portions of RGB colors in percentages

R + G + B =
119 + 108 + 150 = 377 (100%)
R 119 of 377 ~ 31.56%
G 108 of 377 ~ 28.65%
B 150 of 377 ~ 39.79%

%31.56
%28.65
%39.79

CMYK color model

#776C96 color CMYK value is (21,28,0,41).

  • cyan value is 20.67%
  • magenta value is 28.00%
  • yellow value is 0.00%
  • key color value is 41.18%
CMYK:
(21,28,0,41)
C21M28Y0K41 
(21%,28%,0%,41%)
(0.21/0.28/0.00/0.41)	

CMYK percentages

%20.67
%28
%0
%41.18

Codes

Color #776C96 in popluar color models

776C96
RGB119108150
HSL256°16.67%50.59%
HSB/HSV256°28.00%58.82%
CMYK20.67%28.00%0.00%
41.18%

Color #776C96 in popluar number systems.

HEX776C96
Decimal119108150
Binary1110111110110010010110
Octal167154226

Shades and tints

Shades of #776C96

#776C96
(119,108,150)
#6D6389
(109,99,137)
#635A7C
(99,90,124)
#59516F
(89,81,111)
#4F4862
(79,72,98)
#453F55
(69,63,85)
#3B3648
(59,54,72)
#312D3B
(49,45,59)
#27242E
(39,36,46)
#1D1B21
(29,27,33)
#131214
(19,18,20)
#000000
(0,0,0)

Tints of #776C96

#776C96
(119,108,150)
#83799F
(131,121,159)
#8F86A8
(143,134,168)
#9B93B1
(155,147,177)
#A7A0BA
(167,160,186)
#B3ADC3
(179,173,195)
#BFBACC
(191,186,204)
#CBC7D5
(203,199,213)
#D7D4DE
(215,212,222)
#E3E1E7
(227,225,231)
#EFEEF0
(239,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #776C96; }

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

This text font color is #776C96.


Background Color

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

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

This div background color is #776C96.


Border color

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

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

This div border color is #776C96.


Opacity

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

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

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

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

This text has shadow with #776C96 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #776C96 on black background.


Color preview on white background

This text has color #776C96 on white background.



Black color preview on #776C96 background

This text has black color on #776C96 background.


White color preview on #776C96 background

This text has white color on #776C96 background.