COLOR #77B4AF

HEX: #77B4AF
RGB: (119,180,175)

Color info

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

RGB color model

#77B4AF color RGB value is (119,180,175).

  • red value is 119;
  • green value is 180;
  • blue value is 175.
RGB: (119,180,175) (47%,71%,69%)

RGB channels and saturation

R 119 of 255 = 47%
G 180 of 255 = 71%
B 175 of 255 = 69%

119
180
175

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

Portions of RGB colors in percentages

R + G + B =
119 + 180 + 175 = 474 (100%)
R 119 of 474 ~ 25.11%
G 180 of 474 ~ 37.97%
B 175 of 474 ~ 36.92%

%25.11
%37.97
%36.92

CMYK color model

#77B4AF color CMYK value is (34,0,3,29).

  • cyan value is 33.89%
  • magenta value is 0.00%
  • yellow value is 2.78%
  • key color value is 29.41%
CMYK: (34,0,3,29) C34M0Y3K29 (34%,0%,3%,29%) (0.34/0.00/0.03/0.29)

CMYK percentages

%33.89
%0
%2.78
%29.41

Codes

Color #77B4AF in popluar color models

77B4AF
RGB119180175
HSL175°28.91%58.63%
HSB/HSV175°33.89%70.59%
CMYK33.89%0.00%2.78%
29.41%

Color #77B4AF in popluar number systems.

HEX77B4AF
Decimal119180175
Binary11101111011010010101111
Octal167264257

Shades and tints

Shades of #77B4AF

#77B4AF
(119,180,175)
#6DA4A0
(109,164,160)
#639491
(99,148,145)
#598482
(89,132,130)
#4F7473
(79,116,115)
#456464
(69,100,100)
#3B5455
(59,84,85)
#314446
(49,68,70)
#273437
(39,52,55)
#1D2428
(29,36,40)
#131419
(19,20,25)
#000000
(0,0,0)

Tints of #77B4AF

#77B4AF
(119,180,175)
#83BAB6
(131,186,182)
#8FC0BD
(143,192,189)
#9BC6C4
(155,198,196)
#A7CCCB
(167,204,203)
#B3D2D2
(179,210,210)
#BFD8D9
(191,216,217)
#CBDEE0
(203,222,224)
#D7E4E7
(215,228,231)
#E3EAEE
(227,234,238)
#EFF0F5
(239,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #77B4AF color. Also use rgb(119,180,175) instead hex code.

Text Font Color

.myTextColor { color: #77B4AF; }

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

This text font color is #77B4AF.


Background Color

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

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

This div background color is #77B4AF.


Border color

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

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

This div border color is #77B4AF.


Opacity

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

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

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

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

This text has shadow with #77B4AF color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #77B4AF on black background.


Color preview on white background

This text has color #77B4AF on white background.



Black color preview on #77B4AF background

This text has black color on #77B4AF background.


White color preview on #77B4AF background

This text has white color on #77B4AF background.