COLOR #77A4D5

HEX: #77A4D5
RGB: (119,164,213)

Color info

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

RGB color model

#77A4D5 color RGB value is (119,164,213).

  • red value is 119;
  • green value is 164;
  • blue value is 213.
RGB:
(119,164,213)
(47%,64%,84%)

RGB channels and saturation

R 119 of 255 = 47%
G 164 of 255 = 64%
B 213 of 255 = 84%

119
164
213

R + G + B ~ 65%. #77A4D5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
119 + 164 + 213 = 496 (100%)
R 119 of 496 ~ 23.99%
G 164 of 496 ~ 33.06%
B 213 of 496 ~ 42.94%

%23.99
%33.06
%42.94

CMYK color model

#77A4D5 color CMYK value is (44,23,0,16).

  • cyan value is 44.13%
  • magenta value is 23.00%
  • yellow value is 0.00%
  • key color value is 16.47%
CMYK:
(44,23,0,16)
C44M23Y0K16 
(44%,23%,0%,16%)
(0.44/0.23/0.00/0.16)	

CMYK percentages

%44.13
%23
%0
%16.47

Codes

Color #77A4D5 in popluar color models

77A4D5
RGB119164213
HSL211°52.81%65.10%
HSB/HSV211°44.13%83.53%
CMYK44.13%23.00%0.00%
16.47%

Color #77A4D5 in popluar number systems.

HEX77A4D5
Decimal119164213
Binary11101111010010011010101
Octal167244325

Shades and tints

Shades of #77A4D5

#77A4D5
(119,164,213)
#6D96C2
(109,150,194)
#6388AF
(99,136,175)
#597A9C
(89,122,156)
#4F6C89
(79,108,137)
#455E76
(69,94,118)
#3B5063
(59,80,99)
#314250
(49,66,80)
#27343D
(39,52,61)
#1D262A
(29,38,42)
#131817
(19,24,23)
#000000
(0,0,0)

Tints of #77A4D5

#77A4D5
(119,164,213)
#83ACD8
(131,172,216)
#8FB4DB
(143,180,219)
#9BBCDE
(155,188,222)
#A7C4E1
(167,196,225)
#B3CCE4
(179,204,228)
#BFD4E7
(191,212,231)
#CBDCEA
(203,220,234)
#D7E4ED
(215,228,237)
#E3ECF0
(227,236,240)
#EFF4F3
(239,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #77A4D5 color. Also use rgb(119,164,213) instead hex code.

Text Font Color

.myTextColor { color: #77A4D5; }

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

This text font color is #77A4D5.


Background Color

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

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

This div background color is #77A4D5.


Border color

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

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

This div border color is #77A4D5.


Opacity

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

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

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

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

This text has shadow with #77A4D5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #77A4D5 on black background.


Color preview on white background

This text has color #77A4D5 on white background.



Black color preview on #77A4D5 background

This text has black color on #77A4D5 background.


White color preview on #77A4D5 background

This text has white color on #77A4D5 background.