COLOR #77B395

HEX: #77B395 RGB: (119,179,149)

Color info

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

RGB color model

#77B395 color RGB value is (119,179,149).

RGB: (119,179,149) (47%, 70%, 58%)

RGB channels and saturation

R 119 of 255 = 47%
G 179 of 255 = 70%
B 149 of 255 = 58%

119
179
149

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

Portions of RGB colors in percentages

R + G + B = 119 + 179 + 149 = 447 (100%)
R 119 of 447 ~ 26.62%
G 179 of 447 ~ 40.04%
B 149 of 447 ~ 33.33'%

%26.62
%40.04
%33.33

CMYK color model

#77B395 color CMYK value is (34,0,17,30).

  • cyan value is 33.52%
  • magenta value is 0.00%
  • yellow value is 16.76%
  • key color value is 29.80%

CMYK: (34,0,17,30)
C34M0Y17K30 (34%, 0%, 17%, 30%)
(0.34 / 0.00 / 0.17 / 0.30)

CMYK percentages

%33.52
%0
%16.76
%29.8

Codes

Color #77B395 in popluar color models

77 B3 95
RGB 119 179 149
HSL 150° 28.30% 58.43%
HSB/HSV 150° 33.52% 70.20%
CMYK 33.52% 0.00% 16.76%
29.80%

Color #77B395 in popluar number systems.

HEX 77 B3 95
Decimal 119 179 149
Binary 1110111 10110011 10010101
Octal 167 263 225

Shades and tints

Shades of #77B395

#77B395
(119,179,149)
#6DA388
(109,163,136)
#63937B
(99,147,123)
#59836E
(89,131,110)
#4F7361
(79,115,97)
#456354
(69,99,84)
#3B5347
(59,83,71)
#31433A
(49,67,58)
#27332D
(39,51,45)
#1D2320
(29,35,32)
#131313
(19,19,19)
#000000
(0,0,0)

Tints of #77B395

#77B395
(119,179,149)
#83B99E
(131,185,158)
#8FBFA7
(143,191,167)
#9BC5B0
(155,197,176)
#A7CBB9
(167,203,185)
#B3D1C2
(179,209,194)
#BFD7CB
(191,215,203)
#CBDDD4
(203,221,212)
#D7E3DD
(215,227,221)
#E3E9E6
(227,233,230)
#EFEFEF
(239,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #77B395; }

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

This text font color is #77B395.

Background Color

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

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

This div background color is #77B395.

Border color

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

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

This div border color is #77B395.

Opacity

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

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

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

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

This text has shadow with #77B395 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #77B395.

Preview

Color preview on black background

This text has color #77B395 on black background.


Color preview on white background

This text has color #77B395 on white background.


Black color preview on #77B395 background

This text has black color on #77B395 background.


White color preview on #77B395 background

This text has white color on #77B395 background.


Related colors

Complementary color

Complementary color for #hex is #884C6A.


I love getcolorcode.com

Triadic colors

1 #9577B3 and #B39577 with #77B395 are triadic colors.

2 #95B377 and #B37795 with #77B395 are triadic colors.