COLOR #77A5B8

HEX: #77A5B8
RGB: (119,165,184)

Color info

#77A5B8 contains mainly green and blue colors. Web safe color of #77A5B8 is #6699CC (or #69C).

RGB color model

#77A5B8 color RGB value is (119,165,184).

  • red value is 119;
  • green value is 165;
  • blue value is 184.
RGB: (119,165,184) (47%,65%,72%)

RGB channels and saturation

R 119 of 255 = 47%
G 165 of 255 = 65%
B 184 of 255 = 72%

119
165
184

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

Portions of RGB colors in percentages

R + G + B =
119 + 165 + 184 = 468 (100%)
R 119 of 468 ~ 25.43%
G 165 of 468 ~ 35.26%
B 184 of 468 ~ 39.32%

%25.43
%35.26
%39.32

CMYK color model

#77A5B8 color CMYK value is (35,10,0,28).

  • cyan value is 35.33%
  • magenta value is 10.33%
  • yellow value is 0.00%
  • key color value is 27.84%
CMYK: (35,10,0,28) C35M10Y0K28 (35%,10%,0%,28%) (0.35/0.10/0.00/0.28)

CMYK percentages

%35.33
%10.33
%0
%27.84

Codes

Color #77A5B8 in popluar color models

77A5B8
RGB119165184
HSL198°31.40%59.41%
HSB/HSV198°35.33%72.16%
CMYK35.33%10.33%0.00%
27.84%

Color #77A5B8 in popluar number systems.

HEX77A5B8
Decimal119165184
Binary11101111010010110111000
Octal167245270

Shades and tints

Shades of #77A5B8

#77A5B8
(119,165,184)
#6D96A8
(109,150,168)
#638798
(99,135,152)
#597888
(89,120,136)
#4F6978
(79,105,120)
#455A68
(69,90,104)
#3B4B58
(59,75,88)
#313C48
(49,60,72)
#272D38
(39,45,56)
#1D1E28
(29,30,40)
#130F18
(19,15,24)
#000000
(0,0,0)

Tints of #77A5B8

#77A5B8
(119,165,184)
#83ADBE
(131,173,190)
#8FB5C4
(143,181,196)
#9BBDCA
(155,189,202)
#A7C5D0
(167,197,208)
#B3CDD6
(179,205,214)
#BFD5DC
(191,213,220)
#CBDDE2
(203,221,226)
#D7E5E8
(215,229,232)
#E3EDEE
(227,237,238)
#EFF5F4
(239,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #77A5B8; }

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

This text font color is #77A5B8.


Background Color

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

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

This div background color is #77A5B8.


Border color

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

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

This div border color is #77A5B8.


Opacity

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

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

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

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

This text has shadow with #77A5B8 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #77A5B8 on black background.


Color preview on white background

This text has color #77A5B8 on white background.



Black color preview on #77A5B8 background

This text has black color on #77A5B8 background.


White color preview on #77A5B8 background

This text has white color on #77A5B8 background.