COLOR #77ABB7

HEX: #77ABB7
RGB: (119,171,183)

Color info

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

RGB color model

#77ABB7 color RGB value is (119,171,183).

  • red value is 119;
  • green value is 171;
  • blue value is 183.
RGB:
(119,171,183)
(47%,67%,72%)

RGB channels and saturation

R 119 of 255 = 47%
G 171 of 255 = 67%
B 183 of 255 = 72%

119
171
183

R + G + B ~ 62%. #77ABB7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
119 + 171 + 183 = 473 (100%)
R 119 of 473 ~ 25.16%
G 171 of 473 ~ 36.15%
B 183 of 473 ~ 38.69%

%25.16
%36.15
%38.69

CMYK color model

#77ABB7 color CMYK value is (35,7,0,28).

  • cyan value is 34.97%
  • magenta value is 6.56%
  • yellow value is 0.00%
  • key color value is 28.24%
CMYK:
(35,7,0,28)
C35M7Y0K28 
(35%,7%,0%,28%)
(0.35/0.07/0.00/0.28)	

CMYK percentages

%34.97
%6.56
%0
%28.24

Codes

Color #77ABB7 in popluar color models

77ABB7
RGB119171183
HSL191°30.77%59.22%
HSB/HSV191°34.97%71.76%
CMYK34.97%6.56%0.00%
28.24%

Color #77ABB7 in popluar number systems.

HEX77ABB7
Decimal119171183
Binary11101111010101110110111
Octal167253267

Shades and tints

Shades of #77ABB7

#77ABB7
(119,171,183)
#6D9CA7
(109,156,167)
#638D97
(99,141,151)
#597E87
(89,126,135)
#4F6F77
(79,111,119)
#456067
(69,96,103)
#3B5157
(59,81,87)
#314247
(49,66,71)
#273337
(39,51,55)
#1D2427
(29,36,39)
#131517
(19,21,23)
#000000
(0,0,0)

Tints of #77ABB7

#77ABB7
(119,171,183)
#83B2BD
(131,178,189)
#8FB9C3
(143,185,195)
#9BC0C9
(155,192,201)
#A7C7CF
(167,199,207)
#B3CED5
(179,206,213)
#BFD5DB
(191,213,219)
#CBDCE1
(203,220,225)
#D7E3E7
(215,227,231)
#E3EAED
(227,234,237)
#EFF1F3
(239,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #77ABB7 color. Also use rgb(119,171,183) instead hex code.

Text Font Color

.myTextColor { color: #77ABB7; }

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

This text font color is #77ABB7.


Background Color

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

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

This div background color is #77ABB7.


Border color

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

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

This div border color is #77ABB7.


Opacity

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

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

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

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

This text has shadow with #77ABB7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #77ABB7 on black background.


Color preview on white background

This text has color #77ABB7 on white background.



Black color preview on #77ABB7 background

This text has black color on #77ABB7 background.


White color preview on #77ABB7 background

This text has white color on #77ABB7 background.