COLOR #77B07C

HEX: #77B07C RGB: (119,176,124)

Color info

#77B07C contains red, green and blue colors in about the same proportion. Web safe color of #77B07C is #669966 (or #696).

RGB color model

#77B07C color RGB value is (119,176,124).

RGB: (119,176,124) (47%, 69%, 49%)

RGB channels and saturation

R 119 of 255 = 47%
G 176 of 255 = 69%
B 124 of 255 = 49%

119
176
124

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

Portions of RGB colors in percentages

R + G + B = 119 + 176 + 124 = 419 (100%)
R 119 of 419 ~ 28.4%
G 176 of 419 ~ 42%
B 124 of 419 ~ 29.59'%

%28.4
%42
%29.59

CMYK color model

#77B07C color CMYK value is (32,0,30,31).

  • cyan value is 32.39%
  • magenta value is 0.00%
  • yellow value is 29.55%
  • key color value is 30.98%

CMYK: (32,0,30,31)
C32M0Y30K31 (32%, 0%, 30%, 31%)
(0.32 / 0.00 / 0.30 / 0.31)

CMYK percentages

%32.39
%0
%29.55
%30.98

Codes

Color #77B07C in popluar color models

77 B0 7C
RGB 119 176 124
HSL 125° 26.51% 57.84%
HSB/HSV 125° 32.39% 69.02%
CMYK 32.39% 0.00% 29.55%
30.98%

Color #77B07C in popluar number systems.

HEX 77 B0 7C
Decimal 119 176 124
Binary 1110111 10110000 1111100
Octal 167 260 174

Shades and tints

Shades of #77B07C

#77B07C
(119,176,124)
#6DA071
(109,160,113)
#639066
(99,144,102)
#59805B
(89,128,91)
#4F7050
(79,112,80)
#456045
(69,96,69)
#3B503A
(59,80,58)
#31402F
(49,64,47)
#273024
(39,48,36)
#1D2019
(29,32,25)
#13100E
(19,16,14)
#000000
(0,0,0)

Tints of #77B07C

#77B07C
(119,176,124)
#83B787
(131,183,135)
#8FBE92
(143,190,146)
#9BC59D
(155,197,157)
#A7CCA8
(167,204,168)
#B3D3B3
(179,211,179)
#BFDABE
(191,218,190)
#CBE1C9
(203,225,201)
#D7E8D4
(215,232,212)
#E3EFDF
(227,239,223)
#EFF6EA
(239,246,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #77B07C color. Also use rgb(119,176,124) instead hex code.

Text Font Color

.myTextColor { color: #77B07C; }

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

This text font color is #77B07C.

Background Color

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

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

This div background color is #77B07C.

Border color

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

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

This div border color is #77B07C.

Opacity

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

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

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

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

This text has shadow with #77B07C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #77B07C.

Preview

Color preview on black background

This text has color #77B07C on black background.


Color preview on white background

This text has color #77B07C on white background.


Black color preview on #77B07C background

This text has black color on #77B07C background.


White color preview on #77B07C background

This text has white color on #77B07C background.


Related colors

Complementary color

Complementary color for #hex is #884F83.


I love getcolorcode.com

Triadic colors

1 #7C77B0 and #B07C77 with #77B07C are triadic colors.

2 #7CB077 and #B0777C with #77B07C are triadic colors.