COLOR #89788C

HEX: #89788C RGB: (137,120,140)

Color info

#89788C contains red, green and blue colors in about the same proportion. Web safe color of #89788C is #996699 (or #969).

RGB color model

#89788C color RGB value is (137,120,140).

RGB: (137,120,140) (54%, 47%, 55%)

RGB channels and saturation

R 137 of 255 = 54%
G 120 of 255 = 47%
B 140 of 255 = 55%

137
120
140

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

Portions of RGB colors in percentages

R + G + B = 137 + 120 + 140 = 397 (100%)
R 137 of 397 ~ 34.51%
G 120 of 397 ~ 30.23%
B 140 of 397 ~ 35.26'%

%34.51
%30.23
%35.26

CMYK color model

#89788C color CMYK value is (2,14,0,45).

  • cyan value is 2.14%
  • magenta value is 14.29%
  • yellow value is 0.00%
  • key color value is 45.10%

CMYK: (2,14,0,45)
C2M14Y0K45 (2%, 14%, 0%, 45%)
(0.02 / 0.14 / 0.00 / 0.45)

CMYK percentages

%2.14
%14.29
%0
%45.1

Codes

Color #89788C in popluar color models

89 78 8C
RGB 137 120 140
HSL 291° 8.00% 50.98%
HSB/HSV 291° 14.29% 54.90%
CMYK 2.14% 14.29% 0.00%
45.10%

Color #89788C in popluar number systems.

HEX 89 78 8C
Decimal 137 120 140
Binary 10001001 1111000 10001100
Octal 211 170 214

Shades and tints

Shades of #89788C

#89788C
(137,120,140)
#7D6E80
(125,110,128)
#716474
(113,100,116)
#655A68
(101,90,104)
#59505C
(89,80,92)
#4D4650
(77,70,80)
#413C44
(65,60,68)
#353238
(53,50,56)
#29282C
(41,40,44)
#1D1E20
(29,30,32)
#111414
(17,20,20)
#000000
(0,0,0)

Tints of #89788C

#89788C
(137,120,140)
#938496
(147,132,150)
#9D90A0
(157,144,160)
#A79CAA
(167,156,170)
#B1A8B4
(177,168,180)
#BBB4BE
(187,180,190)
#C5C0C8
(197,192,200)
#CFCCD2
(207,204,210)
#D9D8DC
(217,216,220)
#E3E4E6
(227,228,230)
#EDF0F0
(237,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #89788C color. Also use rgb(137,120,140) instead hex code.

Text Font Color

.myTextColor { color: #89788C; }

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

This text font color is #89788C.

Background Color

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

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

This div background color is #89788C.

Border color

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

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

This div border color is #89788C.

Opacity

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

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

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

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

This text has shadow with #89788C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #89788C.

Preview

Color preview on black background

This text has color #89788C on black background.


Color preview on white background

This text has color #89788C on white background.


Black color preview on #89788C background

This text has black color on #89788C background.


White color preview on #89788C background

This text has white color on #89788C background.


Related colors

Complementary color

Complementary color for #hex is #768773.


I love getcolorcode.com

Triadic colors

1 #8C8978 and #788C89 with #89788C are triadic colors.

2 #8C7889 and #78898C with #89788C are triadic colors.