COLOR #77887C

HEX: #77887C
RGB: (119,136,124)

Color info

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

RGB color model

#77887C color RGB value is (119,136,124).

  • red value is 119;
  • green value is 136;
  • blue value is 124.
RGB:
(119,136,124)
(47%,53%,49%)

RGB channels and saturation

R 119 of 255 = 47%
G 136 of 255 = 53%
B 124 of 255 = 49%

119
136
124

R + G + B ~ 50%. #77887C is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
119 + 136 + 124 = 379 (100%)
R 119 of 379 ~ 31.4%
G 136 of 379 ~ 35.88%
B 124 of 379 ~ 32.72%

%31.4
%35.88
%32.72

CMYK color model

#77887C color CMYK value is (13,0,9,47).

  • cyan value is 12.50%
  • magenta value is 0.00%
  • yellow value is 8.82%
  • key color value is 46.67%
CMYK:
(13,0,9,47)
C13M0Y9K47 
(13%,0%,9%,47%)
(0.13/0.00/0.09/0.47)	

CMYK percentages

%12.5
%0
%8.82
%46.67

Codes

Color #77887C in popluar color models

77887C
RGB119136124
HSL138°6.67%50.00%
HSB/HSV138°12.50%53.33%
CMYK12.50%0.00%8.82%
46.67%

Color #77887C in popluar number systems.

HEX77887C
Decimal119136124
Binary1110111100010001111100
Octal167210174

Shades and tints

Shades of #77887C

#77887C
(119,136,124)
#6D7C71
(109,124,113)
#637066
(99,112,102)
#59645B
(89,100,91)
#4F5850
(79,88,80)
#454C45
(69,76,69)
#3B403A
(59,64,58)
#31342F
(49,52,47)
#272824
(39,40,36)
#1D1C19
(29,28,25)
#13100E
(19,16,14)
#000000
(0,0,0)

Tints of #77887C

#77887C
(119,136,124)
#839287
(131,146,135)
#8F9C92
(143,156,146)
#9BA69D
(155,166,157)
#A7B0A8
(167,176,168)
#B3BAB3
(179,186,179)
#BFC4BE
(191,196,190)
#CBCEC9
(203,206,201)
#D7D8D4
(215,216,212)
#E3E2DF
(227,226,223)
#EFECEA
(239,236,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #77887C color. Also use rgb(119,136,124) instead hex code.

Text Font Color

.myTextColor { color: #77887C; }

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

This text font color is #77887C.


Background Color

.myBgColor { background-color: #77887C; }

<div style="background-color:#77887C">Inner text</div>

This div background color is #77887C.


Border color

.myBorderColor { border: 1px solid #77887C; }

<div style="border:3px solid #77887C">Div</div>

This div border color is #77887C.


Opacity

.myOpacity80 { color: #77887C; opacity: 0.8; }

<p style="color:#77887C;opacity:0.8;">80%</p>

Text with #77887C 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 #77887C;}

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

This text has shadow with #77887C color.

.textShadow {text-shadow: 3px 3px 1px #77887C, 3px 3px 1px red;}

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

This text has shadow with #77887C primary color and red secondary color.


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

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

This text has shadow with #77887C and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #77887C on black background.


Color preview on white background

This text has color #77887C on white background.



Black color preview on #77887C background

This text has black color on #77887C background.


White color preview on #77887C background

This text has white color on #77887C background.