COLOR #779EAA

HEX: #779EAA RGB: (119,158,170)

Color info

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

RGB color model

#779EAA color RGB value is (119,158,170).

RGB: (119,158,170) (47%, 62%, 67%)

RGB channels and saturation

R 119 of 255 = 47%
G 158 of 255 = 62%
B 170 of 255 = 67%

119
158
170

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

Portions of RGB colors in percentages

R + G + B = 119 + 158 + 170 = 447 (100%)
R 119 of 447 ~ 26.62%
G 158 of 447 ~ 35.35%
B 170 of 447 ~ 38.03'%

%26.62
%35.35
%38.03

CMYK color model

#779EAA color CMYK value is (30,7,0,33).

  • cyan value is 30.00%
  • magenta value is 7.06%
  • yellow value is 0.00%
  • key color value is 33.33%
CMYK: (30,7,0,33) C30M7Y0K33 (30%,7%,0%,33%) (0.30/0.07/0.00/0.33) 

CMYK percentages

%30
%7.06
%0
%33.33

Codes

Color #779EAA in popluar color models

77 9E AA
RGB 119 158 170
HSL 194° 23.08% 56.67%
HSB/HSV 194° 30.00% 66.67%
CMYK 30.00% 7.06% 0.00%
33.33%

Color #779EAA in popluar number systems.

HEX 77 9E AA
Decimal 119 158 170
Binary 1110111 10011110 10101010
Octal 167 236 252

Shades and tints

Shades of #779EAA

#779EAA
(119,158,170)
#6D909B
(109,144,155)
#63828C
(99,130,140)
#59747D
(89,116,125)
#4F666E
(79,102,110)
#45585F
(69,88,95)
#3B4A50
(59,74,80)
#313C41
(49,60,65)
#272E32
(39,46,50)
#1D2023
(29,32,35)
#131214
(19,18,20)
#000000
(0,0,0)

Tints of #779EAA

#779EAA
(119,158,170)
#83A6B1
(131,166,177)
#8FAEB8
(143,174,184)
#9BB6BF
(155,182,191)
#A7BEC6
(167,190,198)
#B3C6CD
(179,198,205)
#BFCED4
(191,206,212)
#CBD6DB
(203,214,219)
#D7DEE2
(215,222,226)
#E3E6E9
(227,230,233)
#EFEEF0
(239,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #779EAA color. Also use rgb(119,158,170) instead hex code.

Text Font Color

.myTextColor { color: #779EAA; }

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

This text font color is #779EAA.

Background Color

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

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

This div background color is #779EAA.

Border color

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

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

This div border color is #779EAA.

Opacity

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

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

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

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

This text has shadow with #779EAA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #779EAA.

Preview

Color preview on black background

This text has color #779EAA on black background.


Color preview on white background

This text has color #779EAA on white background.


Black color preview on #779EAA background

This text has black color on #779EAA background.


White color preview on #779EAA background

This text has white color on #779EAA background.


Related colors

Complementary color

Complementary color for #hex is #886155.


I love getcolorcode.com

Triadic colors

1 #AA779E and #9EAA77 with #779EAA are triadic colors.

2 #AA9E77 and #9E77AA with #779EAA are triadic colors.