COLOR #779DA4

HEX: #779DA4 RGB: (119,157,164)

Color info

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

RGB color model

#779DA4 color RGB value is (119,157,164).

RGB: (119,157,164) (47%, 62%, 64%)

RGB channels and saturation

R 119 of 255 = 47%
G 157 of 255 = 62%
B 164 of 255 = 64%

119
157
164

R + G + B ~ 58%. #779DA4 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 119 + 157 + 164 = 440 (100%)
R 119 of 440 ~ 27.05%
G 157 of 440 ~ 35.68%
B 164 of 440 ~ 37.27'%

%27.05
%35.68
%37.27

CMYK color model

#779DA4 color CMYK value is (27,4,0,36).

  • cyan value is 27.44%
  • magenta value is 4.27%
  • yellow value is 0.00%
  • key color value is 35.69%

CMYK: (27,4,0,36)
C27M4Y0K36 (27%, 4%, 0%, 36%)
(0.27 / 0.04 / 0.00 / 0.36)

CMYK percentages

%27.44
%4.27
%0
%35.69

Codes

Color #779DA4 in popluar color models

77 9D A4
RGB 119 157 164
HSL 189° 19.82% 55.49%
HSB/HSV 189° 27.44% 64.31%
CMYK 27.44% 4.27% 0.00%
35.69%

Color #779DA4 in popluar number systems.

HEX 77 9D A4
Decimal 119 157 164
Binary 1110111 10011101 10100100
Octal 167 235 244

Shades and tints

Shades of #779DA4

#779DA4
(119,157,164)
#6D8F96
(109,143,150)
#638188
(99,129,136)
#59737A
(89,115,122)
#4F656C
(79,101,108)
#45575E
(69,87,94)
#3B4950
(59,73,80)
#313B42
(49,59,66)
#272D34
(39,45,52)
#1D1F26
(29,31,38)
#131118
(19,17,24)
#000000
(0,0,0)

Tints of #779DA4

#779DA4
(119,157,164)
#83A5AC
(131,165,172)
#8FADB4
(143,173,180)
#9BB5BC
(155,181,188)
#A7BDC4
(167,189,196)
#B3C5CC
(179,197,204)
#BFCDD4
(191,205,212)
#CBD5DC
(203,213,220)
#D7DDE4
(215,221,228)
#E3E5EC
(227,229,236)
#EFEDF4
(239,237,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #779DA4 color. Also use rgb(119,157,164) instead hex code.

Text Font Color

.myTextColor { color: #779DA4; }

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

This text font color is #779DA4.

Background Color

.myBgColor { background-color: #779DA4; }

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

This div background color is #779DA4.

Border color

.myBorderColor { border: 1px solid #779DA4; }

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

This div border color is #779DA4.

Opacity

.myOpacity80 { color: #779DA4; opacity: 0.8; }

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

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

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

This text has shadow with #779DA4 color.


.textShadow {text-shadow: 3px 3px 1px #779DA4', 3px 3px 1px red;}

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

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


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

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

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

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #779DA4; -webkit-box-shadow: 1px 1px 3px 2px #779DA4; box-shadow:1px 1px 3px 2px #779DA4;">
Div content here
</div>

This div box has shadow with color #779DA4.

Preview

Color preview on black background

This text has color #779DA4 on black background.


Color preview on white background

This text has color #779DA4 on white background.


Black color preview on #779DA4 background

This text has black color on #779DA4 background.


White color preview on #779DA4 background

This text has white color on #779DA4 background.


Related colors

Complementary color

Complementary color for #hex is #88625B.


I love getcolorcode.com

Triadic colors

1 #A4779D and #9DA477 with #779DA4 are triadic colors.

2 #A49D77 and #9D77A4 with #779DA4 are triadic colors.