COLOR #77A7EC

HEX: #77A7EC
RGB: (119,167,236)

Renk bilgisi

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

RGB renk modeli

#77A7EC color RGB value is (119,167,236).

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

RGB bağlantıları ve doygunluk

R 119 of 255 = 47%
G 167 of 255 = 65%
B 236 of 255 = 93%

119
167
236

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

Yüzdelerle RGB renk parçaları

R + G + B =
119 + 167 + 236 = 522 (100%)
R 119 of 522 ~ 22.8%
G 167 of 522 ~ 31.99%
B 236 of 522 ~ 45.21%

%22.8
%31.99
%45.21

CMYK RENK MODELİ

#77A7EC rengi CMYK tonu (50,29,0,7).

  • camgöbeği tonu 49.58%
  • eflatun tonu 29.24%
  • sarı tonu 0.00%
  • ana renk tonu 7.45%
CMYK:
(50,29,0,7)
C50M29Y0K7 
(50%,29%,0%,7%)
(0.50/0.29/0.00/0.07)	

CMYK yüzdeleri

%49.58
%29.24
%0
%7.45

Codes

Color #77A7EC in popluar color models

77A7EC
RGB119167236
HSL215°75.48%69.61%
HSB/HSV215°49.58%92.55%
CMYK49.58%29.24%0.00%
7.45%

Color #77A7EC in popluar number systems.

HEX77A7EC
Decimal119167236
Binary11101111010011111101100
Octal167247354

Shades and tints

Shades of #77A7EC

#77A7EC
(119,167,236)
#6D98D7
(109,152,215)
#6389C2
(99,137,194)
#597AAD
(89,122,173)
#4F6B98
(79,107,152)
#455C83
(69,92,131)
#3B4D6E
(59,77,110)
#313E59
(49,62,89)
#272F44
(39,47,68)
#1D202F
(29,32,47)
#13111A
(19,17,26)
#000000
(0,0,0)

Tints of #77A7EC

#77A7EC
(119,167,236)
#83AFED
(131,175,237)
#8FB7EE
(143,183,238)
#9BBFEF
(155,191,239)
#A7C7F0
(167,199,240)
#B3CFF1
(179,207,241)
#BFD7F2
(191,215,242)
#CBDFF3
(203,223,243)
#D7E7F4
(215,231,244)
#E3EFF5
(227,239,245)
#EFF7F6
(239,247,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #77A7EC; }

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

This text font color is #77A7EC.


Background Color

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

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

This div background color is #77A7EC.


Border color

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

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

This div border color is #77A7EC.


Opacity

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

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

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

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

This text has shadow with #77A7EC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #77A7EC on black background.


Color preview on white background

This text has color #77A7EC on white background.



Black color preview on #77A7EC background

This text has black color on #77A7EC background.


White color preview on #77A7EC background

This text has white color on #77A7EC background.