COLOR #897C7C

HEX: #897C7C RGB: (137,124,124)

Color info

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

RGB color model

#897C7C color RGB value is (137,124,124).

RGB: (137,124,124) (54%, 49%, 49%)

RGB channels and saturation

R 137 of 255 = 54%
G 124 of 255 = 49%
B 124 of 255 = 49%

137
124
124

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

Portions of RGB colors in percentages

R + G + B = 137 + 124 + 124 = 385 (100%)
R 137 of 385 ~ 35.58%
G 124 of 385 ~ 32.21%
B 124 of 385 ~ 32.21'%

%35.58
%32.21
%32.21

CMYK color model

#897C7C color CMYK value is (0,9,9,46).

  • cyan value is 0.00%
  • magenta value is 9.49%
  • yellow value is 9.49%
  • key color value is 46.27%

CMYK: (0,9,9,46)
C0M9Y9K46 (0%, 9%, 9%, 46%)
(0.00 / 0.09 / 0.09 / 0.46)

CMYK percentages

%0
%9.49
%9.49
%46.27

Codes

Color #897C7C in popluar color models

89 7C 7C
RGB 137 124 124
HSL 5.22% 51.18%
HSB/HSV 9.49% 53.73%
CMYK 0.00% 9.49% 9.49%
46.27%

Color #897C7C in popluar number systems.

HEX 89 7C 7C
Decimal 137 124 124
Binary 10001001 1111100 1111100
Octal 211 174 174

Shades and tints

Shades of #897C7C

#897C7C
(137,124,124)
#7D7171
(125,113,113)
#716666
(113,102,102)
#655B5B
(101,91,91)
#595050
(89,80,80)
#4D4545
(77,69,69)
#413A3A
(65,58,58)
#352F2F
(53,47,47)
#292424
(41,36,36)
#1D1919
(29,25,25)
#110E0E
(17,14,14)
#000000
(0,0,0)

Tints of #897C7C

#897C7C
(137,124,124)
#938787
(147,135,135)
#9D9292
(157,146,146)
#A79D9D
(167,157,157)
#B1A8A8
(177,168,168)
#BBB3B3
(187,179,179)
#C5BEBE
(197,190,190)
#CFC9C9
(207,201,201)
#D9D4D4
(217,212,212)
#E3DFDF
(227,223,223)
#EDEAEA
(237,234,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #897C7C color. Also use rgb(137,124,124) instead hex code.

Text Font Color

.myTextColor { color: #897C7C; }

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

This text font color is #897C7C.

Background Color

.myBgColor { background-color: #897C7C; }

<div style="background-color:#897C7C">Inner text</div>

This div background color is #897C7C.

Border color

.myBorderColor { border: 1px solid #897C7C; }

<div style="border:3px solid #897C7C">Div</div>

This div border color is #897C7C.

Opacity

.myOpacity80 { color: #897C7C; opacity: 0.8; }

<p style="color:#897C7C;opacity:0.8;">80%</p>

Text with #897C7C 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 #897C7C;}

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

This text has shadow with #897C7C color.


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

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

This text has shadow with #897C7C primary color and red secondary color.


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

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

This text has shadow with #897C7C and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #897C7C.

Preview

Color preview on black background

This text has color #897C7C on black background.


Color preview on white background

This text has color #897C7C on white background.


Black color preview on #897C7C background

This text has black color on #897C7C background.


White color preview on #897C7C background

This text has white color on #897C7C background.


Related colors

Complementary color

Complementary color for #hex is #768383.


I love getcolorcode.com