COLOR #77B38E

HEX: #77B38E
RGB: (119,179,142)

Color info

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

RGB color model

#77B38E color RGB value is (119,179,142).

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

RGB channels and saturation

R 119 of 255 = 47%
G 179 of 255 = 70%
B 142 of 255 = 56%

119
179
142

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

Portions of RGB colors in percentages

R + G + B =
119 + 179 + 142 = 440 (100%)
R 119 of 440 ~ 27.05%
G 179 of 440 ~ 40.68%
B 142 of 440 ~ 32.27%

%27.05
%40.68
%32.27

CMYK color model

#77B38E color CMYK value is (34,0,21,30).

  • cyan value is 33.52%
  • magenta value is 0.00%
  • yellow value is 20.67%
  • key color value is 29.80%
CMYK:
(34,0,21,30)
C34M0Y21K30 
(34%,0%,21%,30%)
(0.34/0.00/0.21/0.30)	

CMYK percentages

%33.52
%0
%20.67
%29.8

Codes

Color #77B38E in popluar color models

77B38E
RGB119179142
HSL143°28.30%58.43%
HSB/HSV143°33.52%70.20%
CMYK33.52%0.00%20.67%
29.80%

Color #77B38E in popluar number systems.

HEX77B38E
Decimal119179142
Binary11101111011001110001110
Octal167263216

Shades and tints

Shades of #77B38E

#77B38E
(119,179,142)
#6DA382
(109,163,130)
#639376
(99,147,118)
#59836A
(89,131,106)
#4F735E
(79,115,94)
#456352
(69,99,82)
#3B5346
(59,83,70)
#31433A
(49,67,58)
#27332E
(39,51,46)
#1D2322
(29,35,34)
#131316
(19,19,22)
#000000
(0,0,0)

Tints of #77B38E

#77B38E
(119,179,142)
#83B998
(131,185,152)
#8FBFA2
(143,191,162)
#9BC5AC
(155,197,172)
#A7CBB6
(167,203,182)
#B3D1C0
(179,209,192)
#BFD7CA
(191,215,202)
#CBDDD4
(203,221,212)
#D7E3DE
(215,227,222)
#E3E9E8
(227,233,232)
#EFEFF2
(239,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #77B38E; }

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

This text font color is #77B38E.


Background Color

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

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

This div background color is #77B38E.


Border color

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

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

This div border color is #77B38E.


Opacity

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

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

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

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

This text has shadow with #77B38E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #77B38E on black background.


Color preview on white background

This text has color #77B38E on white background.



Black color preview on #77B38E background

This text has black color on #77B38E background.


White color preview on #77B38E background

This text has white color on #77B38E background.