COLOR #779AAC

HEX: #779AAC RGB: (119,154,172)

Color info

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

RGB color model

#779AAC color RGB value is (119,154,172).

RGB: (119,154,172) (47%, 60%, 67%)

RGB channels and saturation

R 119 of 255 = 47%
G 154 of 255 = 60%
B 172 of 255 = 67%

119
154
172

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

Portions of RGB colors in percentages

R + G + B = 119 + 154 + 172 = 445 (100%)
R 119 of 445 ~ 26.74%
G 154 of 445 ~ 34.61%
B 172 of 445 ~ 38.65'%

%26.74
%34.61
%38.65

CMYK color model

#779AAC color CMYK value is (31,10,0,33).

  • cyan value is 30.81%
  • magenta value is 10.47%
  • yellow value is 0.00%
  • key color value is 32.55%

CMYK: (31,10,0,33)
C31M10Y0K33 (31%, 10%, 0%, 33%)
(0.31 / 0.10 / 0.00 / 0.33)

CMYK percentages

%30.81
%10.47
%0
%32.55

Codes

Color #779AAC in popluar color models

77 9A AC
RGB 119 154 172
HSL 200° 24.20% 57.06%
HSB/HSV 200° 30.81% 67.45%
CMYK 30.81% 10.47% 0.00%
32.55%

Color #779AAC in popluar number systems.

HEX 77 9A AC
Decimal 119 154 172
Binary 1110111 10011010 10101100
Octal 167 232 254

Shades and tints

Shades of #779AAC

#779AAC
(119,154,172)
#6D8C9D
(109,140,157)
#637E8E
(99,126,142)
#59707F
(89,112,127)
#4F6270
(79,98,112)
#455461
(69,84,97)
#3B4652
(59,70,82)
#313843
(49,56,67)
#272A34
(39,42,52)
#1D1C25
(29,28,37)
#130E16
(19,14,22)
#000000
(0,0,0)

Tints of #779AAC

#779AAC
(119,154,172)
#83A3B3
(131,163,179)
#8FACBA
(143,172,186)
#9BB5C1
(155,181,193)
#A7BEC8
(167,190,200)
#B3C7CF
(179,199,207)
#BFD0D6
(191,208,214)
#CBD9DD
(203,217,221)
#D7E2E4
(215,226,228)
#E3EBEB
(227,235,235)
#EFF4F2
(239,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #779AAC; }

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

This text font color is #779AAC.

Background Color

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

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

This div background color is #779AAC.

Border color

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

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

This div border color is #779AAC.

Opacity

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

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

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

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

This text has shadow with #779AAC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #779AAC.

Preview

Color preview on black background

This text has color #779AAC on black background.


Color preview on white background

This text has color #779AAC on white background.


Black color preview on #779AAC background

This text has black color on #779AAC background.


White color preview on #779AAC background

This text has white color on #779AAC background.


Related colors

Complementary color

Complementary color for #hex is #886553.


I love getcolorcode.com

Triadic colors

1 #AC779A and #9AAC77 with #779AAC are triadic colors.

2 #AC9A77 and #9A77AC with #779AAC are triadic colors.