COLOR #77B594

HEX: #77B594
RGB: (119,181,148)

Color info

#77B594 contains mainly green and blue colors. Web safe color of #77B594 is #66CC99 (or #6C9).

RGB color model

#77B594 color RGB value is (119,181,148).

  • red value is 119;
  • green value is 181;
  • blue value is 148.
RGB:
(119,181,148)
(47%,71%,58%)

RGB channels and saturation

R 119 of 255 = 47%
G 181 of 255 = 71%
B 148 of 255 = 58%

119
181
148

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

Portions of RGB colors in percentages

R + G + B =
119 + 181 + 148 = 448 (100%)
R 119 of 448 ~ 26.56%
G 181 of 448 ~ 40.4%
B 148 of 448 ~ 33.04%

%26.56
%40.4
%33.04

CMYK color model

#77B594 color CMYK value is (34,0,18,29).

  • cyan value is 34.25%
  • magenta value is 0.00%
  • yellow value is 18.23%
  • key color value is 29.02%
CMYK:
(34,0,18,29)
C34M0Y18K29 
(34%,0%,18%,29%)
(0.34/0.00/0.18/0.29)	

CMYK percentages

%34.25
%0
%18.23
%29.02

Codes

Color #77B594 in popluar color models

77B594
RGB119181148
HSL148°29.52%58.82%
HSB/HSV148°34.25%70.98%
CMYK34.25%0.00%18.23%
29.02%

Color #77B594 in popluar number systems.

HEX77B594
Decimal119181148
Binary11101111011010110010100
Octal167265224

Shades and tints

Shades of #77B594

#77B594
(119,181,148)
#6DA587
(109,165,135)
#63957A
(99,149,122)
#59856D
(89,133,109)
#4F7560
(79,117,96)
#456553
(69,101,83)
#3B5546
(59,85,70)
#314539
(49,69,57)
#27352C
(39,53,44)
#1D251F
(29,37,31)
#131512
(19,21,18)
#000000
(0,0,0)

Tints of #77B594

#77B594
(119,181,148)
#83BB9D
(131,187,157)
#8FC1A6
(143,193,166)
#9BC7AF
(155,199,175)
#A7CDB8
(167,205,184)
#B3D3C1
(179,211,193)
#BFD9CA
(191,217,202)
#CBDFD3
(203,223,211)
#D7E5DC
(215,229,220)
#E3EBE5
(227,235,229)
#EFF1EE
(239,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #77B594 color. Also use rgb(119,181,148) instead hex code.

Text Font Color

.myTextColor { color: #77B594; }

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

This text font color is #77B594.


Background Color

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

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

This div background color is #77B594.


Border color

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

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

This div border color is #77B594.


Opacity

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

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

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

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

This text has shadow with #77B594 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #77B594 on black background.


Color preview on white background

This text has color #77B594 on white background.



Black color preview on #77B594 background

This text has black color on #77B594 background.


White color preview on #77B594 background

This text has white color on #77B594 background.