COLOR #89877F

HEX: #89877F RGB: (137,135,127)

Color info

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

RGB color model

#89877F color RGB value is (137,135,127).

RGB: (137,135,127) (54%, 53%, 50%)

RGB channels and saturation

R 137 of 255 = 54%
G 135 of 255 = 53%
B 127 of 255 = 50%

137
135
127

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

Portions of RGB colors in percentages

R + G + B = 137 + 135 + 127 = 399 (100%)
R 137 of 399 ~ 34.34%
G 135 of 399 ~ 33.83%
B 127 of 399 ~ 31.83'%

%34.34
%33.83
%31.83

CMYK color model

#89877F color CMYK value is (0,1,7,46).

  • cyan value is 0.00%
  • magenta value is 1.46%
  • yellow value is 7.30%
  • key color value is 46.27%

CMYK: (0,1,7,46)
C0M1Y7K46 (0%, 1%, 7%, 46%)
(0.00 / 0.01 / 0.07 / 0.46)

CMYK percentages

%0
%1.46
%7.3
%46.27

Codes

Color #89877F in popluar color models

89 87 7F
RGB 137 135 127
HSL 48° 4.07% 51.76%
HSB/HSV 48° 7.30% 53.73%
CMYK 0.00% 1.46% 7.30%
46.27%

Color #89877F in popluar number systems.

HEX 89 87 7F
Decimal 137 135 127
Binary 10001001 10000111 1111111
Octal 211 207 177

Shades and tints

Shades of #89877F

#89877F
(137,135,127)
#7D7B74
(125,123,116)
#716F69
(113,111,105)
#65635E
(101,99,94)
#595753
(89,87,83)
#4D4B48
(77,75,72)
#413F3D
(65,63,61)
#353332
(53,51,50)
#292727
(41,39,39)
#1D1B1C
(29,27,28)
#110F11
(17,15,17)
#000000
(0,0,0)

Tints of #89877F

#89877F
(137,135,127)
#93918A
(147,145,138)
#9D9B95
(157,155,149)
#A7A5A0
(167,165,160)
#B1AFAB
(177,175,171)
#BBB9B6
(187,185,182)
#C5C3C1
(197,195,193)
#CFCDCC
(207,205,204)
#D9D7D7
(217,215,215)
#E3E1E2
(227,225,226)
#EDEBED
(237,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #89877F color. Also use rgb(137,135,127) instead hex code.

Text Font Color

.myTextColor { color: #89877F; }

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

This text font color is #89877F.

Background Color

.myBgColor { background-color: #89877F; }

<div style="background-color:#89877F">Inner text</div>

This div background color is #89877F.

Border color

.myBorderColor { border: 1px solid #89877F; }

<div style="border:3px solid #89877F">Div</div>

This div border color is #89877F.

Opacity

.myOpacity80 { color: #89877F; opacity: 0.8; }

<p style="color:#89877F;opacity:0.8;">80%</p>

Text with #89877F 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 #89877F;}

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

This text has shadow with #89877F color.


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

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

This text has shadow with #89877F primary color and red secondary color.


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

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

This text has shadow with #89877F and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #89877F.

Preview

Color preview on black background

This text has color #89877F on black background.


Color preview on white background

This text has color #89877F on white background.


Black color preview on #89877F background

This text has black color on #89877F background.


White color preview on #89877F background

This text has white color on #89877F background.


Related colors

Complementary color

Complementary color for #hex is #767880.


I love getcolorcode.com

Triadic colors

1 #7F8987 and #877F89 with #89877F are triadic colors.

2 #7F8789 and #87897F with #89877F are triadic colors.