COLOR #77A2EC

HEX: #77A2EC
RGB: (119,162,236)

Color info

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

RGB color model

#77A2EC color RGB value is (119,162,236).

  • red value is 119;
  • green value is 162;
  • blue value is 236.
RGB:
(119,162,236)
(47%,64%,93%)

RGB channels and saturation

R 119 of 255 = 47%
G 162 of 255 = 64%
B 236 of 255 = 93%

119
162
236

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

Portions of RGB colors in percentages

R + G + B =
119 + 162 + 236 = 517 (100%)
R 119 of 517 ~ 23.02%
G 162 of 517 ~ 31.33%
B 236 of 517 ~ 45.65%

%23.02
%31.33
%45.65

CMYK color model

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

  • cyan value is 49.58%
  • magenta value is 31.36%
  • yellow value is 0.00%
  • key color value is 7.45%
CMYK:
(50,31,0,7)
C50M31Y0K7 
(50%,31%,0%,7%)
(0.50/0.31/0.00/0.07)	

CMYK percentages

%49.58
%31.36
%0
%7.45

Codes

Color #77A2EC in popluar color models

77A2EC
RGB119162236
HSL218°75.48%69.61%
HSB/HSV218°49.58%92.55%
CMYK49.58%31.36%0.00%
7.45%

Color #77A2EC in popluar number systems.

HEX77A2EC
Decimal119162236
Binary11101111010001011101100
Octal167242354

Shades and tints

Shades of #77A2EC

#77A2EC
(119,162,236)
#6D94D7
(109,148,215)
#6386C2
(99,134,194)
#5978AD
(89,120,173)
#4F6A98
(79,106,152)
#455C83
(69,92,131)
#3B4E6E
(59,78,110)
#314059
(49,64,89)
#273244
(39,50,68)
#1D242F
(29,36,47)
#13161A
(19,22,26)
#000000
(0,0,0)

Tints of #77A2EC

#77A2EC
(119,162,236)
#83AAED
(131,170,237)
#8FB2EE
(143,178,238)
#9BBAEF
(155,186,239)
#A7C2F0
(167,194,240)
#B3CAF1
(179,202,241)
#BFD2F2
(191,210,242)
#CBDAF3
(203,218,243)
#D7E2F4
(215,226,244)
#E3EAF5
(227,234,245)
#EFF2F6
(239,242,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #77A2EC color. Also use rgb(119,162,236) instead hex code.

Text Font Color

.myTextColor { color: #77A2EC; }

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

This text font color is #77A2EC.


Background Color

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

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

This div background color is #77A2EC.


Border color

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

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

This div border color is #77A2EC.


Opacity

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

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

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

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

This text has shadow with #77A2EC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #77A2EC on black background.


Color preview on white background

This text has color #77A2EC on white background.



Black color preview on #77A2EC background

This text has black color on #77A2EC background.


White color preview on #77A2EC background

This text has white color on #77A2EC background.