COLOR #779AA9

HEX: #779AA9
RGB: (119,154,169)

Color info

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

RGB color model

#779AA9 color RGB value is (119,154,169).

  • red value is 119;
  • green value is 154;
  • blue value is 169.
RGB:
(119,154,169)
(47%,60%,66%)

RGB channels and saturation

R 119 of 255 = 47%
G 154 of 255 = 60%
B 169 of 255 = 66%

119
154
169

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

Portions of RGB colors in percentages

R + G + B =
119 + 154 + 169 = 442 (100%)
R 119 of 442 ~ 26.92%
G 154 of 442 ~ 34.84%
B 169 of 442 ~ 38.24%

%26.92
%34.84
%38.24

CMYK color model

#779AA9 color CMYK value is (30,9,0,34).

  • cyan value is 29.59%
  • magenta value is 8.88%
  • yellow value is 0.00%
  • key color value is 33.73%
CMYK:
(30,9,0,34)
C30M9Y0K34 
(30%,9%,0%,34%)
(0.30/0.09/0.00/0.34)	

CMYK percentages

%29.59
%8.88
%0
%33.73

Codes

Color #779AA9 in popluar color models

779AA9
RGB119154169
HSL198°22.52%56.47%
HSB/HSV198°29.59%66.27%
CMYK29.59%8.88%0.00%
33.73%

Color #779AA9 in popluar number systems.

HEX779AA9
Decimal119154169
Binary11101111001101010101001
Octal167232251

Shades and tints

Shades of #779AA9

#779AA9
(119,154,169)
#6D8C9A
(109,140,154)
#637E8B
(99,126,139)
#59707C
(89,112,124)
#4F626D
(79,98,109)
#45545E
(69,84,94)
#3B464F
(59,70,79)
#313840
(49,56,64)
#272A31
(39,42,49)
#1D1C22
(29,28,34)
#130E13
(19,14,19)
#000000
(0,0,0)

Tints of #779AA9

#779AA9
(119,154,169)
#83A3B0
(131,163,176)
#8FACB7
(143,172,183)
#9BB5BE
(155,181,190)
#A7BEC5
(167,190,197)
#B3C7CC
(179,199,204)
#BFD0D3
(191,208,211)
#CBD9DA
(203,217,218)
#D7E2E1
(215,226,225)
#E3EBE8
(227,235,232)
#EFF4EF
(239,244,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #779AA9; }

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

This text font color is #779AA9.


Background Color

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

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

This div background color is #779AA9.


Border color

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

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

This div border color is #779AA9.


Opacity

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

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

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

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

This text has shadow with #779AA9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #779AA9 on black background.


Color preview on white background

This text has color #779AA9 on white background.



Black color preview on #779AA9 background

This text has black color on #779AA9 background.


White color preview on #779AA9 background

This text has white color on #779AA9 background.