COLOR #888C78

HEX: #888C78
RGB: (136,140,120)

Color info

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

RGB color model

#888C78 color RGB value is (136,140,120).

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

RGB channels and saturation

R 136 of 255 = 53%
G 140 of 255 = 55%
B 120 of 255 = 47%

136
140
120

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

Portions of RGB colors in percentages

R + G + B =
136 + 140 + 120 = 396 (100%)
R 136 of 396 ~ 34.34%
G 140 of 396 ~ 35.35%
B 120 of 396 ~ 30.3%

%34.34
%35.35
%30.3

CMYK color model

#888C78 color CMYK value is (3,0,14,45).

  • cyan value is 2.86%
  • magenta value is 0.00%
  • yellow value is 14.29%
  • key color value is 45.10%
CMYK:
(3,0,14,45)
C3M0Y14K45 
(3%,0%,14%,45%)
(0.03/0.00/0.14/0.45)	

CMYK percentages

%2.86
%0
%14.29
%45.1

Codes

Color #888C78 in popluar color models

888C78
RGB136140120
HSL72°8.00%50.98%
HSB/HSV72°14.29%54.90%
CMYK2.86%0.00%14.29%
45.10%

Color #888C78 in popluar number systems.

HEX888C78
Decimal136140120
Binary10001000100011001111000
Octal210214170

Shades and tints

Shades of #888C78

#888C78
(136,140,120)
#7C806E
(124,128,110)
#707464
(112,116,100)
#64685A
(100,104,90)
#585C50
(88,92,80)
#4C5046
(76,80,70)
#40443C
(64,68,60)
#343832
(52,56,50)
#282C28
(40,44,40)
#1C201E
(28,32,30)
#101414
(16,20,20)
#000000
(0,0,0)

Tints of #888C78

#888C78
(136,140,120)
#929684
(146,150,132)
#9CA090
(156,160,144)
#A6AA9C
(166,170,156)
#B0B4A8
(176,180,168)
#BABEB4
(186,190,180)
#C4C8C0
(196,200,192)
#CED2CC
(206,210,204)
#D8DCD8
(216,220,216)
#E2E6E4
(226,230,228)
#ECF0F0
(236,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #888C78; }

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

This text font color is #888C78.


Background Color

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

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

This div background color is #888C78.


Border color

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

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

This div border color is #888C78.


Opacity

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

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

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

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

This text has shadow with #888C78 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #888C78 on black background.


Color preview on white background

This text has color #888C78 on white background.



Black color preview on #888C78 background

This text has black color on #888C78 background.


White color preview on #888C78 background

This text has white color on #888C78 background.