COLOR #779DAD

HEX: #779DAD RGB: (119,157,173)

Color info

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

RGB color model

#779DAD color RGB value is (119,157,173).

RGB: (119,157,173) (47%, 62%, 68%)

RGB channels and saturation

R 119 of 255 = 47%
G 157 of 255 = 62%
B 173 of 255 = 68%

119
157
173

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

Portions of RGB colors in percentages

R + G + B = 119 + 157 + 173 = 449 (100%)
R 119 of 449 ~ 26.5%
G 157 of 449 ~ 34.97%
B 173 of 449 ~ 38.53'%

%26.5
%34.97
%38.53

CMYK color model

#779DAD color CMYK value is (31,9,0,32).

  • cyan value is 31.21%
  • magenta value is 9.25%
  • yellow value is 0.00%
  • key color value is 32.16%
CMYK: (31,9,0,32) C31M9Y0K32 (31%,9%,0%,32%) (0.31/0.09/0.00/0.32) 

CMYK percentages

%31.21
%9.25
%0
%32.16

Codes

Color #779DAD in popluar color models

77 9D AD
RGB 119 157 173
HSL 198° 24.77% 57.25%
HSB/HSV 198° 31.21% 67.84%
CMYK 31.21% 9.25% 0.00%
32.16%

Color #779DAD in popluar number systems.

HEX 77 9D AD
Decimal 119 157 173
Binary 1110111 10011101 10101101
Octal 167 235 255

Shades and tints

Shades of #779DAD

#779DAD
(119,157,173)
#6D8F9E
(109,143,158)
#63818F
(99,129,143)
#597380
(89,115,128)
#4F6571
(79,101,113)
#455762
(69,87,98)
#3B4953
(59,73,83)
#313B44
(49,59,68)
#272D35
(39,45,53)
#1D1F26
(29,31,38)
#131117
(19,17,23)
#000000
(0,0,0)

Tints of #779DAD

#779DAD
(119,157,173)
#83A5B4
(131,165,180)
#8FADBB
(143,173,187)
#9BB5C2
(155,181,194)
#A7BDC9
(167,189,201)
#B3C5D0
(179,197,208)
#BFCDD7
(191,205,215)
#CBD5DE
(203,213,222)
#D7DDE5
(215,221,229)
#E3E5EC
(227,229,236)
#EFEDF3
(239,237,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #779DAD; }

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

This text font color is #779DAD.

Background Color

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

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

This div background color is #779DAD.

Border color

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

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

This div border color is #779DAD.

Opacity

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

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

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

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

This text has shadow with #779DAD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #779DAD.

Preview

Color preview on black background

This text has color #779DAD on black background.


Color preview on white background

This text has color #779DAD on white background.


Black color preview on #779DAD background

This text has black color on #779DAD background.


White color preview on #779DAD background

This text has white color on #779DAD background.


Related colors

Complementary color

Complementary color for #hex is #886252.


I love getcolorcode.com

Triadic colors

1 #AD779D and #9DAD77 with #779DAD are triadic colors.

2 #AD9D77 and #9D77AD with #779DAD are triadic colors.