COLOR #776686

HEX: #776686
RGB: (119,102,134)

Color info

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

RGB color model

#776686 color RGB value is (119,102,134).

  • red value is 119;
  • green value is 102;
  • blue value is 134.
RGB:
(119,102,134)
(47%,40%,53%)

RGB channels and saturation

R 119 of 255 = 47%
G 102 of 255 = 40%
B 134 of 255 = 53%

119
102
134

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

Portions of RGB colors in percentages

R + G + B =
119 + 102 + 134 = 355 (100%)
R 119 of 355 ~ 33.52%
G 102 of 355 ~ 28.73%
B 134 of 355 ~ 37.75%

%33.52
%28.73
%37.75

CMYK color model

#776686 color CMYK value is (11,24,0,47).

  • cyan value is 11.19%
  • magenta value is 23.88%
  • yellow value is 0.00%
  • key color value is 47.45%
CMYK:
(11,24,0,47)
C11M24Y0K47 
(11%,24%,0%,47%)
(0.11/0.24/0.00/0.47)	

CMYK percentages

%11.19
%23.88
%0
%47.45

Codes

Color #776686 in popluar color models

776686
RGB119102134
HSL272°13.56%46.27%
HSB/HSV272°23.88%52.55%
CMYK11.19%23.88%0.00%
47.45%

Color #776686 in popluar number systems.

HEX776686
Decimal119102134
Binary1110111110011010000110
Octal167146206

Shades and tints

Shades of #776686

#776686
(119,102,134)
#6D5D7A
(109,93,122)
#63546E
(99,84,110)
#594B62
(89,75,98)
#4F4256
(79,66,86)
#45394A
(69,57,74)
#3B303E
(59,48,62)
#312732
(49,39,50)
#271E26
(39,30,38)
#1D151A
(29,21,26)
#130C0E
(19,12,14)
#000000
(0,0,0)

Tints of #776686

#776686
(119,102,134)
#837391
(131,115,145)
#8F809C
(143,128,156)
#9B8DA7
(155,141,167)
#A79AB2
(167,154,178)
#B3A7BD
(179,167,189)
#BFB4C8
(191,180,200)
#CBC1D3
(203,193,211)
#D7CEDE
(215,206,222)
#E3DBE9
(227,219,233)
#EFE8F4
(239,232,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #776686 color. Also use rgb(119,102,134) instead hex code.

Text Font Color

.myTextColor { color: #776686; }

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

This text font color is #776686.


Background Color

.myBgColor { background-color: #776686; }

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

This div background color is #776686.


Border color

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

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

This div border color is #776686.


Opacity

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

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

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

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

This text has shadow with #776686 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #776686 on black background.


Color preview on white background

This text has color #776686 on white background.



Black color preview on #776686 background

This text has black color on #776686 background.


White color preview on #776686 background

This text has white color on #776686 background.