COLOR #77B3A3

HEX: #77B3A3
RGB: (119,179,163)

Color info

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

RGB color model

#77B3A3 color RGB value is (119,179,163).

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

RGB channels and saturation

R 119 of 255 = 47%
G 179 of 255 = 70%
B 163 of 255 = 64%

119
179
163

R + G + B ~ 60%. #77B3A3 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
119 + 179 + 163 = 461 (100%)
R 119 of 461 ~ 25.81%
G 179 of 461 ~ 38.83%
B 163 of 461 ~ 35.36%

%25.81
%38.83
%35.36

CMYK color model

#77B3A3 color CMYK value is (34,0,9,30).

  • cyan value is 33.52%
  • magenta value is 0.00%
  • yellow value is 8.94%
  • key color value is 29.80%
CMYK:
(34,0,9,30)
C34M0Y9K30 
(34%,0%,9%,30%)
(0.34/0.00/0.09/0.30)	

CMYK percentages

%33.52
%0
%8.94
%29.8

Codes

Color #77B3A3 in popluar color models

77B3A3
RGB119179163
HSL164°28.30%58.43%
HSB/HSV164°33.52%70.20%
CMYK33.52%0.00%8.94%
29.80%

Color #77B3A3 in popluar number systems.

HEX77B3A3
Decimal119179163
Binary11101111011001110100011
Octal167263243

Shades and tints

Shades of #77B3A3

#77B3A3
(119,179,163)
#6DA395
(109,163,149)
#639387
(99,147,135)
#598379
(89,131,121)
#4F736B
(79,115,107)
#45635D
(69,99,93)
#3B534F
(59,83,79)
#314341
(49,67,65)
#273333
(39,51,51)
#1D2325
(29,35,37)
#131317
(19,19,23)
#000000
(0,0,0)

Tints of #77B3A3

#77B3A3
(119,179,163)
#83B9AB
(131,185,171)
#8FBFB3
(143,191,179)
#9BC5BB
(155,197,187)
#A7CBC3
(167,203,195)
#B3D1CB
(179,209,203)
#BFD7D3
(191,215,211)
#CBDDDB
(203,221,219)
#D7E3E3
(215,227,227)
#E3E9EB
(227,233,235)
#EFEFF3
(239,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #77B3A3; }

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

This text font color is #77B3A3.


Background Color

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

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

This div background color is #77B3A3.


Border color

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

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

This div border color is #77B3A3.


Opacity

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

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

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

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

This text has shadow with #77B3A3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #77B3A3 on black background.


Color preview on white background

This text has color #77B3A3 on white background.



Black color preview on #77B3A3 background

This text has black color on #77B3A3 background.


White color preview on #77B3A3 background

This text has white color on #77B3A3 background.