COLOR #77B664

HEX: #77B664 RGB: (119,182,100)

Color info

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

RGB color model

#77B664 color RGB value is (119,182,100).

RGB: (119,182,100) (47%, 71%, 39%)

RGB channels and saturation

R 119 of 255 = 47%
G 182 of 255 = 71%
B 100 of 255 = 39%

119
182
100

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

Portions of RGB colors in percentages

R + G + B = 119 + 182 + 100 = 401 (100%)
R 119 of 401 ~ 29.68%
G 182 of 401 ~ 45.39%
B 100 of 401 ~ 24.94'%

%29.68
%45.39
%24.94

CMYK color model

#77B664 color CMYK value is (35,0,45,29).

  • cyan value is 34.62%
  • magenta value is 0.00%
  • yellow value is 45.05%
  • key color value is 28.63%

CMYK: (35,0,45,29)
C35M0Y45K29 (35%, 0%, 45%, 29%)
(0.35 / 0.00 / 0.45 / 0.29)

CMYK percentages

%34.62
%0
%45.05
%28.63

Codes

Color #77B664 in popluar color models

77 B6 64
RGB 119 182 100
HSL 106° 35.96% 55.29%
HSB/HSV 106° 45.05% 71.37%
CMYK 34.62% 0.00% 45.05%
28.63%

Color #77B664 in popluar number systems.

HEX 77 B6 64
Decimal 119 182 100
Binary 1110111 10110110 1100100
Octal 167 266 144

Shades and tints

Shades of #77B664

#77B664
(119,182,100)
#6DA65B
(109,166,91)
#639652
(99,150,82)
#598649
(89,134,73)
#4F7640
(79,118,64)
#456637
(69,102,55)
#3B562E
(59,86,46)
#314625
(49,70,37)
#27361C
(39,54,28)
#1D2613
(29,38,19)
#13160A
(19,22,10)
#000000
(0,0,0)

Tints of #77B664

#77B664
(119,182,100)
#83BC72
(131,188,114)
#8FC280
(143,194,128)
#9BC88E
(155,200,142)
#A7CE9C
(167,206,156)
#B3D4AA
(179,212,170)
#BFDAB8
(191,218,184)
#CBE0C6
(203,224,198)
#D7E6D4
(215,230,212)
#E3ECE2
(227,236,226)
#EFF2F0
(239,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #77B664 color. Also use rgb(119,182,100) instead hex code.

Text Font Color

.myTextColor { color: #77B664; }

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

This text font color is #77B664.

Background Color

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

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

This div background color is #77B664.

Border color

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

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

This div border color is #77B664.

Opacity

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

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

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

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

This text has shadow with #77B664 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #77B664.

Preview

Color preview on black background

This text has color #77B664 on black background.


Color preview on white background

This text has color #77B664 on white background.


Black color preview on #77B664 background

This text has black color on #77B664 background.


White color preview on #77B664 background

This text has white color on #77B664 background.


Related colors

Complementary color

Complementary color for #hex is #88499B.


I love getcolorcode.com

Triadic colors

1 #6477B6 and #B66477 with #77B664 are triadic colors.

2 #64B677 and #B67764 with #77B664 are triadic colors.