COLOR #77B07B

HEX: #77B07B RGB: (119,176,123)

Color info

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

RGB color model

#77B07B color RGB value is (119,176,123).

RGB: (119,176,123) (47%, 69%, 48%)

RGB channels and saturation

R 119 of 255 = 47%
G 176 of 255 = 69%
B 123 of 255 = 48%

119
176
123

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

Portions of RGB colors in percentages

R + G + B = 119 + 176 + 123 = 418 (100%)
R 119 of 418 ~ 28.47%
G 176 of 418 ~ 42.11%
B 123 of 418 ~ 29.43'%

%28.47
%42.11
%29.43

CMYK color model

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

  • cyan value is 32.39%
  • magenta value is 0.00%
  • yellow value is 30.11%
  • 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
%30.11
%30.98

Codes

Color #77B07B in popluar color models

77 B0 7B
RGB 119 176 123
HSL 124° 26.51% 57.84%
HSB/HSV 124° 32.39% 69.02%
CMYK 32.39% 0.00% 30.11%
30.98%

Color #77B07B in popluar number systems.

HEX 77 B0 7B
Decimal 119 176 123
Binary 1110111 10110000 1111011
Octal 167 260 173

Shades and tints

Shades of #77B07B

#77B07B
(119,176,123)
#6DA070
(109,160,112)
#639065
(99,144,101)
#59805A
(89,128,90)
#4F704F
(79,112,79)
#456044
(69,96,68)
#3B5039
(59,80,57)
#31402E
(49,64,46)
#273023
(39,48,35)
#1D2018
(29,32,24)
#13100D
(19,16,13)
#000000
(0,0,0)

Tints of #77B07B

#77B07B
(119,176,123)
#83B787
(131,183,135)
#8FBE93
(143,190,147)
#9BC59F
(155,197,159)
#A7CCAB
(167,204,171)
#B3D3B7
(179,211,183)
#BFDAC3
(191,218,195)
#CBE1CF
(203,225,207)
#D7E8DB
(215,232,219)
#E3EFE7
(227,239,231)
#EFF6F3
(239,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #77B07B; }

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

This text font color is #77B07B.

Background Color

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

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

This div background color is #77B07B.

Border color

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

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

This div border color is #77B07B.

Opacity

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

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

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

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

This text has shadow with #77B07B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #77B07B.

Preview

Color preview on black background

This text has color #77B07B on black background.


Color preview on white background

This text has color #77B07B on white background.


Black color preview on #77B07B background

This text has black color on #77B07B background.


White color preview on #77B07B background

This text has white color on #77B07B background.


Related colors

Complementary color

Complementary color for #hex is #884F84.


I love getcolorcode.com

Triadic colors

1 #7B77B0 and #B07B77 with #77B07B are triadic colors.

2 #7BB077 and #B0777B with #77B07B are triadic colors.