COLOR #779AA2

HEX: #779AA2 RGB: (119,154,162)

Color info

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

RGB color model

#779AA2 color RGB value is (119,154,162).

RGB: (119,154,162) (47%, 60%, 64%)

RGB channels and saturation

R 119 of 255 = 47%
G 154 of 255 = 60%
B 162 of 255 = 64%

119
154
162

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

Portions of RGB colors in percentages

R + G + B = 119 + 154 + 162 = 435 (100%)
R 119 of 435 ~ 27.36%
G 154 of 435 ~ 35.4%
B 162 of 435 ~ 37.24'%

%27.36
%35.4
%37.24

CMYK color model

#779AA2 color CMYK value is (27,5,0,36).

  • cyan value is 26.54%
  • magenta value is 4.94%
  • yellow value is 0.00%
  • key color value is 36.47%

CMYK: (27,5,0,36)
C27M5Y0K36 (27%, 5%, 0%, 36%)
(0.27 / 0.05 / 0.00 / 0.36)

CMYK percentages

%26.54
%4.94
%0
%36.47

Codes

Color #779AA2 in popluar color models

77 9A A2
RGB 119 154 162
HSL 191° 18.78% 55.10%
HSB/HSV 191° 26.54% 63.53%
CMYK 26.54% 4.94% 0.00%
36.47%

Color #779AA2 in popluar number systems.

HEX 77 9A A2
Decimal 119 154 162
Binary 1110111 10011010 10100010
Octal 167 232 242

Shades and tints

Shades of #779AA2

#779AA2
(119,154,162)
#6D8C94
(109,140,148)
#637E86
(99,126,134)
#597078
(89,112,120)
#4F626A
(79,98,106)
#45545C
(69,84,92)
#3B464E
(59,70,78)
#313840
(49,56,64)
#272A32
(39,42,50)
#1D1C24
(29,28,36)
#130E16
(19,14,22)
#000000
(0,0,0)

Tints of #779AA2

#779AA2
(119,154,162)
#83A3AA
(131,163,170)
#8FACB2
(143,172,178)
#9BB5BA
(155,181,186)
#A7BEC2
(167,190,194)
#B3C7CA
(179,199,202)
#BFD0D2
(191,208,210)
#CBD9DA
(203,217,218)
#D7E2E2
(215,226,226)
#E3EBEA
(227,235,234)
#EFF4F2
(239,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #779AA2; }

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

This text font color is #779AA2.

Background Color

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

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

This div background color is #779AA2.

Border color

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

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

This div border color is #779AA2.

Opacity

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

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

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

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

This text has shadow with #779AA2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #779AA2.

Preview

Color preview on black background

This text has color #779AA2 on black background.


Color preview on white background

This text has color #779AA2 on white background.


Black color preview on #779AA2 background

This text has black color on #779AA2 background.


White color preview on #779AA2 background

This text has white color on #779AA2 background.


Related colors

Complementary color

Complementary color for #hex is #88655D.


I love getcolorcode.com

Triadic colors

1 #A2779A and #9AA277 with #779AA2 are triadic colors.

2 #A29A77 and #9A77A2 with #779AA2 are triadic colors.