COLOR #776585

HEX: #776585
RGB: (119,101,133)

Color info

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

RGB color model

#776585 color RGB value is (119,101,133).

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

RGB channels and saturation

R 119 of 255 = 47%
G 101 of 255 = 40%
B 133 of 255 = 52%

119
101
133

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

Portions of RGB colors in percentages

R + G + B =
119 + 101 + 133 = 353 (100%)
R 119 of 353 ~ 33.71%
G 101 of 353 ~ 28.61%
B 133 of 353 ~ 37.68%

%33.71
%28.61
%37.68

CMYK color model

#776585 color CMYK value is (11,24,0,48).

  • cyan value is 10.53%
  • magenta value is 24.06%
  • yellow value is 0.00%
  • key color value is 47.84%
CMYK:
(11,24,0,48)
C11M24Y0K48 
(11%,24%,0%,48%)
(0.11/0.24/0.00/0.48)	

CMYK percentages

%10.53
%24.06
%0
%47.84

Codes

Color #776585 in popluar color models

776585
RGB119101133
HSL274°13.68%45.88%
HSB/HSV274°24.06%52.16%
CMYK10.53%24.06%0.00%
47.84%

Color #776585 in popluar number systems.

HEX776585
Decimal119101133
Binary1110111110010110000101
Octal167145205

Shades and tints

Shades of #776585

#776585
(119,101,133)
#6D5C79
(109,92,121)
#63536D
(99,83,109)
#594A61
(89,74,97)
#4F4155
(79,65,85)
#453849
(69,56,73)
#3B2F3D
(59,47,61)
#312631
(49,38,49)
#271D25
(39,29,37)
#1D1419
(29,20,25)
#130B0D
(19,11,13)
#000000
(0,0,0)

Tints of #776585

#776585
(119,101,133)
#837390
(131,115,144)
#8F819B
(143,129,155)
#9B8FA6
(155,143,166)
#A79DB1
(167,157,177)
#B3ABBC
(179,171,188)
#BFB9C7
(191,185,199)
#CBC7D2
(203,199,210)
#D7D5DD
(215,213,221)
#E3E3E8
(227,227,232)
#EFF1F3
(239,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #776585 color. Also use rgb(119,101,133) instead hex code.

Text Font Color

.myTextColor { color: #776585; }

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

This text font color is #776585.


Background Color

.myBgColor { background-color: #776585; }

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

This div background color is #776585.


Border color

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

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

This div border color is #776585.


Opacity

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

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

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

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

This text has shadow with #776585 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #776585 on black background.


Color preview on white background

This text has color #776585 on white background.



Black color preview on #776585 background

This text has black color on #776585 background.


White color preview on #776585 background

This text has white color on #776585 background.