COLOR #77A287

HEX: #77A287
RGB: (119,162,135)

Color info

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

RGB color model

#77A287 color RGB value is (119,162,135).

  • red value is 119;
  • green value is 162;
  • blue value is 135.
RGB:
(119,162,135)
(47%,64%,53%)

RGB channels and saturation

R 119 of 255 = 47%
G 162 of 255 = 64%
B 135 of 255 = 53%

119
162
135

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

Portions of RGB colors in percentages

R + G + B =
119 + 162 + 135 = 416 (100%)
R 119 of 416 ~ 28.61%
G 162 of 416 ~ 38.94%
B 135 of 416 ~ 32.45%

%28.61
%38.94
%32.45

CMYK color model

#77A287 color CMYK value is (27,0,17,36).

  • cyan value is 26.54%
  • magenta value is 0.00%
  • yellow value is 16.67%
  • key color value is 36.47%
CMYK:
(27,0,17,36)
C27M0Y17K36 
(27%,0%,17%,36%)
(0.27/0.00/0.17/0.36)	

CMYK percentages

%26.54
%0
%16.67
%36.47

Codes

Color #77A287 in popluar color models

77A287
RGB119162135
HSL142°18.78%55.10%
HSB/HSV142°26.54%63.53%
CMYK26.54%0.00%16.67%
36.47%

Color #77A287 in popluar number systems.

HEX77A287
Decimal119162135
Binary11101111010001010000111
Octal167242207

Shades and tints

Shades of #77A287

#77A287
(119,162,135)
#6D947B
(109,148,123)
#63866F
(99,134,111)
#597863
(89,120,99)
#4F6A57
(79,106,87)
#455C4B
(69,92,75)
#3B4E3F
(59,78,63)
#314033
(49,64,51)
#273227
(39,50,39)
#1D241B
(29,36,27)
#13160F
(19,22,15)
#000000
(0,0,0)

Tints of #77A287

#77A287
(119,162,135)
#83AA91
(131,170,145)
#8FB29B
(143,178,155)
#9BBAA5
(155,186,165)
#A7C2AF
(167,194,175)
#B3CAB9
(179,202,185)
#BFD2C3
(191,210,195)
#CBDACD
(203,218,205)
#D7E2D7
(215,226,215)
#E3EAE1
(227,234,225)
#EFF2EB
(239,242,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #77A287 color. Also use rgb(119,162,135) instead hex code.

Text Font Color

.myTextColor { color: #77A287; }

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

This text font color is #77A287.


Background Color

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

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

This div background color is #77A287.


Border color

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

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

This div border color is #77A287.


Opacity

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

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

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

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

This text has shadow with #77A287 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #77A287 on black background.


Color preview on white background

This text has color #77A287 on white background.



Black color preview on #77A287 background

This text has black color on #77A287 background.


White color preview on #77A287 background

This text has white color on #77A287 background.