COLOR #77B288

HEX: #77B288 RGB: (119,178,136)

Color info

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

RGB color model

#77B288 color RGB value is (119,178,136).

RGB: (119,178,136) (47%, 70%, 53%)

RGB channels and saturation

R 119 of 255 = 47%
G 178 of 255 = 70%
B 136 of 255 = 53%

119
178
136

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

Portions of RGB colors in percentages

R + G + B = 119 + 178 + 136 = 433 (100%)
R 119 of 433 ~ 27.48%
G 178 of 433 ~ 41.11%
B 136 of 433 ~ 31.41'%

%27.48
%41.11
%31.41

CMYK color model

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

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

CMYK: (33,0,24,30)
C33M0Y24K30 (33%, 0%, 24%, 30%)
(0.33 / 0.00 / 0.24 / 0.30)

CMYK percentages

%33.15
%0
%23.6
%30.2

Codes

Color #77B288 in popluar color models

77 B2 88
RGB 119 178 136
HSL 137° 27.70% 58.24%
HSB/HSV 137° 33.15% 69.80%
CMYK 33.15% 0.00% 23.60%
30.20%

Color #77B288 in popluar number systems.

HEX 77 B2 88
Decimal 119 178 136
Binary 1110111 10110010 10001000
Octal 167 262 210

Shades and tints

Shades of #77B288

#77B288
(119,178,136)
#6DA27C
(109,162,124)
#639270
(99,146,112)
#598264
(89,130,100)
#4F7258
(79,114,88)
#45624C
(69,98,76)
#3B5240
(59,82,64)
#314234
(49,66,52)
#273228
(39,50,40)
#1D221C
(29,34,28)
#131210
(19,18,16)
#000000
(0,0,0)

Tints of #77B288

#77B288
(119,178,136)
#83B992
(131,185,146)
#8FC09C
(143,192,156)
#9BC7A6
(155,199,166)
#A7CEB0
(167,206,176)
#B3D5BA
(179,213,186)
#BFDCC4
(191,220,196)
#CBE3CE
(203,227,206)
#D7EAD8
(215,234,216)
#E3F1E2
(227,241,226)
#EFF8EC
(239,248,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #77B288; }

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

This text font color is #77B288.

Background Color

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

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

This div background color is #77B288.

Border color

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

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

This div border color is #77B288.

Opacity

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

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

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

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

This text has shadow with #77B288 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #77B288.

Preview

Color preview on black background

This text has color #77B288 on black background.


Color preview on white background

This text has color #77B288 on white background.


Black color preview on #77B288 background

This text has black color on #77B288 background.


White color preview on #77B288 background

This text has white color on #77B288 background.


Related colors

Complementary color

Complementary color for #hex is #884D77.


I love getcolorcode.com

Triadic colors

1 #8877B2 and #B28877 with #77B288 are triadic colors.

2 #88B277 and #B27788 with #77B288 are triadic colors.