COLOR #77A0F0

HEX: #77A0F0 RGB: (119,160,240)

Color info

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

RGB color model

#77A0F0 color RGB value is (119,160,240).

RGB: (119,160,240) (47%, 63%, 94%)

RGB channels and saturation

R 119 of 255 = 47%
G 160 of 255 = 63%
B 240 of 255 = 94%

119
160
240

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

Portions of RGB colors in percentages

R + G + B = 119 + 160 + 240 = 519 (100%)
R 119 of 519 ~ 22.93%
G 160 of 519 ~ 30.83%
B 240 of 519 ~ 46.24'%

%22.93
%30.83
%46.24

CMYK color model

#77A0F0 color CMYK value is (50,33,0,6).

  • cyan value is 50.42%
  • magenta value is 33.33%
  • yellow value is 0.00%
  • key color value is 5.88%

CMYK: (50,33,0,6)
C50M33Y0K6 (50%, 33%, 0%, 6%)
(0.50 / 0.33 / 0.00 / 0.06)

CMYK percentages

%50.42
%33.33
%0
%5.88

Codes

Color #77A0F0 in popluar color models

77 A0 F0
RGB 119 160 240
HSL 220° 80.13% 70.39%
HSB/HSV 220° 50.42% 94.12%
CMYK 50.42% 33.33% 0.00%
5.88%

Color #77A0F0 in popluar number systems.

HEX 77 A0 F0
Decimal 119 160 240
Binary 1110111 10100000 11110000
Octal 167 240 360

Shades and tints

Shades of #77A0F0

#77A0F0
(119,160,240)
#6D92DB
(109,146,219)
#6384C6
(99,132,198)
#5976B1
(89,118,177)
#4F689C
(79,104,156)
#455A87
(69,90,135)
#3B4C72
(59,76,114)
#313E5D
(49,62,93)
#273048
(39,48,72)
#1D2233
(29,34,51)
#13141E
(19,20,30)
#000000
(0,0,0)

Tints of #77A0F0

#77A0F0
(119,160,240)
#83A8F1
(131,168,241)
#8FB0F2
(143,176,242)
#9BB8F3
(155,184,243)
#A7C0F4
(167,192,244)
#B3C8F5
(179,200,245)
#BFD0F6
(191,208,246)
#CBD8F7
(203,216,247)
#D7E0F8
(215,224,248)
#E3E8F9
(227,232,249)
#EFF0FA
(239,240,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #77A0F0 color. Also use rgb(119,160,240) instead hex code.

Text Font Color

.myTextColor { color: #77A0F0; }

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

This text font color is #77A0F0.

Background Color

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

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

This div background color is #77A0F0.

Border color

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

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

This div border color is #77A0F0.

Opacity

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

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

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

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

This text has shadow with #77A0F0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #77A0F0.

Preview

Color preview on black background

This text has color #77A0F0 on black background.


Color preview on white background

This text has color #77A0F0 on white background.


Black color preview on #77A0F0 background

This text has black color on #77A0F0 background.


White color preview on #77A0F0 background

This text has white color on #77A0F0 background.


Related colors

Complementary color

Complementary color for #hex is #885F0F.


I love getcolorcode.com

Triadic colors

1 #F077A0 and #A0F077 with #77A0F0 are triadic colors.

2 #F0A077 and #A077F0 with #77A0F0 are triadic colors.