COLOR #77B184

HEX: #77B184 RGB: (119,177,132)

Color info

#77B184 contains red, green and blue colors in about the same proportion. Web safe color of #77B184 is #669999 (or #699).

RGB color model

#77B184 color RGB value is (119,177,132).

RGB: (119,177,132) (47%, 69%, 52%)

RGB channels and saturation

R 119 of 255 = 47%
G 177 of 255 = 69%
B 132 of 255 = 52%

119
177
132

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

Portions of RGB colors in percentages

R + G + B = 119 + 177 + 132 = 428 (100%)
R 119 of 428 ~ 27.8%
G 177 of 428 ~ 41.36%
B 132 of 428 ~ 30.84'%

%27.8
%41.36
%30.84

CMYK color model

#77B184 color CMYK value is (33,0,25,31).

  • cyan value is 32.77%
  • magenta value is 0.00%
  • yellow value is 25.42%
  • key color value is 30.59%

CMYK: (33,0,25,31)
C33M0Y25K31 (33%, 0%, 25%, 31%)
(0.33 / 0.00 / 0.25 / 0.31)

CMYK percentages

%32.77
%0
%25.42
%30.59

Codes

Color #77B184 in popluar color models

77 B1 84
RGB 119 177 132
HSL 133° 27.10% 58.04%
HSB/HSV 133° 32.77% 69.41%
CMYK 32.77% 0.00% 25.42%
30.59%

Color #77B184 in popluar number systems.

HEX 77 B1 84
Decimal 119 177 132
Binary 1110111 10110001 10000100
Octal 167 261 204

Shades and tints

Shades of #77B184

#77B184
(119,177,132)
#6DA178
(109,161,120)
#63916C
(99,145,108)
#598160
(89,129,96)
#4F7154
(79,113,84)
#456148
(69,97,72)
#3B513C
(59,81,60)
#314130
(49,65,48)
#273124
(39,49,36)
#1D2118
(29,33,24)
#13110C
(19,17,12)
#000000
(0,0,0)

Tints of #77B184

#77B184
(119,177,132)
#83B88F
(131,184,143)
#8FBF9A
(143,191,154)
#9BC6A5
(155,198,165)
#A7CDB0
(167,205,176)
#B3D4BB
(179,212,187)
#BFDBC6
(191,219,198)
#CBE2D1
(203,226,209)
#D7E9DC
(215,233,220)
#E3F0E7
(227,240,231)
#EFF7F2
(239,247,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #77B184 color. Also use rgb(119,177,132) instead hex code.

Text Font Color

.myTextColor { color: #77B184; }

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

This text font color is #77B184.

Background Color

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

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

This div background color is #77B184.

Border color

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

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

This div border color is #77B184.

Opacity

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

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

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

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

This text has shadow with #77B184 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #77B184.

Preview

Color preview on black background

This text has color #77B184 on black background.


Color preview on white background

This text has color #77B184 on white background.


Black color preview on #77B184 background

This text has black color on #77B184 background.


White color preview on #77B184 background

This text has white color on #77B184 background.


Related colors

Complementary color

Complementary color for #hex is #884E7B.


I love getcolorcode.com

Triadic colors

1 #8477B1 and #B18477 with #77B184 are triadic colors.

2 #84B177 and #B17784 with #77B184 are triadic colors.