COLOR #878081

HEX: #878081 RGB: (135,128,129)

Color info

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

RGB color model

#878081 color RGB value is (135,128,129).

RGB: (135,128,129) (53%, 50%, 51%)

RGB channels and saturation

R 135 of 255 = 53%
G 128 of 255 = 50%
B 129 of 255 = 51%

135
128
129

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

Portions of RGB colors in percentages

R + G + B = 135 + 128 + 129 = 392 (100%)
R 135 of 392 ~ 34.44%
G 128 of 392 ~ 32.65%
B 129 of 392 ~ 32.91'%

%34.44
%32.65
%32.91

CMYK color model

#878081 color CMYK value is (0,5,4,47).

  • cyan value is 0.00%
  • magenta value is 5.19%
  • yellow value is 4.44%
  • key color value is 47.06%

CMYK: (0,5,4,47)
C0M5Y4K47 (0%, 5%, 4%, 47%)
(0.00 / 0.05 / 0.04 / 0.47)

CMYK percentages

%0
%5.19
%4.44
%47.06

Codes

Color #878081 in popluar color models

87 80 81
RGB 135 128 129
HSL 351° 2.83% 51.57%
HSB/HSV 351° 5.19% 52.94%
CMYK 0.00% 5.19% 4.44%
47.06%

Color #878081 in popluar number systems.

HEX 87 80 81
Decimal 135 128 129
Binary 10000111 10000000 10000001
Octal 207 200 201

Shades and tints

Shades of #878081

#878081
(135,128,129)
#7B7576
(123,117,118)
#6F6A6B
(111,106,107)
#635F60
(99,95,96)
#575455
(87,84,85)
#4B494A
(75,73,74)
#3F3E3F
(63,62,63)
#333334
(51,51,52)
#272829
(39,40,41)
#1B1D1E
(27,29,30)
#0F1213
(15,18,19)
#000000
(0,0,0)

Tints of #878081

#878081
(135,128,129)
#918B8C
(145,139,140)
#9B9697
(155,150,151)
#A5A1A2
(165,161,162)
#AFACAD
(175,172,173)
#B9B7B8
(185,183,184)
#C3C2C3
(195,194,195)
#CDCDCE
(205,205,206)
#D7D8D9
(215,216,217)
#E1E3E4
(225,227,228)
#EBEEEF
(235,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #878081; }

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

This text font color is #878081.

Background Color

.myBgColor { background-color: #878081; }

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

This div background color is #878081.

Border color

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

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

This div border color is #878081.

Opacity

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

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

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

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

This text has shadow with #878081 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #878081.

Preview

Color preview on black background

This text has color #878081 on black background.


Color preview on white background

This text has color #878081 on white background.


Black color preview on #878081 background

This text has black color on #878081 background.


White color preview on #878081 background

This text has white color on #878081 background.


Related colors

Complementary color

Complementary color for #hex is #787F7E.


I love getcolorcode.com

Triadic colors

1 #818780 and #808187 with #878081 are triadic colors.

2 #818087 and #808781 with #878081 are triadic colors.