COLOR #77B27D

HEX: #77B27D RGB: (119,178,125)

Color info

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

RGB color model

#77B27D color RGB value is (119,178,125).

RGB: (119,178,125) (47%, 70%, 49%)

RGB channels and saturation

R 119 of 255 = 47%
G 178 of 255 = 70%
B 125 of 255 = 49%

119
178
125

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

Portions of RGB colors in percentages

R + G + B = 119 + 178 + 125 = 422 (100%)
R 119 of 422 ~ 28.2%
G 178 of 422 ~ 42.18%
B 125 of 422 ~ 29.62'%

%28.2
%42.18
%29.62

CMYK color model

#77B27D color CMYK value is (33,0,30,30).

  • cyan value is 33.15%
  • magenta value is 0.00%
  • yellow value is 29.78%
  • key color value is 30.20%

CMYK: (33,0,30,30)
C33M0Y30K30 (33%, 0%, 30%, 30%)
(0.33 / 0.00 / 0.30 / 0.30)

CMYK percentages

%33.15
%0
%29.78
%30.2

Codes

Color #77B27D in popluar color models

77 B2 7D
RGB 119 178 125
HSL 126° 27.70% 58.24%
HSB/HSV 126° 33.15% 69.80%
CMYK 33.15% 0.00% 29.78%
30.20%

Color #77B27D in popluar number systems.

HEX 77 B2 7D
Decimal 119 178 125
Binary 1110111 10110010 1111101
Octal 167 262 175

Shades and tints

Shades of #77B27D

#77B27D
(119,178,125)
#6DA272
(109,162,114)
#639267
(99,146,103)
#59825C
(89,130,92)
#4F7251
(79,114,81)
#456246
(69,98,70)
#3B523B
(59,82,59)
#314230
(49,66,48)
#273225
(39,50,37)
#1D221A
(29,34,26)
#13120F
(19,18,15)
#000000
(0,0,0)

Tints of #77B27D

#77B27D
(119,178,125)
#83B988
(131,185,136)
#8FC093
(143,192,147)
#9BC79E
(155,199,158)
#A7CEA9
(167,206,169)
#B3D5B4
(179,213,180)
#BFDCBF
(191,220,191)
#CBE3CA
(203,227,202)
#D7EAD5
(215,234,213)
#E3F1E0
(227,241,224)
#EFF8EB
(239,248,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #77B27D color. Also use rgb(119,178,125) instead hex code.

Text Font Color

.myTextColor { color: #77B27D; }

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

This text font color is #77B27D.

Background Color

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

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

This div background color is #77B27D.

Border color

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

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

This div border color is #77B27D.

Opacity

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

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

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

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

This text has shadow with #77B27D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #77B27D.

Preview

Color preview on black background

This text has color #77B27D on black background.


Color preview on white background

This text has color #77B27D on white background.


Black color preview on #77B27D background

This text has black color on #77B27D background.


White color preview on #77B27D background

This text has white color on #77B27D background.


Related colors

Complementary color

Complementary color for #hex is #884D82.


I love getcolorcode.com

Triadic colors

1 #7D77B2 and #B27D77 with #77B27D are triadic colors.

2 #7DB277 and #B2777D with #77B27D are triadic colors.