COLOR #779CAA

HEX: #779CAA
RGB: (119,156,170)

Color info

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

RGB color model

#779CAA color RGB value is (119,156,170).

  • red value is 119;
  • green value is 156;
  • blue value is 170.
RGB:
(119,156,170)
(47%,61%,67%)

RGB channels and saturation

R 119 of 255 = 47%
G 156 of 255 = 61%
B 170 of 255 = 67%

119
156
170

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

Portions of RGB colors in percentages

R + G + B =
119 + 156 + 170 = 445 (100%)
R 119 of 445 ~ 26.74%
G 156 of 445 ~ 35.06%
B 170 of 445 ~ 38.2%

%26.74
%35.06
%38.2

CMYK color model

#779CAA color CMYK value is (30,8,0,33).

  • cyan value is 30.00%
  • magenta value is 8.24%
  • yellow value is 0.00%
  • key color value is 33.33%
CMYK:
(30,8,0,33)
C30M8Y0K33 
(30%,8%,0%,33%)
(0.30/0.08/0.00/0.33)	

CMYK percentages

%30
%8.24
%0
%33.33

Codes

Color #779CAA in popluar color models

779CAA
RGB119156170
HSL196°23.08%56.67%
HSB/HSV196°30.00%66.67%
CMYK30.00%8.24%0.00%
33.33%

Color #779CAA in popluar number systems.

HEX779CAA
Decimal119156170
Binary11101111001110010101010
Octal167234252

Shades and tints

Shades of #779CAA

#779CAA
(119,156,170)
#6D8E9B
(109,142,155)
#63808C
(99,128,140)
#59727D
(89,114,125)
#4F646E
(79,100,110)
#45565F
(69,86,95)
#3B4850
(59,72,80)
#313A41
(49,58,65)
#272C32
(39,44,50)
#1D1E23
(29,30,35)
#131014
(19,16,20)
#000000
(0,0,0)

Tints of #779CAA

#779CAA
(119,156,170)
#83A5B1
(131,165,177)
#8FAEB8
(143,174,184)
#9BB7BF
(155,183,191)
#A7C0C6
(167,192,198)
#B3C9CD
(179,201,205)
#BFD2D4
(191,210,212)
#CBDBDB
(203,219,219)
#D7E4E2
(215,228,226)
#E3EDE9
(227,237,233)
#EFF6F0
(239,246,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #779CAA; }

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

This text font color is #779CAA.


Background Color

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

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

This div background color is #779CAA.


Border color

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

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

This div border color is #779CAA.


Opacity

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

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

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

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

This text has shadow with #779CAA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #779CAA on black background.


Color preview on white background

This text has color #779CAA on white background.



Black color preview on #779CAA background

This text has black color on #779CAA background.


White color preview on #779CAA background

This text has white color on #779CAA background.