COLOR #878085

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

Color info

#878085 contains red, green and blue colors in about the same proportion. Web safe color of #878085 is #996699 (or #969).

RGB color model

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

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

RGB channels and saturation

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

135
128
133

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

Portions of RGB colors in percentages

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

%34.09
%32.32
%33.59

CMYK color model

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

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

CMYK percentages

%0
%5.19
%1.48
%47.06

Codes

Color #878085 in popluar color models

878085
RGB135128133
HSL317°2.83%51.57%
HSB/HSV317°5.19%52.94%
CMYK0.00%5.19%1.48%
47.06%

Color #878085 in popluar number systems.

HEX878085
Decimal135128133
Binary100001111000000010000101
Octal207200205

Shades and tints

Shades of #878085

#878085
(135,128,133)
#7B7579
(123,117,121)
#6F6A6D
(111,106,109)
#635F61
(99,95,97)
#575455
(87,84,85)
#4B4949
(75,73,73)
#3F3E3D
(63,62,61)
#333331
(51,51,49)
#272825
(39,40,37)
#1B1D19
(27,29,25)
#0F120D
(15,18,13)
#000000
(0,0,0)

Tints of #878085

#878085
(135,128,133)
#918B90
(145,139,144)
#9B969B
(155,150,155)
#A5A1A6
(165,161,166)
#AFACB1
(175,172,177)
#B9B7BC
(185,183,188)
#C3C2C7
(195,194,199)
#CDCDD2
(205,205,210)
#D7D8DD
(215,216,221)
#E1E3E8
(225,227,232)
#EBEEF3
(235,238,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #878085; }

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

This text font color is #878085.


Background Color

.myBgColor { background-color: #878085; }

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

This div background color is #878085.


Border color

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

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

This div border color is #878085.


Opacity

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

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

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

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

This text has shadow with #878085 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #878085 on black background.


Color preview on white background

This text has color #878085 on white background.



Black color preview on #878085 background

This text has black color on #878085 background.


White color preview on #878085 background

This text has white color on #878085 background.