COLOR #808878

HEX: #808878
RGB: (128,136,120)

Color info

#808878 contains red, green and blue colors in about the same proportion. Web safe color of #808878 is #669966 (or #696).

RGB color model

#808878 color RGB value is (128,136,120).

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

RGB channels and saturation

R 128 of 255 = 50%
G 136 of 255 = 53%
B 120 of 255 = 47%

128
136
120

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

Portions of RGB colors in percentages

R + G + B =
128 + 136 + 120 = 384 (100%)
R 128 of 384 ~ 33.33%
G 136 of 384 ~ 35.42%
B 120 of 384 ~ 31.25%

%33.33
%35.42
%31.25

CMYK color model

#808878 color CMYK value is (6,0,12,47).

  • cyan value is 5.88%
  • magenta value is 0.00%
  • yellow value is 11.76%
  • key color value is 46.67%
CMYK:
(6,0,12,47)
C6M0Y12K47 
(6%,0%,12%,47%)
(0.06/0.00/0.12/0.47)	

CMYK percentages

%5.88
%0
%11.76
%46.67

Codes

Color #808878 in popluar color models

808878
RGB128136120
HSL90°6.30%50.20%
HSB/HSV90°11.76%53.33%
CMYK5.88%0.00%11.76%
46.67%

Color #808878 in popluar number systems.

HEX808878
Decimal128136120
Binary10000000100010001111000
Octal200210170

Shades and tints

Shades of #808878

#808878
(128,136,120)
#757C6E
(117,124,110)
#6A7064
(106,112,100)
#5F645A
(95,100,90)
#545850
(84,88,80)
#494C46
(73,76,70)
#3E403C
(62,64,60)
#333432
(51,52,50)
#282828
(40,40,40)
#1D1C1E
(29,28,30)
#121014
(18,16,20)
#000000
(0,0,0)

Tints of #808878

#808878
(128,136,120)
#8B9284
(139,146,132)
#969C90
(150,156,144)
#A1A69C
(161,166,156)
#ACB0A8
(172,176,168)
#B7BAB4
(183,186,180)
#C2C4C0
(194,196,192)
#CDCECC
(205,206,204)
#D8D8D8
(216,216,216)
#E3E2E4
(227,226,228)
#EEECF0
(238,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #808878; }

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

This text font color is #808878.


Background Color

.myBgColor { background-color: #808878; }

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

This div background color is #808878.


Border color

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

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

This div border color is #808878.


Opacity

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

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

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

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

This text has shadow with #808878 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #808878 on black background.


Color preview on white background

This text has color #808878 on white background.



Black color preview on #808878 background

This text has black color on #808878 background.


White color preview on #808878 background

This text has white color on #808878 background.