COLOR #897878

HEX: #897878 RGB: (137,120,120)

Color info

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

RGB color model

#897878 color RGB value is (137,120,120).

RGB: (137,120,120) (54%, 47%, 47%)

RGB channels and saturation

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

137
120
120

R + G + B ~ 49%. #897878 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 137 + 120 + 120 = 377 (100%)
R 137 of 377 ~ 36.34%
G 120 of 377 ~ 31.83%
B 120 of 377 ~ 31.83'%

%36.34
%31.83
%31.83

CMYK color model

#897878 color CMYK value is (0,12,12,46).

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

CMYK: (0,12,12,46)
C0M12Y12K46 (0%, 12%, 12%, 46%)
(0.00 / 0.12 / 0.12 / 0.46)

CMYK percentages

%0
%12.41
%12.41
%46.27

Codes

Color #897878 in popluar color models

89 78 78
RGB 137 120 120
HSL 6.72% 50.39%
HSB/HSV 12.41% 53.73%
CMYK 0.00% 12.41% 12.41%
46.27%

Color #897878 in popluar number systems.

HEX 89 78 78
Decimal 137 120 120
Binary 10001001 1111000 1111000
Octal 211 170 170

Shades and tints

Shades of #897878

#897878
(137,120,120)
#7D6E6E
(125,110,110)
#716464
(113,100,100)
#655A5A
(101,90,90)
#595050
(89,80,80)
#4D4646
(77,70,70)
#413C3C
(65,60,60)
#353232
(53,50,50)
#292828
(41,40,40)
#1D1E1E
(29,30,30)
#111414
(17,20,20)
#000000
(0,0,0)

Tints of #897878

#897878
(137,120,120)
#938484
(147,132,132)
#9D9090
(157,144,144)
#A79C9C
(167,156,156)
#B1A8A8
(177,168,168)
#BBB4B4
(187,180,180)
#C5C0C0
(197,192,192)
#CFCCCC
(207,204,204)
#D9D8D8
(217,216,216)
#E3E4E4
(227,228,228)
#EDF0F0
(237,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #897878; }

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

This text font color is #897878.

Background Color

.myBgColor { background-color: #897878; }

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

This div background color is #897878.

Border color

.myBorderColor { border: 1px solid #897878; }

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

This div border color is #897878.

Opacity

.myOpacity80 { color: #897878; opacity: 0.8; }

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

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

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

This text has shadow with #897878 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #897878.

Preview

Color preview on black background

This text has color #897878 on black background.


Color preview on white background

This text has color #897878 on white background.


Black color preview on #897878 background

This text has black color on #897878 background.


White color preview on #897878 background

This text has white color on #897878 background.


Related colors

Complementary color

Complementary color for #hex is #768787.


I love getcolorcode.com