COLOR #89726C

HEX: #89726C
RGB: (137,114,108)

Color info

#89726C contains red, green and blue colors in about the same proportion. Web safe color of #89726C is #996666 (or #966).

RGB color model

#89726C color RGB value is (137,114,108).

  • red value is 137;
  • green value is 114;
  • blue value is 108.
RGB:
(137,114,108)
(54%,45%,42%)

RGB channels and saturation

R 137 of 255 = 54%
G 114 of 255 = 45%
B 108 of 255 = 42%

137
114
108

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

Portions of RGB colors in percentages

R + G + B =
137 + 114 + 108 = 359 (100%)
R 137 of 359 ~ 38.16%
G 114 of 359 ~ 31.75%
B 108 of 359 ~ 30.08%

%38.16
%31.75
%30.08

CMYK color model

#89726C color CMYK value is (0,17,21,46).

  • cyan value is 0.00%
  • magenta value is 16.79%
  • yellow value is 21.17%
  • key color value is 46.27%
CMYK:
(0,17,21,46)
C0M17Y21K46 
(0%,17%,21%,46%)
(0.00/0.17/0.21/0.46)	

CMYK percentages

%0
%16.79
%21.17
%46.27

Codes

Color #89726C in popluar color models

89726C
RGB137114108
HSL12°11.84%48.04%
HSB/HSV12°21.17%53.73%
CMYK0.00%16.79%21.17%
46.27%

Color #89726C in popluar number systems.

HEX89726C
Decimal137114108
Binary1000100111100101101100
Octal211162154

Shades and tints

Shades of #89726C

#89726C
(137,114,108)
#7D6863
(125,104,99)
#715E5A
(113,94,90)
#655451
(101,84,81)
#594A48
(89,74,72)
#4D403F
(77,64,63)
#413636
(65,54,54)
#352C2D
(53,44,45)
#292224
(41,34,36)
#1D181B
(29,24,27)
#110E12
(17,14,18)
#000000
(0,0,0)

Tints of #89726C

#89726C
(137,114,108)
#937E79
(147,126,121)
#9D8A86
(157,138,134)
#A79693
(167,150,147)
#B1A2A0
(177,162,160)
#BBAEAD
(187,174,173)
#C5BABA
(197,186,186)
#CFC6C7
(207,198,199)
#D9D2D4
(217,210,212)
#E3DEE1
(227,222,225)
#EDEAEE
(237,234,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #89726C color. Also use rgb(137,114,108) instead hex code.

Text Font Color

.myTextColor { color: #89726C; }

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

This text font color is #89726C.


Background Color

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

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

This div background color is #89726C.


Border color

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

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

This div border color is #89726C.


Opacity

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

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

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

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

This text has shadow with #89726C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #89726C on black background.


Color preview on white background

This text has color #89726C on white background.



Black color preview on #89726C background

This text has black color on #89726C background.


White color preview on #89726C background

This text has white color on #89726C background.