COLOR #87977C

HEX: #87977C RGB: (135,151,124)

Color info

#87977C contains red, green and blue colors in about the same proportion. Web safe color of #87977C is #999966 (or #996).

RGB color model

#87977C color RGB value is (135,151,124).

RGB: (135,151,124) (53%, 59%, 49%)

RGB channels and saturation

R 135 of 255 = 53%
G 151 of 255 = 59%
B 124 of 255 = 49%

135
151
124

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

Portions of RGB colors in percentages

R + G + B = 135 + 151 + 124 = 410 (100%)
R 135 of 410 ~ 32.93%
G 151 of 410 ~ 36.83%
B 124 of 410 ~ 30.24'%

%32.93
%36.83
%30.24

CMYK color model

#87977C color CMYK value is (11,0,18,41).

  • cyan value is 10.60%
  • magenta value is 0.00%
  • yellow value is 17.88%
  • key color value is 40.78%

CMYK: (11,0,18,41)
C11M0Y18K41 (11%, 0%, 18%, 41%)
(0.11 / 0.00 / 0.18 / 0.41)

CMYK percentages

%10.6
%0
%17.88
%40.78

Codes

Color #87977C in popluar color models

87 97 7C
RGB 135 151 124
HSL 96° 11.49% 53.92%
HSB/HSV 96° 17.88% 59.22%
CMYK 10.60% 0.00% 17.88%
40.78%

Color #87977C in popluar number systems.

HEX 87 97 7C
Decimal 135 151 124
Binary 10000111 10010111 1111100
Octal 207 227 174

Shades and tints

Shades of #87977C

#87977C
(135,151,124)
#7B8A71
(123,138,113)
#6F7D66
(111,125,102)
#63705B
(99,112,91)
#576350
(87,99,80)
#4B5645
(75,86,69)
#3F493A
(63,73,58)
#333C2F
(51,60,47)
#272F24
(39,47,36)
#1B2219
(27,34,25)
#0F150E
(15,21,14)
#000000
(0,0,0)

Tints of #87977C

#87977C
(135,151,124)
#91A087
(145,160,135)
#9BA992
(155,169,146)
#A5B29D
(165,178,157)
#AFBBA8
(175,187,168)
#B9C4B3
(185,196,179)
#C3CDBE
(195,205,190)
#CDD6C9
(205,214,201)
#D7DFD4
(215,223,212)
#E1E8DF
(225,232,223)
#EBF1EA
(235,241,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #87977C color. Also use rgb(135,151,124) instead hex code.

Text Font Color

.myTextColor { color: #87977C; }

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

This text font color is #87977C.

Background Color

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

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

This div background color is #87977C.

Border color

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

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

This div border color is #87977C.

Opacity

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

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

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

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

This text has shadow with #87977C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #87977C.

Preview

Color preview on black background

This text has color #87977C on black background.


Color preview on white background

This text has color #87977C on white background.


Black color preview on #87977C background

This text has black color on #87977C background.


White color preview on #87977C background

This text has white color on #87977C background.


Related colors

Complementary color

Complementary color for #hex is #786883.


I love getcolorcode.com

Triadic colors

1 #7C8797 and #977C87 with #87977C are triadic colors.

2 #7C9787 and #97877C with #87977C are triadic colors.