COLOR #898778

HEX: #898778
RGB: (137,135,120)

Color info

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

RGB color model

#898778 color RGB value is (137,135,120).

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

RGB channels and saturation

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

137
135
120

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

Portions of RGB colors in percentages

R + G + B =
137 + 135 + 120 = 392 (100%)
R 137 of 392 ~ 34.95%
G 135 of 392 ~ 34.44%
B 120 of 392 ~ 30.61%

%34.95
%34.44
%30.61

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 1.46%
  • yellow value is 12.41%
  • key color value is 46.27%
CMYK:
(0,1,12,46)
C0M1Y12K46 
(0%,1%,12%,46%)
(0.00/0.01/0.12/0.46)	

CMYK percentages

%0
%1.46
%12.41
%46.27

Codes

Color #898778 in popluar color models

898778
RGB137135120
HSL53°6.72%50.39%
HSB/HSV53°12.41%53.73%
CMYK0.00%1.46%12.41%
46.27%

Color #898778 in popluar number systems.

HEX898778
Decimal137135120
Binary10001001100001111111000
Octal211207170

Shades and tints

Shades of #898778

#898778
(137,135,120)
#7D7B6E
(125,123,110)
#716F64
(113,111,100)
#65635A
(101,99,90)
#595750
(89,87,80)
#4D4B46
(77,75,70)
#413F3C
(65,63,60)
#353332
(53,51,50)
#292728
(41,39,40)
#1D1B1E
(29,27,30)
#110F14
(17,15,20)
#000000
(0,0,0)

Tints of #898778

#898778
(137,135,120)
#939184
(147,145,132)
#9D9B90
(157,155,144)
#A7A59C
(167,165,156)
#B1AFA8
(177,175,168)
#BBB9B4
(187,185,180)
#C5C3C0
(197,195,192)
#CFCDCC
(207,205,204)
#D9D7D8
(217,215,216)
#E3E1E4
(227,225,228)
#EDEBF0
(237,235,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #898778; }

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

This text font color is #898778.


Background Color

.myBgColor { background-color: #898778; }

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

This div background color is #898778.


Border color

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

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

This div border color is #898778.


Opacity

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

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

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

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

This text has shadow with #898778 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #898778 on black background.


Color preview on white background

This text has color #898778 on white background.



Black color preview on #898778 background

This text has black color on #898778 background.


White color preview on #898778 background

This text has white color on #898778 background.