COLOR #89768A

HEX: #89768A
RGB: (137,118,138)

Color info

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

RGB color model

#89768A color RGB value is (137,118,138).

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

RGB channels and saturation

R 137 of 255 = 54%
G 118 of 255 = 46%
B 138 of 255 = 54%

137
118
138

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

Portions of RGB colors in percentages

R + G + B =
137 + 118 + 138 = 393 (100%)
R 137 of 393 ~ 34.86%
G 118 of 393 ~ 30.03%
B 138 of 393 ~ 35.11%

%34.86
%30.03
%35.11

CMYK color model

#89768A color CMYK value is (1,14,0,46).

  • cyan value is 0.72%
  • magenta value is 14.49%
  • yellow value is 0.00%
  • key color value is 45.88%
CMYK:
(1,14,0,46)
C1M14Y0K46 
(1%,14%,0%,46%)
(0.01/0.14/0.00/0.46)	

CMYK percentages

%0.72
%14.49
%0
%45.88

Codes

Color #89768A in popluar color models

89768A
RGB137118138
HSL297°7.87%50.20%
HSB/HSV297°14.49%54.12%
CMYK0.72%14.49%0.00%
45.88%

Color #89768A in popluar number systems.

HEX89768A
Decimal137118138
Binary10001001111011010001010
Octal211166212

Shades and tints

Shades of #89768A

#89768A
(137,118,138)
#7D6C7E
(125,108,126)
#716272
(113,98,114)
#655866
(101,88,102)
#594E5A
(89,78,90)
#4D444E
(77,68,78)
#413A42
(65,58,66)
#353036
(53,48,54)
#29262A
(41,38,42)
#1D1C1E
(29,28,30)
#111212
(17,18,18)
#000000
(0,0,0)

Tints of #89768A

#89768A
(137,118,138)
#938294
(147,130,148)
#9D8E9E
(157,142,158)
#A79AA8
(167,154,168)
#B1A6B2
(177,166,178)
#BBB2BC
(187,178,188)
#C5BEC6
(197,190,198)
#CFCAD0
(207,202,208)
#D9D6DA
(217,214,218)
#E3E2E4
(227,226,228)
#EDEEEE
(237,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #89768A color. Also use rgb(137,118,138) instead hex code.

Text Font Color

.myTextColor { color: #89768A; }

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

This text font color is #89768A.


Background Color

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

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

This div background color is #89768A.


Border color

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

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

This div border color is #89768A.


Opacity

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

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

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

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

This text has shadow with #89768A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #89768A on black background.


Color preview on white background

This text has color #89768A on white background.



Black color preview on #89768A background

This text has black color on #89768A background.


White color preview on #89768A background

This text has white color on #89768A background.