COLOR #77B193

HEX: #77B193
RGB: (119,177,147)

Color info

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

RGB color model

#77B193 color RGB value is (119,177,147).

  • red value is 119;
  • green value is 177;
  • blue value is 147.
RGB:
(119,177,147)
(47%,69%,58%)

RGB channels and saturation

R 119 of 255 = 47%
G 177 of 255 = 69%
B 147 of 255 = 58%

119
177
147

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

Portions of RGB colors in percentages

R + G + B =
119 + 177 + 147 = 443 (100%)
R 119 of 443 ~ 26.86%
G 177 of 443 ~ 39.95%
B 147 of 443 ~ 33.18%

%26.86
%39.95
%33.18

CMYK color model

#77B193 color CMYK value is (33,0,17,31).

  • cyan value is 32.77%
  • magenta value is 0.00%
  • yellow value is 16.95%
  • key color value is 30.59%
CMYK:
(33,0,17,31)
C33M0Y17K31 
(33%,0%,17%,31%)
(0.33/0.00/0.17/0.31)	

CMYK percentages

%32.77
%0
%16.95
%30.59

Codes

Color #77B193 in popluar color models

77B193
RGB119177147
HSL149°27.10%58.04%
HSB/HSV149°32.77%69.41%
CMYK32.77%0.00%16.95%
30.59%

Color #77B193 in popluar number systems.

HEX77B193
Decimal119177147
Binary11101111011000110010011
Octal167261223

Shades and tints

Shades of #77B193

#77B193
(119,177,147)
#6DA186
(109,161,134)
#639179
(99,145,121)
#59816C
(89,129,108)
#4F715F
(79,113,95)
#456152
(69,97,82)
#3B5145
(59,81,69)
#314138
(49,65,56)
#27312B
(39,49,43)
#1D211E
(29,33,30)
#131111
(19,17,17)
#000000
(0,0,0)

Tints of #77B193

#77B193
(119,177,147)
#83B89C
(131,184,156)
#8FBFA5
(143,191,165)
#9BC6AE
(155,198,174)
#A7CDB7
(167,205,183)
#B3D4C0
(179,212,192)
#BFDBC9
(191,219,201)
#CBE2D2
(203,226,210)
#D7E9DB
(215,233,219)
#E3F0E4
(227,240,228)
#EFF7ED
(239,247,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #77B193 color. Also use rgb(119,177,147) instead hex code.

Text Font Color

.myTextColor { color: #77B193; }

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

This text font color is #77B193.


Background Color

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

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

This div background color is #77B193.


Border color

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

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

This div border color is #77B193.


Opacity

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

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

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

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

This text has shadow with #77B193 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #77B193 on black background.


Color preview on white background

This text has color #77B193 on white background.



Black color preview on #77B193 background

This text has black color on #77B193 background.


White color preview on #77B193 background

This text has white color on #77B193 background.