COLOR #77B9A8

HEX: #77B9A8
RGB: (119,185,168)

Color info

#77B9A8 contains mainly green and blue colors. Web safe color of #77B9A8 is #66CC99 (or #6C9).

RGB color model

#77B9A8 color RGB value is (119,185,168).

  • red value is 119;
  • green value is 185;
  • blue value is 168.
RGB:
(119,185,168)
(47%,73%,66%)

RGB channels and saturation

R 119 of 255 = 47%
G 185 of 255 = 73%
B 168 of 255 = 66%

119
185
168

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

Portions of RGB colors in percentages

R + G + B =
119 + 185 + 168 = 472 (100%)
R 119 of 472 ~ 25.21%
G 185 of 472 ~ 39.19%
B 168 of 472 ~ 35.59%

%25.21
%39.19
%35.59

CMYK color model

#77B9A8 color CMYK value is (36,0,9,27).

  • cyan value is 35.68%
  • magenta value is 0.00%
  • yellow value is 9.19%
  • key color value is 27.45%
CMYK:
(36,0,9,27)
C36M0Y9K27 
(36%,0%,9%,27%)
(0.36/0.00/0.09/0.27)	

CMYK percentages

%35.68
%0
%9.19
%27.45

Codes

Color #77B9A8 in popluar color models

77B9A8
RGB119185168
HSL165°32.04%59.61%
HSB/HSV165°35.68%72.55%
CMYK35.68%0.00%9.19%
27.45%

Color #77B9A8 in popluar number systems.

HEX77B9A8
Decimal119185168
Binary11101111011100110101000
Octal167271250

Shades and tints

Shades of #77B9A8

#77B9A8
(119,185,168)
#6DA999
(109,169,153)
#63998A
(99,153,138)
#59897B
(89,137,123)
#4F796C
(79,121,108)
#45695D
(69,105,93)
#3B594E
(59,89,78)
#31493F
(49,73,63)
#273930
(39,57,48)
#1D2921
(29,41,33)
#131912
(19,25,18)
#000000
(0,0,0)

Tints of #77B9A8

#77B9A8
(119,185,168)
#83BFAF
(131,191,175)
#8FC5B6
(143,197,182)
#9BCBBD
(155,203,189)
#A7D1C4
(167,209,196)
#B3D7CB
(179,215,203)
#BFDDD2
(191,221,210)
#CBE3D9
(203,227,217)
#D7E9E0
(215,233,224)
#E3EFE7
(227,239,231)
#EFF5EE
(239,245,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #77B9A8 color. Also use rgb(119,185,168) instead hex code.

Text Font Color

.myTextColor { color: #77B9A8; }

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

This text font color is #77B9A8.


Background Color

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

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

This div background color is #77B9A8.


Border color

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

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

This div border color is #77B9A8.


Opacity

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

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

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

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

This text has shadow with #77B9A8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #77B9A8 on black background.


Color preview on white background

This text has color #77B9A8 on white background.



Black color preview on #77B9A8 background

This text has black color on #77B9A8 background.


White color preview on #77B9A8 background

This text has white color on #77B9A8 background.