COLOR #897F79

HEX: #897F79
RGB: (137,127,121)

Color info

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

RGB color model

#897F79 color RGB value is (137,127,121).

  • red value is 137;
  • green value is 127;
  • blue value is 121.
RGB:
(137,127,121)
(54%,50%,47%)

RGB channels and saturation

R 137 of 255 = 54%
G 127 of 255 = 50%
B 121 of 255 = 47%

137
127
121

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

Portions of RGB colors in percentages

R + G + B =
137 + 127 + 121 = 385 (100%)
R 137 of 385 ~ 35.58%
G 127 of 385 ~ 32.99%
B 121 of 385 ~ 31.43%

%35.58
%32.99
%31.43

CMYK color model

#897F79 color CMYK value is (0,7,12,46).

  • cyan value is 0.00%
  • magenta value is 7.30%
  • yellow value is 11.68%
  • key color value is 46.27%
CMYK:
(0,7,12,46)
C0M7Y12K46 
(0%,7%,12%,46%)
(0.00/0.07/0.12/0.46)	

CMYK percentages

%0
%7.3
%11.68
%46.27

Codes

Color #897F79 in popluar color models

897F79
RGB137127121
HSL23°6.35%50.59%
HSB/HSV23°11.68%53.73%
CMYK0.00%7.30%11.68%
46.27%

Color #897F79 in popluar number systems.

HEX897F79
Decimal137127121
Binary1000100111111111111001
Octal211177171

Shades and tints

Shades of #897F79

#897F79
(137,127,121)
#7D746E
(125,116,110)
#716963
(113,105,99)
#655E58
(101,94,88)
#59534D
(89,83,77)
#4D4842
(77,72,66)
#413D37
(65,61,55)
#35322C
(53,50,44)
#292721
(41,39,33)
#1D1C16
(29,28,22)
#11110B
(17,17,11)
#000000
(0,0,0)

Tints of #897F79

#897F79
(137,127,121)
#938A85
(147,138,133)
#9D9591
(157,149,145)
#A7A09D
(167,160,157)
#B1ABA9
(177,171,169)
#BBB6B5
(187,182,181)
#C5C1C1
(197,193,193)
#CFCCCD
(207,204,205)
#D9D7D9
(217,215,217)
#E3E2E5
(227,226,229)
#EDEDF1
(237,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #897F79; }

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

This text font color is #897F79.


Background Color

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

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

This div background color is #897F79.


Border color

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

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

This div border color is #897F79.


Opacity

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

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

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

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

This text has shadow with #897F79 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #897F79 on black background.


Color preview on white background

This text has color #897F79 on white background.



Black color preview on #897F79 background

This text has black color on #897F79 background.


White color preview on #897F79 background

This text has white color on #897F79 background.