COLOR #777586

HEX: #777586
RGB: (119,117,134)

Color info

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

RGB color model

#777586 color RGB value is (119,117,134).

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

RGB channels and saturation

R 119 of 255 = 47%
G 117 of 255 = 46%
B 134 of 255 = 53%

119
117
134

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

Portions of RGB colors in percentages

R + G + B =
119 + 117 + 134 = 370 (100%)
R 119 of 370 ~ 32.16%
G 117 of 370 ~ 31.62%
B 134 of 370 ~ 36.22%

%32.16
%31.62
%36.22

CMYK color model

#777586 color CMYK value is (11,13,0,47).

  • cyan value is 11.19%
  • magenta value is 12.69%
  • yellow value is 0.00%
  • key color value is 47.45%
CMYK:
(11,13,0,47)
C11M13Y0K47 
(11%,13%,0%,47%)
(0.11/0.13/0.00/0.47)	

CMYK percentages

%11.19
%12.69
%0
%47.45

Codes

Color #777586 in popluar color models

777586
RGB119117134
HSL247°6.77%49.22%
HSB/HSV247°12.69%52.55%
CMYK11.19%12.69%0.00%
47.45%

Color #777586 in popluar number systems.

HEX777586
Decimal119117134
Binary1110111111010110000110
Octal167165206

Shades and tints

Shades of #777586

#777586
(119,117,134)
#6D6B7A
(109,107,122)
#63616E
(99,97,110)
#595762
(89,87,98)
#4F4D56
(79,77,86)
#45434A
(69,67,74)
#3B393E
(59,57,62)
#312F32
(49,47,50)
#272526
(39,37,38)
#1D1B1A
(29,27,26)
#13110E
(19,17,14)
#000000
(0,0,0)

Tints of #777586

#777586
(119,117,134)
#838191
(131,129,145)
#8F8D9C
(143,141,156)
#9B99A7
(155,153,167)
#A7A5B2
(167,165,178)
#B3B1BD
(179,177,189)
#BFBDC8
(191,189,200)
#CBC9D3
(203,201,211)
#D7D5DE
(215,213,222)
#E3E1E9
(227,225,233)
#EFEDF4
(239,237,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #777586; }

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

This text font color is #777586.


Background Color

.myBgColor { background-color: #777586; }

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

This div background color is #777586.


Border color

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

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

This div border color is #777586.


Opacity

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

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

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

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

This text has shadow with #777586 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #777586 on black background.


Color preview on white background

This text has color #777586 on white background.



Black color preview on #777586 background

This text has black color on #777586 background.


White color preview on #777586 background

This text has white color on #777586 background.