COLOR #77A5B4

HEX: #77A5B4
RGB: (119,165,180)

Renk bilgisi

#77A5B4 contains mainly green and blue colors. #77A5B4 ‘ nin web güvenlik rengi #6699CC (ya da #69C) dir.

RGB renk modeli

#77A5B4 color RGB value is (119,165,180).

  • kırmız ton 119;
  • yeşil ton 165;
  • mavi ton 180.
RGB:
(119,165,180)
(47%,65%,71%)

RGB bağlantıları ve doygunluk

R 119 of 255 = 47%
G 165 of 255 = 65%
B 180 of 255 = 71%

119
165
180

R + G + B ~ 61%. #77A5B4 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
119 + 165 + 180 = 464 (100%)
R 119 of 464 ~ 25.65%
G 165 of 464 ~ 35.56%
B 180 of 464 ~ 38.79%

%25.65
%35.56
%38.79

CMYK RENK MODELİ

#77A5B4 rengi CMYK tonu (34,8,0,29).

  • camgöbeği tonu 33.89%
  • eflatun tonu 8.33%
  • sarı tonu 0.00%
  • ana renk tonu 29.41%
CMYK:
(34,8,0,29)
C34M8Y0K29 
(34%,8%,0%,29%)
(0.34/0.08/0.00/0.29)	

CMYK yüzdeleri

%33.89
%8.33
%0
%29.41

Codes

Color #77A5B4 in popluar color models

77A5B4
RGB119165180
HSL195°28.91%58.63%
HSB/HSV195°33.89%70.59%
CMYK33.89%8.33%0.00%
29.41%

Color #77A5B4 in popluar number systems.

HEX77A5B4
Decimal119165180
Binary11101111010010110110100
Octal167245264

Shades and tints

Shades of #77A5B4

#77A5B4
(119,165,180)
#6D96A4
(109,150,164)
#638794
(99,135,148)
#597884
(89,120,132)
#4F6974
(79,105,116)
#455A64
(69,90,100)
#3B4B54
(59,75,84)
#313C44
(49,60,68)
#272D34
(39,45,52)
#1D1E24
(29,30,36)
#130F14
(19,15,20)
#000000
(0,0,0)

Tints of #77A5B4

#77A5B4
(119,165,180)
#83ADBA
(131,173,186)
#8FB5C0
(143,181,192)
#9BBDC6
(155,189,198)
#A7C5CC
(167,197,204)
#B3CDD2
(179,205,210)
#BFD5D8
(191,213,216)
#CBDDDE
(203,221,222)
#D7E5E4
(215,229,228)
#E3EDEA
(227,237,234)
#EFF5F0
(239,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #77A5B4 color. Also use rgb(119,165,180) instead hex code.

Text Font Color

.myTextColor { color: #77A5B4; }

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

This text font color is #77A5B4.


Background Color

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

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

This div background color is #77A5B4.


Border color

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

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

This div border color is #77A5B4.


Opacity

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

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

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

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

This text has shadow with #77A5B4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #77A5B4 on black background.


Color preview on white background

This text has color #77A5B4 on white background.



Black color preview on #77A5B4 background

This text has black color on #77A5B4 background.


White color preview on #77A5B4 background

This text has white color on #77A5B4 background.