COLOR #779DA5

HEX: #779DA5
RGB: (119,157,165)

Color info

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

RGB color model

#779DA5 color RGB value is (119,157,165).

  • red value is 119;
  • green value is 157;
  • blue value is 165.
RGB:
(119,157,165)
(47%,62%,65%)

RGB channels and saturation

R 119 of 255 = 47%
G 157 of 255 = 62%
B 165 of 255 = 65%

119
157
165

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

Portions of RGB colors in percentages

R + G + B =
119 + 157 + 165 = 441 (100%)
R 119 of 441 ~ 26.98%
G 157 of 441 ~ 35.6%
B 165 of 441 ~ 37.41%

%26.98
%35.6
%37.41

CMYK color model

#779DA5 color CMYK value is (28,5,0,35).

  • cyan value is 27.88%
  • magenta value is 4.85%
  • yellow value is 0.00%
  • key color value is 35.29%
CMYK:
(28,5,0,35)
C28M5Y0K35 
(28%,5%,0%,35%)
(0.28/0.05/0.00/0.35)	

CMYK percentages

%27.88
%4.85
%0
%35.29

Codes

Color #779DA5 in popluar color models

779DA5
RGB119157165
HSL190°20.35%55.69%
HSB/HSV190°27.88%64.71%
CMYK27.88%4.85%0.00%
35.29%

Color #779DA5 in popluar number systems.

HEX779DA5
Decimal119157165
Binary11101111001110110100101
Octal167235245

Shades and tints

Shades of #779DA5

#779DA5
(119,157,165)
#6D8F96
(109,143,150)
#638187
(99,129,135)
#597378
(89,115,120)
#4F6569
(79,101,105)
#45575A
(69,87,90)
#3B494B
(59,73,75)
#313B3C
(49,59,60)
#272D2D
(39,45,45)
#1D1F1E
(29,31,30)
#13110F
(19,17,15)
#000000
(0,0,0)

Tints of #779DA5

#779DA5
(119,157,165)
#83A5AD
(131,165,173)
#8FADB5
(143,173,181)
#9BB5BD
(155,181,189)
#A7BDC5
(167,189,197)
#B3C5CD
(179,197,205)
#BFCDD5
(191,205,213)
#CBD5DD
(203,213,221)
#D7DDE5
(215,221,229)
#E3E5ED
(227,229,237)
#EFEDF5
(239,237,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #779DA5; }

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

This text font color is #779DA5.


Background Color

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

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

This div background color is #779DA5.


Border color

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

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

This div border color is #779DA5.


Opacity

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

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

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

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

This text has shadow with #779DA5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #779DA5 on black background.


Color preview on white background

This text has color #779DA5 on white background.



Black color preview on #779DA5 background

This text has black color on #779DA5 background.


White color preview on #779DA5 background

This text has white color on #779DA5 background.