COLOR #77B490

HEX: #77B490
RGB: (119,180,144)

Color info

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

RGB color model

#77B490 color RGB value is (119,180,144).

  • red value is 119;
  • green value is 180;
  • blue value is 144.
RGB:
(119,180,144)
(47%,71%,56%)

RGB channels and saturation

R 119 of 255 = 47%
G 180 of 255 = 71%
B 144 of 255 = 56%

119
180
144

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

Portions of RGB colors in percentages

R + G + B =
119 + 180 + 144 = 443 (100%)
R 119 of 443 ~ 26.86%
G 180 of 443 ~ 40.63%
B 144 of 443 ~ 32.51%

%26.86
%40.63
%32.51

CMYK color model

#77B490 color CMYK value is (34,0,20,29).

  • cyan value is 33.89%
  • magenta value is 0.00%
  • yellow value is 20.00%
  • key color value is 29.41%
CMYK:
(34,0,20,29)
C34M0Y20K29 
(34%,0%,20%,29%)
(0.34/0.00/0.20/0.29)	

CMYK percentages

%33.89
%0
%20
%29.41

Codes

Color #77B490 in popluar color models

77B490
RGB119180144
HSL145°28.91%58.63%
HSB/HSV145°33.89%70.59%
CMYK33.89%0.00%20.00%
29.41%

Color #77B490 in popluar number systems.

HEX77B490
Decimal119180144
Binary11101111011010010010000
Octal167264220

Shades and tints

Shades of #77B490

#77B490
(119,180,144)
#6DA483
(109,164,131)
#639476
(99,148,118)
#598469
(89,132,105)
#4F745C
(79,116,92)
#45644F
(69,100,79)
#3B5442
(59,84,66)
#314435
(49,68,53)
#273428
(39,52,40)
#1D241B
(29,36,27)
#13140E
(19,20,14)
#000000
(0,0,0)

Tints of #77B490

#77B490
(119,180,144)
#83BA9A
(131,186,154)
#8FC0A4
(143,192,164)
#9BC6AE
(155,198,174)
#A7CCB8
(167,204,184)
#B3D2C2
(179,210,194)
#BFD8CC
(191,216,204)
#CBDED6
(203,222,214)
#D7E4E0
(215,228,224)
#E3EAEA
(227,234,234)
#EFF0F4
(239,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #77B490 color. Also use rgb(119,180,144) instead hex code.

Text Font Color

.myTextColor { color: #77B490; }

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

This text font color is #77B490.


Background Color

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

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

This div background color is #77B490.


Border color

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

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

This div border color is #77B490.


Opacity

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

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

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

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

This text has shadow with #77B490 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #77B490 on black background.


Color preview on white background

This text has color #77B490 on white background.



Black color preview on #77B490 background

This text has black color on #77B490 background.


White color preview on #77B490 background

This text has white color on #77B490 background.