COLOR #77987D

HEX: #77987D
RGB: (119,152,125)

Color info

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

RGB color model

#77987D color RGB value is (119,152,125).

  • red value is 119;
  • green value is 152;
  • blue value is 125.
RGB:
(119,152,125)
(47%,60%,49%)

RGB channels and saturation

R 119 of 255 = 47%
G 152 of 255 = 60%
B 125 of 255 = 49%

119
152
125

R + G + B ~ 52%. #77987D is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
119 + 152 + 125 = 396 (100%)
R 119 of 396 ~ 30.05%
G 152 of 396 ~ 38.38%
B 125 of 396 ~ 31.57%

%30.05
%38.38
%31.57

CMYK color model

#77987D color CMYK value is (22,0,18,40).

  • cyan value is 21.71%
  • magenta value is 0.00%
  • yellow value is 17.76%
  • key color value is 40.39%
CMYK:
(22,0,18,40)
C22M0Y18K40 
(22%,0%,18%,40%)
(0.22/0.00/0.18/0.40)	

CMYK percentages

%21.71
%0
%17.76
%40.39

Codes

Color #77987D in popluar color models

77987D
RGB119152125
HSL131°13.81%53.14%
HSB/HSV131°21.71%59.61%
CMYK21.71%0.00%17.76%
40.39%

Color #77987D in popluar number systems.

HEX77987D
Decimal119152125
Binary1110111100110001111101
Octal167230175

Shades and tints

Shades of #77987D

#77987D
(119,152,125)
#6D8B72
(109,139,114)
#637E67
(99,126,103)
#59715C
(89,113,92)
#4F6451
(79,100,81)
#455746
(69,87,70)
#3B4A3B
(59,74,59)
#313D30
(49,61,48)
#273025
(39,48,37)
#1D231A
(29,35,26)
#13160F
(19,22,15)
#000000
(0,0,0)

Tints of #77987D

#77987D
(119,152,125)
#83A188
(131,161,136)
#8FAA93
(143,170,147)
#9BB39E
(155,179,158)
#A7BCA9
(167,188,169)
#B3C5B4
(179,197,180)
#BFCEBF
(191,206,191)
#CBD7CA
(203,215,202)
#D7E0D5
(215,224,213)
#E3E9E0
(227,233,224)
#EFF2EB
(239,242,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #77987D color. Also use rgb(119,152,125) instead hex code.

Text Font Color

.myTextColor { color: #77987D; }

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

This text font color is #77987D.


Background Color

.myBgColor { background-color: #77987D; }

<div style="background-color:#77987D">Inner text</div>

This div background color is #77987D.


Border color

.myBorderColor { border: 1px solid #77987D; }

<div style="border:3px solid #77987D">Div</div>

This div border color is #77987D.


Opacity

.myOpacity80 { color: #77987D; opacity: 0.8; }

<p style="color:#77987D;opacity:0.8;">80%</p>

Text with #77987D 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 #77987D;}

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

This text has shadow with #77987D color.

.textShadow {text-shadow: 3px 3px 1px #77987D, 3px 3px 1px red;}

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

This text has shadow with #77987D primary color and red secondary color.


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

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

This text has shadow with #77987D and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #77987D on black background.


Color preview on white background

This text has color #77987D on white background.



Black color preview on #77987D background

This text has black color on #77987D background.


White color preview on #77987D background

This text has white color on #77987D background.