COLOR #77ACC5

HEX: #77ACC5
RGB: (119,172,197)

Renk bilgisi

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

RGB renk modeli

#77ACC5 color RGB value is (119,172,197).

  • kırmız ton 119;
  • yeşil ton 172;
  • mavi ton 197.
RGB:
(119,172,197)
(47%,67%,77%)

RGB bağlantıları ve doygunluk

R 119 of 255 = 47%
G 172 of 255 = 67%
B 197 of 255 = 77%

119
172
197

R + G + B ~ 64%. #77ACC5 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
119 + 172 + 197 = 488 (100%)
R 119 of 488 ~ 24.39%
G 172 of 488 ~ 35.25%
B 197 of 488 ~ 40.37%

%24.39
%35.25
%40.37

CMYK RENK MODELİ

#77ACC5 rengi CMYK tonu (40,13,0,23).

  • camgöbeği tonu 39.59%
  • eflatun tonu 12.69%
  • sarı tonu 0.00%
  • ana renk tonu 22.75%
CMYK:
(40,13,0,23)
C40M13Y0K23 
(40%,13%,0%,23%)
(0.40/0.13/0.00/0.23)	

CMYK yüzdeleri

%39.59
%12.69
%0
%22.75

Codes

Color #77ACC5 in popluar color models

77ACC5
RGB119172197
HSL199°40.21%61.96%
HSB/HSV199°39.59%77.25%
CMYK39.59%12.69%0.00%
22.75%

Color #77ACC5 in popluar number systems.

HEX77ACC5
Decimal119172197
Binary11101111010110011000101
Octal167254305

Shades and tints

Shades of #77ACC5

#77ACC5
(119,172,197)
#6D9DB4
(109,157,180)
#638EA3
(99,142,163)
#597F92
(89,127,146)
#4F7081
(79,112,129)
#456170
(69,97,112)
#3B525F
(59,82,95)
#31434E
(49,67,78)
#27343D
(39,52,61)
#1D252C
(29,37,44)
#13161B
(19,22,27)
#000000
(0,0,0)

Tints of #77ACC5

#77ACC5
(119,172,197)
#83B3CA
(131,179,202)
#8FBACF
(143,186,207)
#9BC1D4
(155,193,212)
#A7C8D9
(167,200,217)
#B3CFDE
(179,207,222)
#BFD6E3
(191,214,227)
#CBDDE8
(203,221,232)
#D7E4ED
(215,228,237)
#E3EBF2
(227,235,242)
#EFF2F7
(239,242,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #77ACC5 color. Also use rgb(119,172,197) instead hex code.

Text Font Color

.myTextColor { color: #77ACC5; }

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

This text font color is #77ACC5.


Background Color

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

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

This div background color is #77ACC5.


Border color

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

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

This div border color is #77ACC5.


Opacity

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

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

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

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

This text has shadow with #77ACC5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #77ACC5 on black background.


Color preview on white background

This text has color #77ACC5 on white background.



Black color preview on #77ACC5 background

This text has black color on #77ACC5 background.


White color preview on #77ACC5 background

This text has white color on #77ACC5 background.