COLOR #77A4ED

HEX: #77A4ED RGB: (119,164,237)

Color info

#77A4ED contains mainly blue color. Web safe color of #77A4ED is #6699FF (or #69F).

RGB color model

#77A4ED color RGB value is (119,164,237).

RGB: (119,164,237) (47%, 64%, 93%)

RGB channels and saturation

R 119 of 255 = 47%
G 164 of 255 = 64%
B 237 of 255 = 93%

119
164
237

R + G + B ~ 68%. #77A4ED is quite light color.

Portions of RGB colors in percentages

R + G + B = 119 + 164 + 237 = 520 (100%)
R 119 of 520 ~ 22.88%
G 164 of 520 ~ 31.54%
B 237 of 520 ~ 45.58'%

%22.88
%31.54
%45.58

CMYK color model

#77A4ED color CMYK value is (50,31,0,7).

  • cyan value is 49.79%
  • magenta value is 30.80%
  • yellow value is 0.00%
  • key color value is 7.06%

CMYK: (50,31,0,7)
C50M31Y0K7 (50%, 31%, 0%, 7%)
(0.50 / 0.31 / 0.00 / 0.07)

CMYK percentages

%49.79
%30.8
%0
%7.06

Codes

Color #77A4ED in popluar color models

77 A4 ED
RGB 119 164 237
HSL 217° 76.62% 69.80%
HSB/HSV 217° 49.79% 92.94%
CMYK 49.79% 30.80% 0.00%
7.06%

Color #77A4ED in popluar number systems.

HEX 77 A4 ED
Decimal 119 164 237
Binary 1110111 10100100 11101101
Octal 167 244 355

Shades and tints

Shades of #77A4ED

#77A4ED
(119,164,237)
#6D96D8
(109,150,216)
#6388C3
(99,136,195)
#597AAE
(89,122,174)
#4F6C99
(79,108,153)
#455E84
(69,94,132)
#3B506F
(59,80,111)
#31425A
(49,66,90)
#273445
(39,52,69)
#1D2630
(29,38,48)
#13181B
(19,24,27)
#000000
(0,0,0)

Tints of #77A4ED

#77A4ED
(119,164,237)
#83ACEE
(131,172,238)
#8FB4EF
(143,180,239)
#9BBCF0
(155,188,240)
#A7C4F1
(167,196,241)
#B3CCF2
(179,204,242)
#BFD4F3
(191,212,243)
#CBDCF4
(203,220,244)
#D7E4F5
(215,228,245)
#E3ECF6
(227,236,246)
#EFF4F7
(239,244,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #77A4ED; }

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

This text font color is #77A4ED.

Background Color

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

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

This div background color is #77A4ED.

Border color

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

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

This div border color is #77A4ED.

Opacity

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

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

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

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

This text has shadow with #77A4ED color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #77A4ED.

Preview

Color preview on black background

This text has color #77A4ED on black background.


Color preview on white background

This text has color #77A4ED on white background.


Black color preview on #77A4ED background

This text has black color on #77A4ED background.


White color preview on #77A4ED background

This text has white color on #77A4ED background.


Related colors

Complementary color

Complementary color for #hex is #885B12.


I love getcolorcode.com

Triadic colors

1 #ED77A4 and #A4ED77 with #77A4ED are triadic colors.

2 #EDA477 and #A477ED with #77A4ED are triadic colors.