COLOR #77B3A5

HEX: #77B3A5
RGB: (119,179,165)

Color info

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

RGB color model

#77B3A5 color RGB value is (119,179,165).

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

RGB channels and saturation

R 119 of 255 = 47%
G 179 of 255 = 70%
B 165 of 255 = 65%

119
179
165

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

Portions of RGB colors in percentages

R + G + B =
119 + 179 + 165 = 463 (100%)
R 119 of 463 ~ 25.7%
G 179 of 463 ~ 38.66%
B 165 of 463 ~ 35.64%

%25.7
%38.66
%35.64

CMYK color model

#77B3A5 color CMYK value is (34,0,8,30).

  • cyan value is 33.52%
  • magenta value is 0.00%
  • yellow value is 7.82%
  • key color value is 29.80%
CMYK:
(34,0,8,30)
C34M0Y8K30 
(34%,0%,8%,30%)
(0.34/0.00/0.08/0.30)	

CMYK percentages

%33.52
%0
%7.82
%29.8

Codes

Color #77B3A5 in popluar color models

77B3A5
RGB119179165
HSL166°28.30%58.43%
HSB/HSV166°33.52%70.20%
CMYK33.52%0.00%7.82%
29.80%

Color #77B3A5 in popluar number systems.

HEX77B3A5
Decimal119179165
Binary11101111011001110100101
Octal167263245

Shades and tints

Shades of #77B3A5

#77B3A5
(119,179,165)
#6DA396
(109,163,150)
#639387
(99,147,135)
#598378
(89,131,120)
#4F7369
(79,115,105)
#45635A
(69,99,90)
#3B534B
(59,83,75)
#31433C
(49,67,60)
#27332D
(39,51,45)
#1D231E
(29,35,30)
#13130F
(19,19,15)
#000000
(0,0,0)

Tints of #77B3A5

#77B3A5
(119,179,165)
#83B9AD
(131,185,173)
#8FBFB5
(143,191,181)
#9BC5BD
(155,197,189)
#A7CBC5
(167,203,197)
#B3D1CD
(179,209,205)
#BFD7D5
(191,215,213)
#CBDDDD
(203,221,221)
#D7E3E5
(215,227,229)
#E3E9ED
(227,233,237)
#EFEFF5
(239,239,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #77B3A5; }

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

This text font color is #77B3A5.


Background Color

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

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

This div background color is #77B3A5.


Border color

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

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

This div border color is #77B3A5.


Opacity

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

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

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

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

This text has shadow with #77B3A5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #77B3A5 on black background.


Color preview on white background

This text has color #77B3A5 on white background.



Black color preview on #77B3A5 background

This text has black color on #77B3A5 background.


White color preview on #77B3A5 background

This text has white color on #77B3A5 background.