COLOR #888678

HEX: #888678
RGB: (136,134,120)

Color info

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

RGB color model

#888678 color RGB value is (136,134,120).

  • red value is 136;
  • green value is 134;
  • blue value is 120.
RGB:
(136,134,120)
(53%,53%,47%)

RGB channels and saturation

R 136 of 255 = 53%
G 134 of 255 = 53%
B 120 of 255 = 47%

136
134
120

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

Portions of RGB colors in percentages

R + G + B =
136 + 134 + 120 = 390 (100%)
R 136 of 390 ~ 34.87%
G 134 of 390 ~ 34.36%
B 120 of 390 ~ 30.77%

%34.87
%34.36
%30.77

CMYK color model

#888678 color CMYK value is (0,1,12,47).

  • cyan value is 0.00%
  • magenta value is 1.47%
  • yellow value is 11.76%
  • key color value is 46.67%
CMYK:
(0,1,12,47)
C0M1Y12K47 
(0%,1%,12%,47%)
(0.00/0.01/0.12/0.47)	

CMYK percentages

%0
%1.47
%11.76
%46.67

Codes

Color #888678 in popluar color models

888678
RGB136134120
HSL53°6.30%50.20%
HSB/HSV53°11.76%53.33%
CMYK0.00%1.47%11.76%
46.67%

Color #888678 in popluar number systems.

HEX888678
Decimal136134120
Binary10001000100001101111000
Octal210206170

Shades and tints

Shades of #888678

#888678
(136,134,120)
#7C7A6E
(124,122,110)
#706E64
(112,110,100)
#64625A
(100,98,90)
#585650
(88,86,80)
#4C4A46
(76,74,70)
#403E3C
(64,62,60)
#343232
(52,50,50)
#282628
(40,38,40)
#1C1A1E
(28,26,30)
#100E14
(16,14,20)
#000000
(0,0,0)

Tints of #888678

#888678
(136,134,120)
#929184
(146,145,132)
#9C9C90
(156,156,144)
#A6A79C
(166,167,156)
#B0B2A8
(176,178,168)
#BABDB4
(186,189,180)
#C4C8C0
(196,200,192)
#CED3CC
(206,211,204)
#D8DED8
(216,222,216)
#E2E9E4
(226,233,228)
#ECF4F0
(236,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #888678; }

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

This text font color is #888678.


Background Color

.myBgColor { background-color: #888678; }

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

This div background color is #888678.


Border color

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

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

This div border color is #888678.


Opacity

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

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

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

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

This text has shadow with #888678 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #888678 on black background.


Color preview on white background

This text has color #888678 on white background.



Black color preview on #888678 background

This text has black color on #888678 background.


White color preview on #888678 background

This text has white color on #888678 background.