COLOR #779584

HEX: #779584
RGB: (119,149,132)

Color info

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

RGB color model

#779584 color RGB value is (119,149,132).

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

RGB channels and saturation

R 119 of 255 = 47%
G 149 of 255 = 58%
B 132 of 255 = 52%

119
149
132

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

Portions of RGB colors in percentages

R + G + B =
119 + 149 + 132 = 400 (100%)
R 119 of 400 ~ 29.75%
G 149 of 400 ~ 37.25%
B 132 of 400 ~ 33%

%29.75
%37.25
%33

CMYK color model

#779584 color CMYK value is (20,0,11,42).

  • cyan value is 20.13%
  • magenta value is 0.00%
  • yellow value is 11.41%
  • key color value is 41.57%
CMYK:
(20,0,11,42)
C20M0Y11K42 
(20%,0%,11%,42%)
(0.20/0.00/0.11/0.42)	

CMYK percentages

%20.13
%0
%11.41
%41.57

Codes

Color #779584 in popluar color models

779584
RGB119149132
HSL146°12.40%52.55%
HSB/HSV146°20.13%58.43%
CMYK20.13%0.00%11.41%
41.57%

Color #779584 in popluar number systems.

HEX779584
Decimal119149132
Binary11101111001010110000100
Octal167225204

Shades and tints

Shades of #779584

#779584
(119,149,132)
#6D8878
(109,136,120)
#637B6C
(99,123,108)
#596E60
(89,110,96)
#4F6154
(79,97,84)
#455448
(69,84,72)
#3B473C
(59,71,60)
#313A30
(49,58,48)
#272D24
(39,45,36)
#1D2018
(29,32,24)
#13130C
(19,19,12)
#000000
(0,0,0)

Tints of #779584

#779584
(119,149,132)
#839E8F
(131,158,143)
#8FA79A
(143,167,154)
#9BB0A5
(155,176,165)
#A7B9B0
(167,185,176)
#B3C2BB
(179,194,187)
#BFCBC6
(191,203,198)
#CBD4D1
(203,212,209)
#D7DDDC
(215,221,220)
#E3E6E7
(227,230,231)
#EFEFF2
(239,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #779584; }

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

This text font color is #779584.


Background Color

.myBgColor { background-color: #779584; }

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

This div background color is #779584.


Border color

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

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

This div border color is #779584.


Opacity

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

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

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

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

This text has shadow with #779584 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #779584 on black background.


Color preview on white background

This text has color #779584 on white background.



Black color preview on #779584 background

This text has black color on #779584 background.


White color preview on #779584 background

This text has white color on #779584 background.