COLOR #77A5C9

HEX: #77A5C9
RGB: (119,165,201)

Color info

#77A5C9 contains mainly green and blue colors. Web safe color of #77A5C9 is #6699CC (or #69C).

RGB color model

#77A5C9 color RGB value is (119,165,201).

  • red value is 119;
  • green value is 165;
  • blue value is 201.
RGB:
(119,165,201)
(47%,65%,79%)

RGB channels and saturation

R 119 of 255 = 47%
G 165 of 255 = 65%
B 201 of 255 = 79%

119
165
201

R + G + B ~ 64%. #77A5C9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
119 + 165 + 201 = 485 (100%)
R 119 of 485 ~ 24.54%
G 165 of 485 ~ 34.02%
B 201 of 485 ~ 41.44%

%24.54
%34.02
%41.44

CMYK color model

#77A5C9 color CMYK value is (41,18,0,21).

  • cyan value is 40.80%
  • magenta value is 17.91%
  • yellow value is 0.00%
  • key color value is 21.18%
CMYK:
(41,18,0,21)
C41M18Y0K21 
(41%,18%,0%,21%)
(0.41/0.18/0.00/0.21)	

CMYK percentages

%40.8
%17.91
%0
%21.18

Codes

Color #77A5C9 in popluar color models

77A5C9
RGB119165201
HSL206°43.16%62.75%
HSB/HSV206°40.80%78.82%
CMYK40.80%17.91%0.00%
21.18%

Color #77A5C9 in popluar number systems.

HEX77A5C9
Decimal119165201
Binary11101111010010111001001
Octal167245311

Shades and tints

Shades of #77A5C9

#77A5C9
(119,165,201)
#6D96B7
(109,150,183)
#6387A5
(99,135,165)
#597893
(89,120,147)
#4F6981
(79,105,129)
#455A6F
(69,90,111)
#3B4B5D
(59,75,93)
#313C4B
(49,60,75)
#272D39
(39,45,57)
#1D1E27
(29,30,39)
#130F15
(19,15,21)
#000000
(0,0,0)

Tints of #77A5C9

#77A5C9
(119,165,201)
#83ADCD
(131,173,205)
#8FB5D1
(143,181,209)
#9BBDD5
(155,189,213)
#A7C5D9
(167,197,217)
#B3CDDD
(179,205,221)
#BFD5E1
(191,213,225)
#CBDDE5
(203,221,229)
#D7E5E9
(215,229,233)
#E3EDED
(227,237,237)
#EFF5F1
(239,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #77A5C9 color. Also use rgb(119,165,201) instead hex code.

Text Font Color

.myTextColor { color: #77A5C9; }

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

This text font color is #77A5C9.


Background Color

.myBgColor { background-color: #77A5C9; }

<div style="background-color:#77A5C9">Inner text</div>

This div background color is #77A5C9.


Border color

.myBorderColor { border: 1px solid #77A5C9; }

<div style="border:3px solid #77A5C9">Div</div>

This div border color is #77A5C9.


Opacity

.myOpacity80 { color: #77A5C9; opacity: 0.8; }

<p style="color:#77A5C9;opacity:0.8;">80%</p>

Text with #77A5C9 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 #77A5C9;}

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

This text has shadow with #77A5C9 color.

.textShadow {text-shadow: 3px 3px 1px #77A5C9, 3px 3px 1px red;}

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

This text has shadow with #77A5C9 primary color and red secondary color.


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

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

This text has shadow with #77A5C9 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #77A5C9 on black background.


Color preview on white background

This text has color #77A5C9 on white background.



Black color preview on #77A5C9 background

This text has black color on #77A5C9 background.


White color preview on #77A5C9 background

This text has white color on #77A5C9 background.