COLOR #779EAC

HEX: #779EAC RGB: (119,158,172)

Color info

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

RGB color model

#779EAC color RGB value is (119,158,172).

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

RGB channels and saturation

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

119
158
172

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

Portions of RGB colors in percentages

R + G + B = 119 + 158 + 172 = 449 (100%)
R 119 of 449 ~ 26.5%
G 158 of 449 ~ 35.19%
B 172 of 449 ~ 38.31'%

%26.5
%35.19
%38.31

CMYK color model

#779EAC color CMYK value is (31,8,0,33).

  • cyan value is 30.81%
  • magenta value is 8.14%
  • yellow value is 0.00%
  • key color value is 32.55%
CMYK: (31,8,0,33) C31M8Y0K33 (31%,8%,0%,33%) (0.31/0.08/0.00/0.33) 

CMYK percentages

%30.81
%8.14
%0
%32.55

Codes

Color #779EAC in popluar color models

77 9E AC
RGB 119 158 172
HSL 196° 24.20% 57.06%
HSB/HSV 196° 30.81% 67.45%
CMYK 30.81% 8.14% 0.00%
32.55%

Color #779EAC in popluar number systems.

HEX 77 9E AC
Decimal 119 158 172
Binary 1110111 10011110 10101100
Octal 167 236 254

Shades and tints

Shades of #779EAC

#779EAC
(119,158,172)
#6D909D
(109,144,157)
#63828E
(99,130,142)
#59747F
(89,116,127)
#4F6670
(79,102,112)
#455861
(69,88,97)
#3B4A52
(59,74,82)
#313C43
(49,60,67)
#272E34
(39,46,52)
#1D2025
(29,32,37)
#131216
(19,18,22)
#000000
(0,0,0)

Tints of #779EAC

#779EAC
(119,158,172)
#83A6B3
(131,166,179)
#8FAEBA
(143,174,186)
#9BB6C1
(155,182,193)
#A7BEC8
(167,190,200)
#B3C6CF
(179,198,207)
#BFCED6
(191,206,214)
#CBD6DD
(203,214,221)
#D7DEE4
(215,222,228)
#E3E6EB
(227,230,235)
#EFEEF2
(239,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #779EAC; }

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

This text font color is #779EAC.

Background Color

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

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

This div background color is #779EAC.

Border color

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

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

This div border color is #779EAC.

Opacity

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

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

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

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

This text has shadow with #779EAC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #779EAC.

Preview

Color preview on black background

This text has color #779EAC on black background.


Color preview on white background

This text has color #779EAC on white background.


Black color preview on #779EAC background

This text has black color on #779EAC background.


White color preview on #779EAC background

This text has white color on #779EAC background.


Related colors

Complementary color

Complementary color for #hex is #886153.


I love getcolorcode.com

Triadic colors

1 #AC779E and #9EAC77 with #779EAC are triadic colors.

2 #AC9E77 and #9E77AC with #779EAC are triadic colors.