COLOR #878580

HEX: #878580 RGB: (135,133,128)

Color info

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

RGB color model

#878580 color RGB value is (135,133,128).

RGB: (135,133,128) (53%, 52%, 50%)

RGB channels and saturation

R 135 of 255 = 53%
G 133 of 255 = 52%
B 128 of 255 = 50%

135
133
128

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

Portions of RGB colors in percentages

R + G + B = 135 + 133 + 128 = 396 (100%)
R 135 of 396 ~ 34.09%
G 133 of 396 ~ 33.59%
B 128 of 396 ~ 32.32'%

%34.09
%33.59
%32.32

CMYK color model

#878580 color CMYK value is (0,1,5,47).

  • cyan value is 0.00%
  • magenta value is 1.48%
  • yellow value is 5.19%
  • key color value is 47.06%
CMYK: (0,1,5,47) C0M1Y5K47 (0%,1%,5%,47%) (0.00/0.01/0.05/0.47) 

CMYK percentages

%0
%1.48
%5.19
%47.06

Codes

Color #878580 in popluar color models

87 85 80
RGB 135 133 128
HSL 43° 2.83% 51.57%
HSB/HSV 43° 5.19% 52.94%
CMYK 0.00% 1.48% 5.19%
47.06%

Color #878580 in popluar number systems.

HEX 87 85 80
Decimal 135 133 128
Binary 10000111 10000101 10000000
Octal 207 205 200

Shades and tints

Shades of #878580

#878580
(135,133,128)
#7B7975
(123,121,117)
#6F6D6A
(111,109,106)
#63615F
(99,97,95)
#575554
(87,85,84)
#4B4949
(75,73,73)
#3F3D3E
(63,61,62)
#333133
(51,49,51)
#272528
(39,37,40)
#1B191D
(27,25,29)
#0F0D12
(15,13,18)
#000000
(0,0,0)

Tints of #878580

#878580
(135,133,128)
#91908B
(145,144,139)
#9B9B96
(155,155,150)
#A5A6A1
(165,166,161)
#AFB1AC
(175,177,172)
#B9BCB7
(185,188,183)
#C3C7C2
(195,199,194)
#CDD2CD
(205,210,205)
#D7DDD8
(215,221,216)
#E1E8E3
(225,232,227)
#EBF3EE
(235,243,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #878580; }

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

This text font color is #878580.

Background Color

.myBgColor { background-color: #878580; }

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

This div background color is #878580.

Border color

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

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

This div border color is #878580.

Opacity

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

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

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

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

This text has shadow with #878580 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #878580.

Preview

Color preview on black background

This text has color #878580 on black background.


Color preview on white background

This text has color #878580 on white background.


Black color preview on #878580 background

This text has black color on #878580 background.


White color preview on #878580 background

This text has white color on #878580 background.


Related colors

Complementary color

Complementary color for #hex is #787A7F.


I love getcolorcode.com

Triadic colors

1 #808785 and #858087 with #878580 are triadic colors.

2 #808587 and #858780 with #878580 are triadic colors.