COLOR #77A7F0

HEX: #77A7F0
RGB: (119,167,240)

Renk bilgisi

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

RGB renk modeli

#77A7F0 color RGB value is (119,167,240).

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

RGB bağlantıları ve doygunluk

R 119 of 255 = 47%
G 167 of 255 = 65%
B 240 of 255 = 94%

119
167
240

R + G + B ~ 69%. #77A7F0 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
119 + 167 + 240 = 526 (100%)
R 119 of 526 ~ 22.62%
G 167 of 526 ~ 31.75%
B 240 of 526 ~ 45.63%

%22.62
%31.75
%45.63

CMYK RENK MODELİ

#77A7F0 rengi CMYK tonu (50,30,0,6).

  • camgöbeği tonu 50.42%
  • eflatun tonu 30.42%
  • sarı tonu 0.00%
  • ana renk tonu 5.88%
CMYK:
(50,30,0,6)
C50M30Y0K6 
(50%,30%,0%,6%)
(0.50/0.30/0.00/0.06)	

CMYK yüzdeleri

%50.42
%30.42
%0
%5.88

Codes

Color #77A7F0 in popluar color models

77A7F0
RGB119167240
HSL216°80.13%70.39%
HSB/HSV216°50.42%94.12%
CMYK50.42%30.42%0.00%
5.88%

Color #77A7F0 in popluar number systems.

HEX77A7F0
Decimal119167240
Binary11101111010011111110000
Octal167247360

Shades and tints

Shades of #77A7F0

#77A7F0
(119,167,240)
#6D98DB
(109,152,219)
#6389C6
(99,137,198)
#597AB1
(89,122,177)
#4F6B9C
(79,107,156)
#455C87
(69,92,135)
#3B4D72
(59,77,114)
#313E5D
(49,62,93)
#272F48
(39,47,72)
#1D2033
(29,32,51)
#13111E
(19,17,30)
#000000
(0,0,0)

Tints of #77A7F0

#77A7F0
(119,167,240)
#83AFF1
(131,175,241)
#8FB7F2
(143,183,242)
#9BBFF3
(155,191,243)
#A7C7F4
(167,199,244)
#B3CFF5
(179,207,245)
#BFD7F6
(191,215,246)
#CBDFF7
(203,223,247)
#D7E7F8
(215,231,248)
#E3EFF9
(227,239,249)
#EFF7FA
(239,247,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #77A7F0; }

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

This text font color is #77A7F0.


Background Color

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

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

This div background color is #77A7F0.


Border color

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

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

This div border color is #77A7F0.


Opacity

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

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

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

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

This text has shadow with #77A7F0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #77A7F0 on black background.


Color preview on white background

This text has color #77A7F0 on white background.



Black color preview on #77A7F0 background

This text has black color on #77A7F0 background.


White color preview on #77A7F0 background

This text has white color on #77A7F0 background.