COLOR #89726A

HEX: #89726A RGB: (137,114,106)

Color info

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

RGB color model

#89726A color RGB value is (137,114,106).

RGB: (137,114,106) (54%, 45%, 42%)

RGB channels and saturation

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

137
114
106

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

Portions of RGB colors in percentages

R + G + B = 137 + 114 + 106 = 357 (100%)
R 137 of 357 ~ 38.38%
G 114 of 357 ~ 31.93%
B 106 of 357 ~ 29.69'%

%38.38
%31.93
%29.69

CMYK color model

#89726A color CMYK value is (0,17,23,46).

  • cyan value is 0.00%
  • magenta value is 16.79%
  • yellow value is 22.63%
  • key color value is 46.27%

CMYK: (0,17,23,46)
C0M17Y23K46 (0%, 17%, 23%, 46%)
(0.00 / 0.17 / 0.23 / 0.46)

CMYK percentages

%0
%16.79
%22.63
%46.27

Codes

Color #89726A in popluar color models

89 72 6A
RGB 137 114 106
HSL 15° 12.76% 47.65%
HSB/HSV 15° 22.63% 53.73%
CMYK 0.00% 16.79% 22.63%
46.27%

Color #89726A in popluar number systems.

HEX 89 72 6A
Decimal 137 114 106
Binary 10001001 1110010 1101010
Octal 211 162 152

Shades and tints

Shades of #89726A

#89726A
(137,114,106)
#7D6861
(125,104,97)
#715E58
(113,94,88)
#65544F
(101,84,79)
#594A46
(89,74,70)
#4D403D
(77,64,61)
#413634
(65,54,52)
#352C2B
(53,44,43)
#292222
(41,34,34)
#1D1819
(29,24,25)
#110E10
(17,14,16)
#000000
(0,0,0)

Tints of #89726A

#89726A
(137,114,106)
#937E77
(147,126,119)
#9D8A84
(157,138,132)
#A79691
(167,150,145)
#B1A29E
(177,162,158)
#BBAEAB
(187,174,171)
#C5BAB8
(197,186,184)
#CFC6C5
(207,198,197)
#D9D2D2
(217,210,210)
#E3DEDF
(227,222,223)
#EDEAEC
(237,234,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #89726A; }

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

This text font color is #89726A.

Background Color

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

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

This div background color is #89726A.

Border color

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

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

This div border color is #89726A.

Opacity

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

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

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

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

This text has shadow with #89726A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #89726A.

Preview

Color preview on black background

This text has color #89726A on black background.


Color preview on white background

This text has color #89726A on white background.


Black color preview on #89726A background

This text has black color on #89726A background.


White color preview on #89726A background

This text has white color on #89726A background.


Related colors

Complementary color

Complementary color for #hex is #768D95.


I love getcolorcode.com

Triadic colors

1 #6A8972 and #726A89 with #89726A are triadic colors.

2 #6A7289 and #72896A with #89726A are triadic colors.