COLOR #89767D

HEX: #89767D
RGB: (137,118,125)

Color info

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

RGB color model

#89767D color RGB value is (137,118,125).

  • red value is 137;
  • green value is 118;
  • blue value is 125.
RGB:
(137,118,125)
(54%,46%,49%)

RGB channels and saturation

R 137 of 255 = 54%
G 118 of 255 = 46%
B 125 of 255 = 49%

137
118
125

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

Portions of RGB colors in percentages

R + G + B =
137 + 118 + 125 = 380 (100%)
R 137 of 380 ~ 36.05%
G 118 of 380 ~ 31.05%
B 125 of 380 ~ 32.89%

%36.05
%31.05
%32.89

CMYK color model

#89767D color CMYK value is (0,14,9,46).

  • cyan value is 0.00%
  • magenta value is 13.87%
  • yellow value is 8.76%
  • key color value is 46.27%
CMYK:
(0,14,9,46)
C0M14Y9K46 
(0%,14%,9%,46%)
(0.00/0.14/0.09/0.46)	

CMYK percentages

%0
%13.87
%8.76
%46.27

Codes

Color #89767D in popluar color models

89767D
RGB137118125
HSL338°7.45%50.00%
HSB/HSV338°13.87%53.73%
CMYK0.00%13.87%8.76%
46.27%

Color #89767D in popluar number systems.

HEX89767D
Decimal137118125
Binary1000100111101101111101
Octal211166175

Shades and tints

Shades of #89767D

#89767D
(137,118,125)
#7D6C72
(125,108,114)
#716267
(113,98,103)
#65585C
(101,88,92)
#594E51
(89,78,81)
#4D4446
(77,68,70)
#413A3B
(65,58,59)
#353030
(53,48,48)
#292625
(41,38,37)
#1D1C1A
(29,28,26)
#11120F
(17,18,15)
#000000
(0,0,0)

Tints of #89767D

#89767D
(137,118,125)
#938288
(147,130,136)
#9D8E93
(157,142,147)
#A79A9E
(167,154,158)
#B1A6A9
(177,166,169)
#BBB2B4
(187,178,180)
#C5BEBF
(197,190,191)
#CFCACA
(207,202,202)
#D9D6D5
(217,214,213)
#E3E2E0
(227,226,224)
#EDEEEB
(237,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #89767D color. Also use rgb(137,118,125) instead hex code.

Text Font Color

.myTextColor { color: #89767D; }

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

This text font color is #89767D.


Background Color

.myBgColor { background-color: #89767D; }

<div style="background-color:#89767D">Inner text</div>

This div background color is #89767D.


Border color

.myBorderColor { border: 1px solid #89767D; }

<div style="border:3px solid #89767D">Div</div>

This div border color is #89767D.


Opacity

.myOpacity80 { color: #89767D; opacity: 0.8; }

<p style="color:#89767D;opacity:0.8;">80%</p>

Text with #89767D 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 #89767D;}

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

This text has shadow with #89767D color.

.textShadow {text-shadow: 3px 3px 1px #89767D, 3px 3px 1px red;}

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

This text has shadow with #89767D primary color and red secondary color.


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

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

This text has shadow with #89767D and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #89767D on black background.


Color preview on white background

This text has color #89767D on white background.



Black color preview on #89767D background

This text has black color on #89767D background.


White color preview on #89767D background

This text has white color on #89767D background.