COLOR #898C78

HEX: #898C78 RGB: (137,140,120)

Color info

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

RGB color model

#898C78 color RGB value is (137,140,120).

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

RGB channels and saturation

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

137
140
120

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

Portions of RGB colors in percentages

R + G + B = 137 + 140 + 120 = 397 (100%)
R 137 of 397 ~ 34.51%
G 140 of 397 ~ 35.26%
B 120 of 397 ~ 30.23'%

%34.51
%35.26
%30.23

CMYK color model

#898C78 color CMYK value is (2,0,14,45).

  • cyan value is 2.14%
  • magenta value is 0.00%
  • yellow value is 14.29%
  • key color value is 45.10%

CMYK: (2,0,14,45)
C2M0Y14K45 (2%, 0%, 14%, 45%)
(0.02 / 0.00 / 0.14 / 0.45)

CMYK percentages

%2.14
%0
%14.29
%45.1

Codes

Color #898C78 in popluar color models

89 8C 78
RGB 137 140 120
HSL 69° 8.00% 50.98%
HSB/HSV 69° 14.29% 54.90%
CMYK 2.14% 0.00% 14.29%
45.10%

Color #898C78 in popluar number systems.

HEX 89 8C 78
Decimal 137 140 120
Binary 10001001 10001100 1111000
Octal 211 214 170

Shades and tints

Shades of #898C78

#898C78
(137,140,120)
#7D806E
(125,128,110)
#717464
(113,116,100)
#65685A
(101,104,90)
#595C50
(89,92,80)
#4D5046
(77,80,70)
#41443C
(65,68,60)
#353832
(53,56,50)
#292C28
(41,44,40)
#1D201E
(29,32,30)
#111414
(17,20,20)
#000000
(0,0,0)

Tints of #898C78

#898C78
(137,140,120)
#939684
(147,150,132)
#9DA090
(157,160,144)
#A7AA9C
(167,170,156)
#B1B4A8
(177,180,168)
#BBBEB4
(187,190,180)
#C5C8C0
(197,200,192)
#CFD2CC
(207,210,204)
#D9DCD8
(217,220,216)
#E3E6E4
(227,230,228)
#EDF0F0
(237,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #898C78; }

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

This text font color is #898C78.

Background Color

.myBgColor { background-color: #898C78; }

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

This div background color is #898C78.

Border color

.myBorderColor { border: 1px solid #898C78; }

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

This div border color is #898C78.

Opacity

.myOpacity80 { color: #898C78; opacity: 0.8; }

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

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

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

This text has shadow with #898C78 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #898C78.

Preview

Color preview on black background

This text has color #898C78 on black background.


Color preview on white background

This text has color #898C78 on white background.


Black color preview on #898C78 background

This text has black color on #898C78 background.


White color preview on #898C78 background

This text has white color on #898C78 background.


Related colors

Complementary color

Complementary color for #hex is #767387.


I love getcolorcode.com

Triadic colors

1 #78898C and #8C7889 with #898C78 are triadic colors.

2 #788C89 and #8C8978 with #898C78 are triadic colors.