COLOR #897A79

HEX: #897A79
RGB: (137,122,121)

Color info

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

RGB color model

#897A79 color RGB value is (137,122,121).

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

RGB channels and saturation

R 137 of 255 = 54%
G 122 of 255 = 48%
B 121 of 255 = 47%

137
122
121

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

Portions of RGB colors in percentages

R + G + B =
137 + 122 + 121 = 380 (100%)
R 137 of 380 ~ 36.05%
G 122 of 380 ~ 32.11%
B 121 of 380 ~ 31.84%

%36.05
%32.11
%31.84

CMYK color model

#897A79 color CMYK value is (0,11,12,46).

  • cyan value is 0.00%
  • magenta value is 10.95%
  • yellow value is 11.68%
  • key color value is 46.27%
CMYK:
(0,11,12,46)
C0M11Y12K46 
(0%,11%,12%,46%)
(0.00/0.11/0.12/0.46)	

CMYK percentages

%0
%10.95
%11.68
%46.27

Codes

Color #897A79 in popluar color models

897A79
RGB137122121
HSL6.35%50.59%
HSB/HSV11.68%53.73%
CMYK0.00%10.95%11.68%
46.27%

Color #897A79 in popluar number systems.

HEX897A79
Decimal137122121
Binary1000100111110101111001
Octal211172171

Shades and tints

Shades of #897A79

#897A79
(137,122,121)
#7D6F6E
(125,111,110)
#716463
(113,100,99)
#655958
(101,89,88)
#594E4D
(89,78,77)
#4D4342
(77,67,66)
#413837
(65,56,55)
#352D2C
(53,45,44)
#292221
(41,34,33)
#1D1716
(29,23,22)
#110C0B
(17,12,11)
#000000
(0,0,0)

Tints of #897A79

#897A79
(137,122,121)
#938685
(147,134,133)
#9D9291
(157,146,145)
#A79E9D
(167,158,157)
#B1AAA9
(177,170,169)
#BBB6B5
(187,182,181)
#C5C2C1
(197,194,193)
#CFCECD
(207,206,205)
#D9DAD9
(217,218,217)
#E3E6E5
(227,230,229)
#EDF2F1
(237,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #897A79; }

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

This text font color is #897A79.


Background Color

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

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

This div background color is #897A79.


Border color

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

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

This div border color is #897A79.


Opacity

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

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

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

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

This text has shadow with #897A79 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #897A79 on black background.


Color preview on white background

This text has color #897A79 on white background.



Black color preview on #897A79 background

This text has black color on #897A79 background.


White color preview on #897A79 background

This text has white color on #897A79 background.