COLOR #776880

HEX: #776880
RGB: (119,104,128)

Color info

#776880 contains red, green and blue colors in about the same proportion. Web safe color of #776880 is #666666 (or #666).

RGB color model

#776880 color RGB value is (119,104,128).

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

RGB channels and saturation

R 119 of 255 = 47%
G 104 of 255 = 41%
B 128 of 255 = 50%

119
104
128

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

Portions of RGB colors in percentages

R + G + B =
119 + 104 + 128 = 351 (100%)
R 119 of 351 ~ 33.9%
G 104 of 351 ~ 29.63%
B 128 of 351 ~ 36.47%

%33.9
%29.63
%36.47

CMYK color model

#776880 color CMYK value is (7,19,0,50).

  • cyan value is 7.03%
  • magenta value is 18.75%
  • yellow value is 0.00%
  • key color value is 49.80%
CMYK:
(7,19,0,50)
C7M19Y0K50 
(7%,19%,0%,50%)
(0.07/0.19/0.00/0.50)	

CMYK percentages

%7.03
%18.75
%0
%49.8

Codes

Color #776880 in popluar color models

776880
RGB119104128
HSL278°10.34%45.49%
HSB/HSV278°18.75%50.20%
CMYK7.03%18.75%0.00%
49.80%

Color #776880 in popluar number systems.

HEX776880
Decimal119104128
Binary1110111110100010000000
Octal167150200

Shades and tints

Shades of #776880

#776880
(119,104,128)
#6D5F75
(109,95,117)
#63566A
(99,86,106)
#594D5F
(89,77,95)
#4F4454
(79,68,84)
#453B49
(69,59,73)
#3B323E
(59,50,62)
#312933
(49,41,51)
#272028
(39,32,40)
#1D171D
(29,23,29)
#130E12
(19,14,18)
#000000
(0,0,0)

Tints of #776880

#776880
(119,104,128)
#83758B
(131,117,139)
#8F8296
(143,130,150)
#9B8FA1
(155,143,161)
#A79CAC
(167,156,172)
#B3A9B7
(179,169,183)
#BFB6C2
(191,182,194)
#CBC3CD
(203,195,205)
#D7D0D8
(215,208,216)
#E3DDE3
(227,221,227)
#EFEAEE
(239,234,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #776880; }

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

This text font color is #776880.


Background Color

.myBgColor { background-color: #776880; }

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

This div background color is #776880.


Border color

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

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

This div border color is #776880.


Opacity

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

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

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

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

This text has shadow with #776880 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #776880 on black background.


Color preview on white background

This text has color #776880 on white background.



Black color preview on #776880 background

This text has black color on #776880 background.


White color preview on #776880 background

This text has white color on #776880 background.