COLOR #77ACB3

HEX: #77ACB3
RGB: (119,172,179)

Color info

#77ACB3 contains mainly green and blue colors. Web safe color of #77ACB3 is #669999 (or #699).

RGB color model

#77ACB3 color RGB value is (119,172,179).

  • red value is 119;
  • green value is 172;
  • blue value is 179.
RGB:
(119,172,179)
(47%,67%,70%)

RGB channels and saturation

R 119 of 255 = 47%
G 172 of 255 = 67%
B 179 of 255 = 70%

119
172
179

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

Portions of RGB colors in percentages

R + G + B =
119 + 172 + 179 = 470 (100%)
R 119 of 470 ~ 25.32%
G 172 of 470 ~ 36.6%
B 179 of 470 ~ 38.09%

%25.32
%36.6
%38.09

CMYK color model

#77ACB3 color CMYK value is (34,4,0,30).

  • cyan value is 33.52%
  • magenta value is 3.91%
  • yellow value is 0.00%
  • key color value is 29.80%
CMYK:
(34,4,0,30)
C34M4Y0K30 
(34%,4%,0%,30%)
(0.34/0.04/0.00/0.30)	

CMYK percentages

%33.52
%3.91
%0
%29.8

Codes

Color #77ACB3 in popluar color models

77ACB3
RGB119172179
HSL187°28.30%58.43%
HSB/HSV187°33.52%70.20%
CMYK33.52%3.91%0.00%
29.80%

Color #77ACB3 in popluar number systems.

HEX77ACB3
Decimal119172179
Binary11101111010110010110011
Octal167254263

Shades and tints

Shades of #77ACB3

#77ACB3
(119,172,179)
#6D9DA3
(109,157,163)
#638E93
(99,142,147)
#597F83
(89,127,131)
#4F7073
(79,112,115)
#456163
(69,97,99)
#3B5253
(59,82,83)
#314343
(49,67,67)
#273433
(39,52,51)
#1D2523
(29,37,35)
#131613
(19,22,19)
#000000
(0,0,0)

Tints of #77ACB3

#77ACB3
(119,172,179)
#83B3B9
(131,179,185)
#8FBABF
(143,186,191)
#9BC1C5
(155,193,197)
#A7C8CB
(167,200,203)
#B3CFD1
(179,207,209)
#BFD6D7
(191,214,215)
#CBDDDD
(203,221,221)
#D7E4E3
(215,228,227)
#E3EBE9
(227,235,233)
#EFF2EF
(239,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #77ACB3; }

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

This text font color is #77ACB3.


Background Color

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

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

This div background color is #77ACB3.


Border color

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

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

This div border color is #77ACB3.


Opacity

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

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

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

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

This text has shadow with #77ACB3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #77ACB3 on black background.


Color preview on white background

This text has color #77ACB3 on white background.



Black color preview on #77ACB3 background

This text has black color on #77ACB3 background.


White color preview on #77ACB3 background

This text has white color on #77ACB3 background.