COLOR #878091

HEX: #878091 RGB: (135,128,145)

Color info

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

RGB color model

#878091 color RGB value is (135,128,145).

RGB: (135,128,145) (53%, 50%, 57%)

RGB channels and saturation

R 135 of 255 = 53%
G 128 of 255 = 50%
B 145 of 255 = 57%

135
128
145

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

Portions of RGB colors in percentages

R + G + B = 135 + 128 + 145 = 408 (100%)
R 135 of 408 ~ 33.09%
G 128 of 408 ~ 31.37%
B 145 of 408 ~ 35.54'%

%33.09
%31.37
%35.54

CMYK color model

#878091 color CMYK value is (7,12,0,43).

  • cyan value is 6.90%
  • magenta value is 11.72%
  • yellow value is 0.00%
  • key color value is 43.14%

CMYK: (7,12,0,43)
C7M12Y0K43 (7%, 12%, 0%, 43%)
(0.07 / 0.12 / 0.00 / 0.43)

CMYK percentages

%6.9
%11.72
%0
%43.14

Codes

Color #878091 in popluar color models

87 80 91
RGB 135 128 145
HSL 265° 7.17% 53.53%
HSB/HSV 265° 11.72% 56.86%
CMYK 6.90% 11.72% 0.00%
43.14%

Color #878091 in popluar number systems.

HEX 87 80 91
Decimal 135 128 145
Binary 10000111 10000000 10010001
Octal 207 200 221

Shades and tints

Shades of #878091

#878091
(135,128,145)
#7B7584
(123,117,132)
#6F6A77
(111,106,119)
#635F6A
(99,95,106)
#57545D
(87,84,93)
#4B4950
(75,73,80)
#3F3E43
(63,62,67)
#333336
(51,51,54)
#272829
(39,40,41)
#1B1D1C
(27,29,28)
#0F120F
(15,18,15)
#000000
(0,0,0)

Tints of #878091

#878091
(135,128,145)
#918B9B
(145,139,155)
#9B96A5
(155,150,165)
#A5A1AF
(165,161,175)
#AFACB9
(175,172,185)
#B9B7C3
(185,183,195)
#C3C2CD
(195,194,205)
#CDCDD7
(205,205,215)
#D7D8E1
(215,216,225)
#E1E3EB
(225,227,235)
#EBEEF5
(235,238,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #878091; }

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

This text font color is #878091.

Background Color

.myBgColor { background-color: #878091; }

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

This div background color is #878091.

Border color

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

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

This div border color is #878091.

Opacity

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

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

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

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

This text has shadow with #878091 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #878091.

Preview

Color preview on black background

This text has color #878091 on black background.


Color preview on white background

This text has color #878091 on white background.


Black color preview on #878091 background

This text has black color on #878091 background.


White color preview on #878091 background

This text has white color on #878091 background.


Related colors

Complementary color

Complementary color for #hex is #787F6E.


I love getcolorcode.com

Triadic colors

1 #918780 and #809187 with #878091 are triadic colors.

2 #918087 and #808791 with #878091 are triadic colors.