COLOR #779586

HEX: #779586
RGB: (119,149,134)

Color info

#779586 contains red, green and blue colors in about the same proportion. Web safe color of #779586 is #669999 (or #699).

RGB color model

#779586 color RGB value is (119,149,134).

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

RGB channels and saturation

R 119 of 255 = 47%
G 149 of 255 = 58%
B 134 of 255 = 53%

119
149
134

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

Portions of RGB colors in percentages

R + G + B =
119 + 149 + 134 = 402 (100%)
R 119 of 402 ~ 29.6%
G 149 of 402 ~ 37.06%
B 134 of 402 ~ 33.33%

%29.6
%37.06
%33.33

CMYK color model

#779586 color CMYK value is (20,0,10,42).

  • cyan value is 20.13%
  • magenta value is 0.00%
  • yellow value is 10.07%
  • key color value is 41.57%
CMYK:
(20,0,10,42)
C20M0Y10K42 
(20%,0%,10%,42%)
(0.20/0.00/0.10/0.42)	

CMYK percentages

%20.13
%0
%10.07
%41.57

Codes

Color #779586 in popluar color models

779586
RGB119149134
HSL150°12.40%52.55%
HSB/HSV150°20.13%58.43%
CMYK20.13%0.00%10.07%
41.57%

Color #779586 in popluar number systems.

HEX779586
Decimal119149134
Binary11101111001010110000110
Octal167225206

Shades and tints

Shades of #779586

#779586
(119,149,134)
#6D887A
(109,136,122)
#637B6E
(99,123,110)
#596E62
(89,110,98)
#4F6156
(79,97,86)
#45544A
(69,84,74)
#3B473E
(59,71,62)
#313A32
(49,58,50)
#272D26
(39,45,38)
#1D201A
(29,32,26)
#13130E
(19,19,14)
#000000
(0,0,0)

Tints of #779586

#779586
(119,149,134)
#839E91
(131,158,145)
#8FA79C
(143,167,156)
#9BB0A7
(155,176,167)
#A7B9B2
(167,185,178)
#B3C2BD
(179,194,189)
#BFCBC8
(191,203,200)
#CBD4D3
(203,212,211)
#D7DDDE
(215,221,222)
#E3E6E9
(227,230,233)
#EFEFF4
(239,239,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #779586; }

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

This text font color is #779586.


Background Color

.myBgColor { background-color: #779586; }

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

This div background color is #779586.


Border color

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

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

This div border color is #779586.


Opacity

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

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

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

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

This text has shadow with #779586 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #779586 on black background.


Color preview on white background

This text has color #779586 on white background.



Black color preview on #779586 background

This text has black color on #779586 background.


White color preview on #779586 background

This text has white color on #779586 background.