COLOR #77A4F0

HEX: #77A4F0
RGB: (119,164,240)

Renk bilgisi

#77A4F0 contains mainly blue color. #77A4F0 ‘ nin web güvenlik rengi #6699FF (ya da #69F) dir.

RGB renk modeli

#77A4F0 color RGB value is (119,164,240).

  • kırmız ton 119;
  • yeşil ton 164;
  • mavi ton 240.
RGB:
(119,164,240)
(47%,64%,94%)

RGB bağlantıları ve doygunluk

R 119 of 255 = 47%
G 164 of 255 = 64%
B 240 of 255 = 94%

119
164
240

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

Yüzdelerle RGB renk parçaları

R + G + B =
119 + 164 + 240 = 523 (100%)
R 119 of 523 ~ 22.75%
G 164 of 523 ~ 31.36%
B 240 of 523 ~ 45.89%

%22.75
%31.36
%45.89

CMYK RENK MODELİ

#77A4F0 rengi CMYK tonu (50,32,0,6).

  • camgöbeği tonu 50.42%
  • eflatun tonu 31.67%
  • sarı tonu 0.00%
  • ana renk tonu 5.88%
CMYK:
(50,32,0,6)
C50M32Y0K6 
(50%,32%,0%,6%)
(0.50/0.32/0.00/0.06)	

CMYK yüzdeleri

%50.42
%31.67
%0
%5.88

Codes

Color #77A4F0 in popluar color models

77A4F0
RGB119164240
HSL218°80.13%70.39%
HSB/HSV218°50.42%94.12%
CMYK50.42%31.67%0.00%
5.88%

Color #77A4F0 in popluar number systems.

HEX77A4F0
Decimal119164240
Binary11101111010010011110000
Octal167244360

Shades and tints

Shades of #77A4F0

#77A4F0
(119,164,240)
#6D96DB
(109,150,219)
#6388C6
(99,136,198)
#597AB1
(89,122,177)
#4F6C9C
(79,108,156)
#455E87
(69,94,135)
#3B5072
(59,80,114)
#31425D
(49,66,93)
#273448
(39,52,72)
#1D2633
(29,38,51)
#13181E
(19,24,30)
#000000
(0,0,0)

Tints of #77A4F0

#77A4F0
(119,164,240)
#83ACF1
(131,172,241)
#8FB4F2
(143,180,242)
#9BBCF3
(155,188,243)
#A7C4F4
(167,196,244)
#B3CCF5
(179,204,245)
#BFD4F6
(191,212,246)
#CBDCF7
(203,220,247)
#D7E4F8
(215,228,248)
#E3ECF9
(227,236,249)
#EFF4FA
(239,244,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #77A4F0; }

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

This text font color is #77A4F0.


Background Color

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

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

This div background color is #77A4F0.


Border color

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

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

This div border color is #77A4F0.


Opacity

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

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

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

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

This text has shadow with #77A4F0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #77A4F0 on black background.


Color preview on white background

This text has color #77A4F0 on white background.



Black color preview on #77A4F0 background

This text has black color on #77A4F0 background.


White color preview on #77A4F0 background

This text has white color on #77A4F0 background.