COLOR #895A76

HEX: #895A76 RGB: (137,90,118)

Color info

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

RGB color model

#895A76 color RGB value is (137,90,118).

RGB: (137,90,118) (54%, 35%, 46%)

RGB channels and saturation

R 137 of 255 = 54%
G 90 of 255 = 35%
B 118 of 255 = 46%

137
90
118

R + G + B ~ 45%. #895A76 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 137 + 90 + 118 = 345 (100%)
R 137 of 345 ~ 39.71%
G 90 of 345 ~ 26.09%
B 118 of 345 ~ 34.2'%

%39.71
%26.09
%34.2

CMYK color model

#895A76 color CMYK value is (0,34,14,46).

  • cyan value is 0.00%
  • magenta value is 34.31%
  • yellow value is 13.87%
  • key color value is 46.27%

CMYK: (0,34,14,46)
C0M34Y14K46 (0%, 34%, 14%, 46%)
(0.00 / 0.34 / 0.14 / 0.46)

CMYK percentages

%0
%34.31
%13.87
%46.27

Codes

Color #895A76 in popluar color models

89 5A 76
RGB 137 90 118
HSL 324° 20.70% 44.51%
HSB/HSV 324° 34.31% 53.73%
CMYK 0.00% 34.31% 13.87%
46.27%

Color #895A76 in popluar number systems.

HEX 89 5A 76
Decimal 137 90 118
Binary 10001001 1011010 1110110
Octal 211 132 166

Shades and tints

Shades of #895A76

#895A76
(137,90,118)
#7D526C
(125,82,108)
#714A62
(113,74,98)
#654258
(101,66,88)
#593A4E
(89,58,78)
#4D3244
(77,50,68)
#412A3A
(65,42,58)
#352230
(53,34,48)
#291A26
(41,26,38)
#1D121C
(29,18,28)
#110A12
(17,10,18)
#000000
(0,0,0)

Tints of #895A76

#895A76
(137,90,118)
#936982
(147,105,130)
#9D788E
(157,120,142)
#A7879A
(167,135,154)
#B196A6
(177,150,166)
#BBA5B2
(187,165,178)
#C5B4BE
(197,180,190)
#CFC3CA
(207,195,202)
#D9D2D6
(217,210,214)
#E3E1E2
(227,225,226)
#EDF0EE
(237,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #895A76 color. Also use rgb(137,90,118) instead hex code.

Text Font Color

.myTextColor { color: #895A76; }

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

This text font color is #895A76.

Background Color

.myBgColor { background-color: #895A76; }

<div style="background-color:#895A76">Inner text</div>

This div background color is #895A76.

Border color

.myBorderColor { border: 1px solid #895A76; }

<div style="border:3px solid #895A76">Div</div>

This div border color is #895A76.

Opacity

.myOpacity80 { color: #895A76; opacity: 0.8; }

<p style="color:#895A76;opacity:0.8;">80%</p>

Text with #895A76 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 #895A76;}

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

This text has shadow with #895A76 color.


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

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

This text has shadow with #895A76 primary color and red secondary color.


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

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

This text has shadow with #895A76 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #895A76.

Preview

Color preview on black background

This text has color #895A76 on black background.


Color preview on white background

This text has color #895A76 on white background.


Black color preview on #895A76 background

This text has black color on #895A76 background.


White color preview on #895A76 background

This text has white color on #895A76 background.


Related colors

Complementary color

Complementary color for #hex is #76A589.


I love getcolorcode.com

Triadic colors

1 #76895A and #5A7689 with #895A76 are triadic colors.

2 #765A89 and #5A8976 with #895A76 are triadic colors.