COLOR #895C7F

HEX: #895C7F RGB: (137,92,127)

Color info

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

RGB color model

#895C7F color RGB value is (137,92,127).

RGB: (137,92,127) (54%, 36%, 50%)

RGB channels and saturation

R 137 of 255 = 54%
G 92 of 255 = 36%
B 127 of 255 = 50%

137
92
127

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

Portions of RGB colors in percentages

R + G + B = 137 + 92 + 127 = 356 (100%)
R 137 of 356 ~ 38.48%
G 92 of 356 ~ 25.84%
B 127 of 356 ~ 35.67'%

%38.48
%25.84
%35.67

CMYK color model

#895C7F color CMYK value is (0,33,7,46).

  • cyan value is 0.00%
  • magenta value is 32.85%
  • yellow value is 7.30%
  • key color value is 46.27%
CMYK: (0,33,7,46) C0M33Y7K46 (0%,33%,7%,46%) (0.00/0.33/0.07/0.46) 

CMYK percentages

%0
%32.85
%7.3
%46.27

Codes

Color #895C7F in popluar color models

89 5C 7F
RGB 137 92 127
HSL 313° 19.65% 44.90%
HSB/HSV 313° 32.85% 53.73%
CMYK 0.00% 32.85% 7.30%
46.27%

Color #895C7F in popluar number systems.

HEX 89 5C 7F
Decimal 137 92 127
Binary 10001001 1011100 1111111
Octal 211 134 177

Shades and tints

Shades of #895C7F

#895C7F
(137,92,127)
#7D5474
(125,84,116)
#714C69
(113,76,105)
#65445E
(101,68,94)
#593C53
(89,60,83)
#4D3448
(77,52,72)
#412C3D
(65,44,61)
#352432
(53,36,50)
#291C27
(41,28,39)
#1D141C
(29,20,28)
#110C11
(17,12,17)
#000000
(0,0,0)

Tints of #895C7F

#895C7F
(137,92,127)
#936A8A
(147,106,138)
#9D7895
(157,120,149)
#A786A0
(167,134,160)
#B194AB
(177,148,171)
#BBA2B6
(187,162,182)
#C5B0C1
(197,176,193)
#CFBECC
(207,190,204)
#D9CCD7
(217,204,215)
#E3DAE2
(227,218,226)
#EDE8ED
(237,232,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #895C7F; }

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

This text font color is #895C7F.

Background Color

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

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

This div background color is #895C7F.

Border color

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

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

This div border color is #895C7F.

Opacity

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

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

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

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

This text has shadow with #895C7F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #895C7F.

Preview

Color preview on black background

This text has color #895C7F on black background.


Color preview on white background

This text has color #895C7F on white background.


Black color preview on #895C7F background

This text has black color on #895C7F background.


White color preview on #895C7F background

This text has white color on #895C7F background.


Related colors

Complementary color

Complementary color for #hex is #76A380.


I love getcolorcode.com

Triadic colors

1 #7F895C and #5C7F89 with #895C7F are triadic colors.

2 #7F5C89 and #5C897F with #895C7F are triadic colors.