COLOR #89787A

HEX: #89787A
RGB: (137,120,122)

Color info

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

RGB color model

#89787A color RGB value is (137,120,122).

  • red value is 137;
  • green value is 120;
  • blue value is 122.
RGB:
(137,120,122)
(54%,47%,48%)

RGB channels and saturation

R 137 of 255 = 54%
G 120 of 255 = 47%
B 122 of 255 = 48%

137
120
122

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

Portions of RGB colors in percentages

R + G + B =
137 + 120 + 122 = 379 (100%)
R 137 of 379 ~ 36.15%
G 120 of 379 ~ 31.66%
B 122 of 379 ~ 32.19%

%36.15
%31.66
%32.19

CMYK color model

#89787A color CMYK value is (0,12,11,46).

  • cyan value is 0.00%
  • magenta value is 12.41%
  • yellow value is 10.95%
  • key color value is 46.27%
CMYK:
(0,12,11,46)
C0M12Y11K46 
(0%,12%,11%,46%)
(0.00/0.12/0.11/0.46)	

CMYK percentages

%0
%12.41
%10.95
%46.27

Codes

Color #89787A in popluar color models

89787A
RGB137120122
HSL353°6.72%50.39%
HSB/HSV353°12.41%53.73%
CMYK0.00%12.41%10.95%
46.27%

Color #89787A in popluar number systems.

HEX89787A
Decimal137120122
Binary1000100111110001111010
Octal211170172

Shades and tints

Shades of #89787A

#89787A
(137,120,122)
#7D6E6F
(125,110,111)
#716464
(113,100,100)
#655A59
(101,90,89)
#59504E
(89,80,78)
#4D4643
(77,70,67)
#413C38
(65,60,56)
#35322D
(53,50,45)
#292822
(41,40,34)
#1D1E17
(29,30,23)
#11140C
(17,20,12)
#000000
(0,0,0)

Tints of #89787A

#89787A
(137,120,122)
#938486
(147,132,134)
#9D9092
(157,144,146)
#A79C9E
(167,156,158)
#B1A8AA
(177,168,170)
#BBB4B6
(187,180,182)
#C5C0C2
(197,192,194)
#CFCCCE
(207,204,206)
#D9D8DA
(217,216,218)
#E3E4E6
(227,228,230)
#EDF0F2
(237,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #89787A color. Also use rgb(137,120,122) instead hex code.

Text Font Color

.myTextColor { color: #89787A; }

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

This text font color is #89787A.


Background Color

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

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

This div background color is #89787A.


Border color

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

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

This div border color is #89787A.


Opacity

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

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

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

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

This text has shadow with #89787A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #89787A on black background.


Color preview on white background

This text has color #89787A on white background.



Black color preview on #89787A background

This text has black color on #89787A background.


White color preview on #89787A background

This text has white color on #89787A background.