COLOR #77B482

HEX: #77B482
RGB: (119,180,130)

Color info

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

RGB color model

#77B482 color RGB value is (119,180,130).

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

RGB channels and saturation

R 119 of 255 = 47%
G 180 of 255 = 71%
B 130 of 255 = 51%

119
180
130

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

Portions of RGB colors in percentages

R + G + B =
119 + 180 + 130 = 429 (100%)
R 119 of 429 ~ 27.74%
G 180 of 429 ~ 41.96%
B 130 of 429 ~ 30.3%

%27.74
%41.96
%30.3

CMYK color model

#77B482 color CMYK value is (34,0,28,29).

  • cyan value is 33.89%
  • magenta value is 0.00%
  • yellow value is 27.78%
  • key color value is 29.41%
CMYK:
(34,0,28,29)
C34M0Y28K29 
(34%,0%,28%,29%)
(0.34/0.00/0.28/0.29)	

CMYK percentages

%33.89
%0
%27.78
%29.41

Codes

Color #77B482 in popluar color models

77B482
RGB119180130
HSL131°28.91%58.63%
HSB/HSV131°33.89%70.59%
CMYK33.89%0.00%27.78%
29.41%

Color #77B482 in popluar number systems.

HEX77B482
Decimal119180130
Binary11101111011010010000010
Octal167264202

Shades and tints

Shades of #77B482

#77B482
(119,180,130)
#6DA477
(109,164,119)
#63946C
(99,148,108)
#598461
(89,132,97)
#4F7456
(79,116,86)
#45644B
(69,100,75)
#3B5440
(59,84,64)
#314435
(49,68,53)
#27342A
(39,52,42)
#1D241F
(29,36,31)
#131414
(19,20,20)
#000000
(0,0,0)

Tints of #77B482

#77B482
(119,180,130)
#83BA8D
(131,186,141)
#8FC098
(143,192,152)
#9BC6A3
(155,198,163)
#A7CCAE
(167,204,174)
#B3D2B9
(179,210,185)
#BFD8C4
(191,216,196)
#CBDECF
(203,222,207)
#D7E4DA
(215,228,218)
#E3EAE5
(227,234,229)
#EFF0F0
(239,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #77B482; }

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

This text font color is #77B482.


Background Color

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

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

This div background color is #77B482.


Border color

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

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

This div border color is #77B482.


Opacity

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

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

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

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

This text has shadow with #77B482 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #77B482 on black background.


Color preview on white background

This text has color #77B482 on white background.



Black color preview on #77B482 background

This text has black color on #77B482 background.


White color preview on #77B482 background

This text has white color on #77B482 background.