COLOR #77B5D5

HEX: #77B5D5
RGB: (119,181,213)

Color info

#77B5D5 contains mainly green and blue colors. Web safe color of #77B5D5 is #66CCCC (or #6CC).

RGB color model

#77B5D5 color RGB value is (119,181,213).

  • red value is 119;
  • green value is 181;
  • blue value is 213.
RGB:
(119,181,213)
(47%,71%,84%)

RGB channels and saturation

R 119 of 255 = 47%
G 181 of 255 = 71%
B 213 of 255 = 84%

119
181
213

R + G + B ~ 67%. #77B5D5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
119 + 181 + 213 = 513 (100%)
R 119 of 513 ~ 23.2%
G 181 of 513 ~ 35.28%
B 213 of 513 ~ 41.52%

%23.2
%35.28
%41.52

CMYK color model

#77B5D5 color CMYK value is (44,15,0,16).

  • cyan value is 44.13%
  • magenta value is 15.02%
  • yellow value is 0.00%
  • key color value is 16.47%
CMYK:
(44,15,0,16)
C44M15Y0K16 
(44%,15%,0%,16%)
(0.44/0.15/0.00/0.16)	

CMYK percentages

%44.13
%15.02
%0
%16.47

Codes

Color #77B5D5 in popluar color models

77B5D5
RGB119181213
HSL200°52.81%65.10%
HSB/HSV200°44.13%83.53%
CMYK44.13%15.02%0.00%
16.47%

Color #77B5D5 in popluar number systems.

HEX77B5D5
Decimal119181213
Binary11101111011010111010101
Octal167265325

Shades and tints

Shades of #77B5D5

#77B5D5
(119,181,213)
#6DA5C2
(109,165,194)
#6395AF
(99,149,175)
#59859C
(89,133,156)
#4F7589
(79,117,137)
#456576
(69,101,118)
#3B5563
(59,85,99)
#314550
(49,69,80)
#27353D
(39,53,61)
#1D252A
(29,37,42)
#131517
(19,21,23)
#000000
(0,0,0)

Tints of #77B5D5

#77B5D5
(119,181,213)
#83BBD8
(131,187,216)
#8FC1DB
(143,193,219)
#9BC7DE
(155,199,222)
#A7CDE1
(167,205,225)
#B3D3E4
(179,211,228)
#BFD9E7
(191,217,231)
#CBDFEA
(203,223,234)
#D7E5ED
(215,229,237)
#E3EBF0
(227,235,240)
#EFF1F3
(239,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #77B5D5 color. Also use rgb(119,181,213) instead hex code.

Text Font Color

.myTextColor { color: #77B5D5; }

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

This text font color is #77B5D5.


Background Color

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

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

This div background color is #77B5D5.


Border color

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

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

This div border color is #77B5D5.


Opacity

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

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

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

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

This text has shadow with #77B5D5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #77B5D5 on black background.


Color preview on white background

This text has color #77B5D5 on white background.



Black color preview on #77B5D5 background

This text has black color on #77B5D5 background.


White color preview on #77B5D5 background

This text has white color on #77B5D5 background.