COLOR #776684

HEX: #776684
RGB: (119,102,132)

Color info

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

RGB color model

#776684 color RGB value is (119,102,132).

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

RGB channels and saturation

R 119 of 255 = 47%
G 102 of 255 = 40%
B 132 of 255 = 52%

119
102
132

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

Portions of RGB colors in percentages

R + G + B =
119 + 102 + 132 = 353 (100%)
R 119 of 353 ~ 33.71%
G 102 of 353 ~ 28.9%
B 132 of 353 ~ 37.39%

%33.71
%28.9
%37.39

CMYK color model

#776684 color CMYK value is (10,23,0,48).

  • cyan value is 9.85%
  • magenta value is 22.73%
  • yellow value is 0.00%
  • key color value is 48.24%
CMYK:
(10,23,0,48)
C10M23Y0K48 
(10%,23%,0%,48%)
(0.10/0.23/0.00/0.48)	

CMYK percentages

%9.85
%22.73
%0
%48.24

Codes

Color #776684 in popluar color models

776684
RGB119102132
HSL274°12.82%45.88%
HSB/HSV274°22.73%51.76%
CMYK9.85%22.73%0.00%
48.24%

Color #776684 in popluar number systems.

HEX776684
Decimal119102132
Binary1110111110011010000100
Octal167146204

Shades and tints

Shades of #776684

#776684
(119,102,132)
#6D5D78
(109,93,120)
#63546C
(99,84,108)
#594B60
(89,75,96)
#4F4254
(79,66,84)
#453948
(69,57,72)
#3B303C
(59,48,60)
#312730
(49,39,48)
#271E24
(39,30,36)
#1D1518
(29,21,24)
#130C0C
(19,12,12)
#000000
(0,0,0)

Tints of #776684

#776684
(119,102,132)
#83738F
(131,115,143)
#8F809A
(143,128,154)
#9B8DA5
(155,141,165)
#A79AB0
(167,154,176)
#B3A7BB
(179,167,187)
#BFB4C6
(191,180,198)
#CBC1D1
(203,193,209)
#D7CEDC
(215,206,220)
#E3DBE7
(227,219,231)
#EFE8F2
(239,232,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #776684; }

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

This text font color is #776684.


Background Color

.myBgColor { background-color: #776684; }

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

This div background color is #776684.


Border color

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

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

This div border color is #776684.


Opacity

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

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

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

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

This text has shadow with #776684 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #776684 on black background.


Color preview on white background

This text has color #776684 on white background.



Black color preview on #776684 background

This text has black color on #776684 background.


White color preview on #776684 background

This text has white color on #776684 background.