COLOR #895C7A

HEX: #895C7A RGB: (137,92,122)

Color info

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

RGB color model

#895C7A color RGB value is (137,92,122).

RGB: (137,92,122) (54%, 36%, 48%)

RGB channels and saturation

R 137 of 255 = 54%
G 92 of 255 = 36%
B 122 of 255 = 48%

137
92
122

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

Portions of RGB colors in percentages

R + G + B = 137 + 92 + 122 = 351 (100%)
R 137 of 351 ~ 39.03%
G 92 of 351 ~ 26.21%
B 122 of 351 ~ 34.76'%

%39.03
%26.21
%34.76

CMYK color model

#895C7A color CMYK value is (0,33,11,46).

  • cyan value is 0.00%
  • magenta value is 32.85%
  • yellow value is 10.95%
  • key color value is 46.27%

CMYK: (0,33,11,46)
C0M33Y11K46 (0%, 33%, 11%, 46%)
(0.00 / 0.33 / 0.11 / 0.46)

CMYK percentages

%0
%32.85
%10.95
%46.27

Codes

Color #895C7A in popluar color models

89 5C 7A
RGB 137 92 122
HSL 320° 19.65% 44.90%
HSB/HSV 320° 32.85% 53.73%
CMYK 0.00% 32.85% 10.95%
46.27%

Color #895C7A in popluar number systems.

HEX 89 5C 7A
Decimal 137 92 122
Binary 10001001 1011100 1111010
Octal 211 134 172

Shades and tints

Shades of #895C7A

#895C7A
(137,92,122)
#7D546F
(125,84,111)
#714C64
(113,76,100)
#654459
(101,68,89)
#593C4E
(89,60,78)
#4D3443
(77,52,67)
#412C38
(65,44,56)
#35242D
(53,36,45)
#291C22
(41,28,34)
#1D1417
(29,20,23)
#110C0C
(17,12,12)
#000000
(0,0,0)

Tints of #895C7A

#895C7A
(137,92,122)
#936A86
(147,106,134)
#9D7892
(157,120,146)
#A7869E
(167,134,158)
#B194AA
(177,148,170)
#BBA2B6
(187,162,182)
#C5B0C2
(197,176,194)
#CFBECE
(207,190,206)
#D9CCDA
(217,204,218)
#E3DAE6
(227,218,230)
#EDE8F2
(237,232,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #895C7A color. Also use rgb(137,92,122) instead hex code.

Text Font Color

.myTextColor { color: #895C7A; }

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

This text font color is #895C7A.

Background Color

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

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

This div background color is #895C7A.

Border color

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

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

This div border color is #895C7A.

Opacity

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

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

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

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

This text has shadow with #895C7A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #895C7A.

Preview

Color preview on black background

This text has color #895C7A on black background.


Color preview on white background

This text has color #895C7A on white background.


Black color preview on #895C7A background

This text has black color on #895C7A background.


White color preview on #895C7A background

This text has white color on #895C7A background.


Related colors

Complementary color

Complementary color for #hex is #76A385.


I love getcolorcode.com

Triadic colors

1 #7A895C and #5C7A89 with #895C7A are triadic colors.

2 #7A5C89 and #5C897A with #895C7A are triadic colors.