COLOR #878578

HEX: #878578
RGB: (135,133,120)

Color info

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

RGB color model

#878578 color RGB value is (135,133,120).

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

RGB channels and saturation

R 135 of 255 = 53%
G 133 of 255 = 52%
B 120 of 255 = 47%

135
133
120

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

Portions of RGB colors in percentages

R + G + B =
135 + 133 + 120 = 388 (100%)
R 135 of 388 ~ 34.79%
G 133 of 388 ~ 34.28%
B 120 of 388 ~ 30.93%

%34.79
%34.28
%30.93

CMYK color model

#878578 color CMYK value is (0,1,11,47).

  • cyan value is 0.00%
  • magenta value is 1.48%
  • yellow value is 11.11%
  • key color value is 47.06%
CMYK:
(0,1,11,47)
C0M1Y11K47 
(0%,1%,11%,47%)
(0.00/0.01/0.11/0.47)	

CMYK percentages

%0
%1.48
%11.11
%47.06

Codes

Color #878578 in popluar color models

878578
RGB135133120
HSL52°5.88%50.00%
HSB/HSV52°11.11%52.94%
CMYK0.00%1.48%11.11%
47.06%

Color #878578 in popluar number systems.

HEX878578
Decimal135133120
Binary10000111100001011111000
Octal207205170

Shades and tints

Shades of #878578

#878578
(135,133,120)
#7B796E
(123,121,110)
#6F6D64
(111,109,100)
#63615A
(99,97,90)
#575550
(87,85,80)
#4B4946
(75,73,70)
#3F3D3C
(63,61,60)
#333132
(51,49,50)
#272528
(39,37,40)
#1B191E
(27,25,30)
#0F0D14
(15,13,20)
#000000
(0,0,0)

Tints of #878578

#878578
(135,133,120)
#919084
(145,144,132)
#9B9B90
(155,155,144)
#A5A69C
(165,166,156)
#AFB1A8
(175,177,168)
#B9BCB4
(185,188,180)
#C3C7C0
(195,199,192)
#CDD2CC
(205,210,204)
#D7DDD8
(215,221,216)
#E1E8E4
(225,232,228)
#EBF3F0
(235,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #878578; }

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

This text font color is #878578.


Background Color

.myBgColor { background-color: #878578; }

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

This div background color is #878578.


Border color

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

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

This div border color is #878578.


Opacity

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

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

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

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

This text has shadow with #878578 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #878578 on black background.


Color preview on white background

This text has color #878578 on white background.



Black color preview on #878578 background

This text has black color on #878578 background.


White color preview on #878578 background

This text has white color on #878578 background.