COLOR #77B872

HEX: #77B872 RGB: (119,184,114)

Color info

#77B872 contains mainly green color. Web safe color of #77B872 is #66CC66 (or #6C6).

RGB color model

#77B872 color RGB value is (119,184,114).

RGB: (119,184,114) (47%, 72%, 45%)

RGB channels and saturation

R 119 of 255 = 47%
G 184 of 255 = 72%
B 114 of 255 = 45%

119
184
114

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

Portions of RGB colors in percentages

R + G + B = 119 + 184 + 114 = 417 (100%)
R 119 of 417 ~ 28.54%
G 184 of 417 ~ 44.12%
B 114 of 417 ~ 27.34'%

%28.54
%44.12
%27.34

CMYK color model

#77B872 color CMYK value is (35,0,38,28).

  • cyan value is 35.33%
  • magenta value is 0.00%
  • yellow value is 38.04%
  • key color value is 27.84%

CMYK: (35,0,38,28)
C35M0Y38K28 (35%, 0%, 38%, 28%)
(0.35 / 0.00 / 0.38 / 0.28)

CMYK percentages

%35.33
%0
%38.04
%27.84

Codes

Color #77B872 in popluar color models

77 B8 72
RGB 119 184 114
HSL 116° 33.02% 58.43%
HSB/HSV 116° 38.04% 72.16%
CMYK 35.33% 0.00% 38.04%
27.84%

Color #77B872 in popluar number systems.

HEX 77 B8 72
Decimal 119 184 114
Binary 1110111 10111000 1110010
Octal 167 270 162

Shades and tints

Shades of #77B872

#77B872
(119,184,114)
#6DA868
(109,168,104)
#63985E
(99,152,94)
#598854
(89,136,84)
#4F784A
(79,120,74)
#456840
(69,104,64)
#3B5836
(59,88,54)
#31482C
(49,72,44)
#273822
(39,56,34)
#1D2818
(29,40,24)
#13180E
(19,24,14)
#000000
(0,0,0)

Tints of #77B872

#77B872
(119,184,114)
#83BE7E
(131,190,126)
#8FC48A
(143,196,138)
#9BCA96
(155,202,150)
#A7D0A2
(167,208,162)
#B3D6AE
(179,214,174)
#BFDCBA
(191,220,186)
#CBE2C6
(203,226,198)
#D7E8D2
(215,232,210)
#E3EEDE
(227,238,222)
#EFF4EA
(239,244,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #77B872 color. Also use rgb(119,184,114) instead hex code.

Text Font Color

.myTextColor { color: #77B872; }

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

This text font color is #77B872.

Background Color

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

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

This div background color is #77B872.

Border color

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

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

This div border color is #77B872.

Opacity

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

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

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

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

This text has shadow with #77B872 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #77B872.

Preview

Color preview on black background

This text has color #77B872 on black background.


Color preview on white background

This text has color #77B872 on white background.


Black color preview on #77B872 background

This text has black color on #77B872 background.


White color preview on #77B872 background

This text has white color on #77B872 background.


Related colors

Complementary color

Complementary color for #hex is #88478D.


I love getcolorcode.com

Triadic colors

1 #7277B8 and #B87277 with #77B872 are triadic colors.

2 #72B877 and #B87772 with #77B872 are triadic colors.