COLOR #898978

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

Color info

#898978 contains red, green and blue colors in about the same proportion. Web safe color of #898978 is #999966 (or #996).

RGB color model

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

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

RGB channels and saturation

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

137
137
120

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

Portions of RGB colors in percentages

R + G + B = 137 + 137 + 120 = 394 (100%)
R 137 of 394 ~ 34.77%
G 137 of 394 ~ 34.77%
B 120 of 394 ~ 30.46'%

%34.77
%34.77
%30.46

CMYK color model

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

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

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

CMYK percentages

%0
%0
%12.41
%46.27

Codes

Color #898978 in popluar color models

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

Color #898978 in popluar number systems.

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

Shades and tints

Shades of #898978

#898978
(137,137,120)
#7D7D6E
(125,125,110)
#717164
(113,113,100)
#65655A
(101,101,90)
#595950
(89,89,80)
#4D4D46
(77,77,70)
#41413C
(65,65,60)
#353532
(53,53,50)
#292928
(41,41,40)
#1D1D1E
(29,29,30)
#111114
(17,17,20)
#000000
(0,0,0)

Tints of #898978

#898978
(137,137,120)
#939384
(147,147,132)
#9D9D90
(157,157,144)
#A7A79C
(167,167,156)
#B1B1A8
(177,177,168)
#BBBBB4
(187,187,180)
#C5C5C0
(197,197,192)
#CFCFCC
(207,207,204)
#D9D9D8
(217,217,216)
#E3E3E4
(227,227,228)
#EDEDF0
(237,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #898978; }

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

This text font color is #898978.

Background Color

.myBgColor { background-color: #898978; }

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

This div background color is #898978.

Border color

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

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

This div border color is #898978.

Opacity

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

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

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

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

This text has shadow with #898978 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #898978.

Preview

Color preview on black background

This text has color #898978 on black background.


Color preview on white background

This text has color #898978 on white background.


Black color preview on #898978 background

This text has black color on #898978 background.


White color preview on #898978 background

This text has white color on #898978 background.


Related colors

Complementary color

Complementary color for #hex is #767687.


I love getcolorcode.com