COLOR #77A5CA

HEX: #77A5CA
RGB: (119,165,202)

Color info

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

RGB color model

#77A5CA color RGB value is (119,165,202).

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

RGB channels and saturation

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

119
165
202

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

Portions of RGB colors in percentages

R + G + B =
119 + 165 + 202 = 486 (100%)
R 119 of 486 ~ 24.49%
G 165 of 486 ~ 33.95%
B 202 of 486 ~ 41.56%

%24.49
%33.95
%41.56

CMYK color model

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

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

CMYK percentages

%41.09
%18.32
%0
%20.78

Codes

Color #77A5CA in popluar color models

77A5CA
RGB119165202
HSL207°43.92%62.94%
HSB/HSV207°41.09%79.22%
CMYK41.09%18.32%0.00%
20.78%

Color #77A5CA in popluar number systems.

HEX77A5CA
Decimal119165202
Binary11101111010010111001010
Octal167245312

Shades and tints

Shades of #77A5CA

#77A5CA
(119,165,202)
#6D96B8
(109,150,184)
#6387A6
(99,135,166)
#597894
(89,120,148)
#4F6982
(79,105,130)
#455A70
(69,90,112)
#3B4B5E
(59,75,94)
#313C4C
(49,60,76)
#272D3A
(39,45,58)
#1D1E28
(29,30,40)
#130F16
(19,15,22)
#000000
(0,0,0)

Tints of #77A5CA

#77A5CA
(119,165,202)
#83ADCE
(131,173,206)
#8FB5D2
(143,181,210)
#9BBDD6
(155,189,214)
#A7C5DA
(167,197,218)
#B3CDDE
(179,205,222)
#BFD5E2
(191,213,226)
#CBDDE6
(203,221,230)
#D7E5EA
(215,229,234)
#E3EDEE
(227,237,238)
#EFF5F2
(239,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #77A5CA; }

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

This text font color is #77A5CA.


Background Color

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

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

This div background color is #77A5CA.


Border color

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

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

This div border color is #77A5CA.


Opacity

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

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

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

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

This text has shadow with #77A5CA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #77A5CA on black background.


Color preview on white background

This text has color #77A5CA on white background.



Black color preview on #77A5CA background

This text has black color on #77A5CA background.


White color preview on #77A5CA background

This text has white color on #77A5CA background.