COLOR #776896

HEX: #776896
RGB: (119,104,150)

Color info

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

RGB color model

#776896 color RGB value is (119,104,150).

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

RGB channels and saturation

R 119 of 255 = 47%
G 104 of 255 = 41%
B 150 of 255 = 59%

119
104
150

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

Portions of RGB colors in percentages

R + G + B =
119 + 104 + 150 = 373 (100%)
R 119 of 373 ~ 31.9%
G 104 of 373 ~ 27.88%
B 150 of 373 ~ 40.21%

%31.9
%27.88
%40.21

CMYK color model

#776896 color CMYK value is (21,31,0,41).

  • cyan value is 20.67%
  • magenta value is 30.67%
  • yellow value is 0.00%
  • key color value is 41.18%
CMYK:
(21,31,0,41)
C21M31Y0K41 
(21%,31%,0%,41%)
(0.21/0.31/0.00/0.41)	

CMYK percentages

%20.67
%30.67
%0
%41.18

Codes

Color #776896 in popluar color models

776896
RGB119104150
HSL260°18.11%49.80%
HSB/HSV260°30.67%58.82%
CMYK20.67%30.67%0.00%
41.18%

Color #776896 in popluar number systems.

HEX776896
Decimal119104150
Binary1110111110100010010110
Octal167150226

Shades and tints

Shades of #776896

#776896
(119,104,150)
#6D5F89
(109,95,137)
#63567C
(99,86,124)
#594D6F
(89,77,111)
#4F4462
(79,68,98)
#453B55
(69,59,85)
#3B3248
(59,50,72)
#31293B
(49,41,59)
#27202E
(39,32,46)
#1D1721
(29,23,33)
#130E14
(19,14,20)
#000000
(0,0,0)

Tints of #776896

#776896
(119,104,150)
#83759F
(131,117,159)
#8F82A8
(143,130,168)
#9B8FB1
(155,143,177)
#A79CBA
(167,156,186)
#B3A9C3
(179,169,195)
#BFB6CC
(191,182,204)
#CBC3D5
(203,195,213)
#D7D0DE
(215,208,222)
#E3DDE7
(227,221,231)
#EFEAF0
(239,234,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #776896; }

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

This text font color is #776896.


Background Color

.myBgColor { background-color: #776896; }

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

This div background color is #776896.


Border color

.myBorderColor { border: 1px solid #776896; }

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

This div border color is #776896.


Opacity

.myOpacity80 { color: #776896; opacity: 0.8; }

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

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

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

This text has shadow with #776896 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #776896 on black background.


Color preview on white background

This text has color #776896 on white background.



Black color preview on #776896 background

This text has black color on #776896 background.


White color preview on #776896 background

This text has white color on #776896 background.