COLOR #878078

HEX: #878078
RGB: (135,128,120)

Color info

#878078 contains red, green and blue colors in about the same proportion. Web safe color of #878078 is #996666 (or #966).

RGB color model

#878078 color RGB value is (135,128,120).

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

RGB channels and saturation

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

135
128
120

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

Portions of RGB colors in percentages

R + G + B =
135 + 128 + 120 = 383 (100%)
R 135 of 383 ~ 35.25%
G 128 of 383 ~ 33.42%
B 120 of 383 ~ 31.33%

%35.25
%33.42
%31.33

CMYK color model

#878078 color CMYK value is (0,5,11,47).

  • cyan value is 0.00%
  • magenta value is 5.19%
  • yellow value is 11.11%
  • key color value is 47.06%
CMYK:
(0,5,11,47)
C0M5Y11K47 
(0%,5%,11%,47%)
(0.00/0.05/0.11/0.47)	

CMYK percentages

%0
%5.19
%11.11
%47.06

Codes

Color #878078 in popluar color models

878078
RGB135128120
HSL32°5.88%50.00%
HSB/HSV32°11.11%52.94%
CMYK0.00%5.19%11.11%
47.06%

Color #878078 in popluar number systems.

HEX878078
Decimal135128120
Binary10000111100000001111000
Octal207200170

Shades and tints

Shades of #878078

#878078
(135,128,120)
#7B756E
(123,117,110)
#6F6A64
(111,106,100)
#635F5A
(99,95,90)
#575450
(87,84,80)
#4B4946
(75,73,70)
#3F3E3C
(63,62,60)
#333332
(51,51,50)
#272828
(39,40,40)
#1B1D1E
(27,29,30)
#0F1214
(15,18,20)
#000000
(0,0,0)

Tints of #878078

#878078
(135,128,120)
#918B84
(145,139,132)
#9B9690
(155,150,144)
#A5A19C
(165,161,156)
#AFACA8
(175,172,168)
#B9B7B4
(185,183,180)
#C3C2C0
(195,194,192)
#CDCDCC
(205,205,204)
#D7D8D8
(215,216,216)
#E1E3E4
(225,227,228)
#EBEEF0
(235,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #878078; }

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

This text font color is #878078.


Background Color

.myBgColor { background-color: #878078; }

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

This div background color is #878078.


Border color

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

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

This div border color is #878078.


Opacity

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

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

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

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

This text has shadow with #878078 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #878078 on black background.


Color preview on white background

This text has color #878078 on white background.



Black color preview on #878078 background

This text has black color on #878078 background.


White color preview on #878078 background

This text has white color on #878078 background.