COLOR #888789

HEX: #888789
RGB: (136,135,137)

Color info

#888789 contains red, green and blue colors in about the same proportion. Web safe color of #888789 is #999999 (or #999).

RGB color model

#888789 color RGB value is (136,135,137).

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

RGB channels and saturation

R 136 of 255 = 53%
G 135 of 255 = 53%
B 137 of 255 = 54%

136
135
137

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

Portions of RGB colors in percentages

R + G + B =
136 + 135 + 137 = 408 (100%)
R 136 of 408 ~ 33.33%
G 135 of 408 ~ 33.09%
B 137 of 408 ~ 33.58%

%33.33
%33.09
%33.58

CMYK color model

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

  • cyan value is 0.73%
  • magenta value is 1.46%
  • yellow value is 0.00%
  • key color value is 46.27%
CMYK:
(1,1,0,46)
C1M1Y0K46 
(1%,1%,0%,46%)
(0.01/0.01/0.00/0.46)	

CMYK percentages

%0.73
%1.46
%0
%46.27

Codes

Color #888789 in popluar color models

888789
RGB136135137
HSL270°0.84%53.33%
HSB/HSV270°1.46%53.73%
CMYK0.73%1.46%0.00%
46.27%

Color #888789 in popluar number systems.

HEX888789
Decimal136135137
Binary100010001000011110001001
Octal210207211

Shades and tints

Shades of #888789

#888789
(136,135,137)
#7C7B7D
(124,123,125)
#706F71
(112,111,113)
#646365
(100,99,101)
#585759
(88,87,89)
#4C4B4D
(76,75,77)
#403F41
(64,63,65)
#343335
(52,51,53)
#282729
(40,39,41)
#1C1B1D
(28,27,29)
#100F11
(16,15,17)
#000000
(0,0,0)

Tints of #888789

#888789
(136,135,137)
#929193
(146,145,147)
#9C9B9D
(156,155,157)
#A6A5A7
(166,165,167)
#B0AFB1
(176,175,177)
#BAB9BB
(186,185,187)
#C4C3C5
(196,195,197)
#CECDCF
(206,205,207)
#D8D7D9
(216,215,217)
#E2E1E3
(226,225,227)
#ECEBED
(236,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #888789; }

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

This text font color is #888789.


Background Color

.myBgColor { background-color: #888789; }

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

This div background color is #888789.


Border color

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

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

This div border color is #888789.


Opacity

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

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

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

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

This text has shadow with #888789 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #888789 on black background.


Color preview on white background

This text has color #888789 on white background.



Black color preview on #888789 background

This text has black color on #888789 background.


White color preview on #888789 background

This text has white color on #888789 background.