COLOR #877580

HEX: #877580
RGB: (135,117,128)

Color info

#877580 contains red, green and blue colors in about the same proportion. Web safe color of #877580 is #996666 (or #966).

RGB color model

#877580 color RGB value is (135,117,128).

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

RGB channels and saturation

R 135 of 255 = 53%
G 117 of 255 = 46%
B 128 of 255 = 50%

135
117
128

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

Portions of RGB colors in percentages

R + G + B =
135 + 117 + 128 = 380 (100%)
R 135 of 380 ~ 35.53%
G 117 of 380 ~ 30.79%
B 128 of 380 ~ 33.68%

%35.53
%30.79
%33.68

CMYK color model

#877580 color CMYK value is (0,13,5,47).

  • cyan value is 0.00%
  • magenta value is 13.33%
  • yellow value is 5.19%
  • key color value is 47.06%
CMYK:
(0,13,5,47)
C0M13Y5K47 
(0%,13%,5%,47%)
(0.00/0.13/0.05/0.47)	

CMYK percentages

%0
%13.33
%5.19
%47.06

Codes

Color #877580 in popluar color models

877580
RGB135117128
HSL323°7.14%49.41%
HSB/HSV323°13.33%52.94%
CMYK0.00%13.33%5.19%
47.06%

Color #877580 in popluar number systems.

HEX877580
Decimal135117128
Binary10000111111010110000000
Octal207165200

Shades and tints

Shades of #877580

#877580
(135,117,128)
#7B6B75
(123,107,117)
#6F616A
(111,97,106)
#63575F
(99,87,95)
#574D54
(87,77,84)
#4B4349
(75,67,73)
#3F393E
(63,57,62)
#332F33
(51,47,51)
#272528
(39,37,40)
#1B1B1D
(27,27,29)
#0F1112
(15,17,18)
#000000
(0,0,0)

Tints of #877580

#877580
(135,117,128)
#91818B
(145,129,139)
#9B8D96
(155,141,150)
#A599A1
(165,153,161)
#AFA5AC
(175,165,172)
#B9B1B7
(185,177,183)
#C3BDC2
(195,189,194)
#CDC9CD
(205,201,205)
#D7D5D8
(215,213,216)
#E1E1E3
(225,225,227)
#EBEDEE
(235,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #877580; }

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

This text font color is #877580.


Background Color

.myBgColor { background-color: #877580; }

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

This div background color is #877580.


Border color

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

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

This div border color is #877580.


Opacity

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

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

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

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

This text has shadow with #877580 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #877580 on black background.


Color preview on white background

This text has color #877580 on white background.



Black color preview on #877580 background

This text has black color on #877580 background.


White color preview on #877580 background

This text has white color on #877580 background.