COLOR #878778

HEX: #878778
RGB: (135,135,120)

Color info

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

RGB color model

#878778 color RGB value is (135,135,120).

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

RGB channels and saturation

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

135
135
120

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

Portions of RGB colors in percentages

R + G + B =
135 + 135 + 120 = 390 (100%)
R 135 of 390 ~ 34.62%
G 135 of 390 ~ 34.62%
B 120 of 390 ~ 30.77%

%34.62
%34.62
%30.77

CMYK color model

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

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

CMYK percentages

%0
%0
%11.11
%47.06

Codes

Color #878778 in popluar color models

878778
RGB135135120
HSL60°5.88%50.00%
HSB/HSV60°11.11%52.94%
CMYK0.00%0.00%11.11%
47.06%

Color #878778 in popluar number systems.

HEX878778
Decimal135135120
Binary10000111100001111111000
Octal207207170

Shades and tints

Shades of #878778

#878778
(135,135,120)
#7B7B6E
(123,123,110)
#6F6F64
(111,111,100)
#63635A
(99,99,90)
#575750
(87,87,80)
#4B4B46
(75,75,70)
#3F3F3C
(63,63,60)
#333332
(51,51,50)
#272728
(39,39,40)
#1B1B1E
(27,27,30)
#0F0F14
(15,15,20)
#000000
(0,0,0)

Tints of #878778

#878778
(135,135,120)
#919184
(145,145,132)
#9B9B90
(155,155,144)
#A5A59C
(165,165,156)
#AFAFA8
(175,175,168)
#B9B9B4
(185,185,180)
#C3C3C0
(195,195,192)
#CDCDCC
(205,205,204)
#D7D7D8
(215,215,216)
#E1E1E4
(225,225,228)
#EBEBF0
(235,235,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #878778; }

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

This text font color is #878778.


Background Color

.myBgColor { background-color: #878778; }

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

This div background color is #878778.


Border color

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

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

This div border color is #878778.


Opacity

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

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

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

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

This text has shadow with #878778 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #878778 on black background.


Color preview on white background

This text has color #878778 on white background.



Black color preview on #878778 background

This text has black color on #878778 background.


White color preview on #878778 background

This text has white color on #878778 background.