COLOR #77B08E

HEX: #77B08E RGB: (119,176,142)

Color info

#77B08E contains red, green and blue colors in about the same proportion. Web safe color of #77B08E is #669999 (or #699).

RGB color model

#77B08E color RGB value is (119,176,142).

RGB: (119,176,142) (47%, 69%, 56%)

RGB channels and saturation

R 119 of 255 = 47%
G 176 of 255 = 69%
B 142 of 255 = 56%

119
176
142

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

Portions of RGB colors in percentages

R + G + B = 119 + 176 + 142 = 437 (100%)
R 119 of 437 ~ 27.23%
G 176 of 437 ~ 40.27%
B 142 of 437 ~ 32.49'%

%27.23
%40.27
%32.49

CMYK color model

#77B08E color CMYK value is (32,0,19,31).

  • cyan value is 32.39%
  • magenta value is 0.00%
  • yellow value is 19.32%
  • key color value is 30.98%

CMYK: (32,0,19,31)
C32M0Y19K31 (32%, 0%, 19%, 31%)
(0.32 / 0.00 / 0.19 / 0.31)

CMYK percentages

%32.39
%0
%19.32
%30.98

Codes

Color #77B08E in popluar color models

77 B0 8E
RGB 119 176 142
HSL 144° 26.51% 57.84%
HSB/HSV 144° 32.39% 69.02%
CMYK 32.39% 0.00% 19.32%
30.98%

Color #77B08E in popluar number systems.

HEX 77 B0 8E
Decimal 119 176 142
Binary 1110111 10110000 10001110
Octal 167 260 216

Shades and tints

Shades of #77B08E

#77B08E
(119,176,142)
#6DA082
(109,160,130)
#639076
(99,144,118)
#59806A
(89,128,106)
#4F705E
(79,112,94)
#456052
(69,96,82)
#3B5046
(59,80,70)
#31403A
(49,64,58)
#27302E
(39,48,46)
#1D2022
(29,32,34)
#131016
(19,16,22)
#000000
(0,0,0)

Tints of #77B08E

#77B08E
(119,176,142)
#83B798
(131,183,152)
#8FBEA2
(143,190,162)
#9BC5AC
(155,197,172)
#A7CCB6
(167,204,182)
#B3D3C0
(179,211,192)
#BFDACA
(191,218,202)
#CBE1D4
(203,225,212)
#D7E8DE
(215,232,222)
#E3EFE8
(227,239,232)
#EFF6F2
(239,246,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #77B08E; }

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

This text font color is #77B08E.

Background Color

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

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

This div background color is #77B08E.

Border color

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

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

This div border color is #77B08E.

Opacity

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

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

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

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

This text has shadow with #77B08E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #77B08E.

Preview

Color preview on black background

This text has color #77B08E on black background.


Color preview on white background

This text has color #77B08E on white background.


Black color preview on #77B08E background

This text has black color on #77B08E background.


White color preview on #77B08E background

This text has white color on #77B08E background.


Related colors

Complementary color

Complementary color for #hex is #884F71.


I love getcolorcode.com

Triadic colors

1 #8E77B0 and #B08E77 with #77B08E are triadic colors.

2 #8EB077 and #B0778E with #77B08E are triadic colors.