COLOR #897A78

HEX: #897A78
RGB: (137,122,120)

Color info

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

RGB color model

#897A78 color RGB value is (137,122,120).

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

RGB channels and saturation

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

137
122
120

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

Portions of RGB colors in percentages

R + G + B =
137 + 122 + 120 = 379 (100%)
R 137 of 379 ~ 36.15%
G 122 of 379 ~ 32.19%
B 120 of 379 ~ 31.66%

%36.15
%32.19
%31.66

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 10.95%
  • yellow value is 12.41%
  • 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
%12.41
%46.27

Codes

Color #897A78 in popluar color models

897A78
RGB137122120
HSL6.72%50.39%
HSB/HSV12.41%53.73%
CMYK0.00%10.95%12.41%
46.27%

Color #897A78 in popluar number systems.

HEX897A78
Decimal137122120
Binary1000100111110101111000
Octal211172170

Shades and tints

Shades of #897A78

#897A78
(137,122,120)
#7D6F6E
(125,111,110)
#716464
(113,100,100)
#65595A
(101,89,90)
#594E50
(89,78,80)
#4D4346
(77,67,70)
#41383C
(65,56,60)
#352D32
(53,45,50)
#292228
(41,34,40)
#1D171E
(29,23,30)
#110C14
(17,12,20)
#000000
(0,0,0)

Tints of #897A78

#897A78
(137,122,120)
#938684
(147,134,132)
#9D9290
(157,146,144)
#A79E9C
(167,158,156)
#B1AAA8
(177,170,168)
#BBB6B4
(187,182,180)
#C5C2C0
(197,194,192)
#CFCECC
(207,206,204)
#D9DAD8
(217,218,216)
#E3E6E4
(227,230,228)
#EDF2F0
(237,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #897A78; }

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

This text font color is #897A78.


Background Color

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

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

This div background color is #897A78.


Border color

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

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

This div border color is #897A78.


Opacity

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

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

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

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

This text has shadow with #897A78 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #897A78 on black background.


Color preview on white background

This text has color #897A78 on white background.



Black color preview on #897A78 background

This text has black color on #897A78 background.


White color preview on #897A78 background

This text has white color on #897A78 background.