COLOR #875B78

HEX: #875B78
RGB: (135,91,120)

Color info

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

RGB color model

#875B78 color RGB value is (135,91,120).

  • red value is 135;
  • green value is 91;
  • blue value is 120.
RGB:
(135,91,120)
(53%,36%,47%)

RGB channels and saturation

R 135 of 255 = 53%
G 91 of 255 = 36%
B 120 of 255 = 47%

135
91
120

R + G + B ~ 45%. #875B78 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
135 + 91 + 120 = 346 (100%)
R 135 of 346 ~ 39.02%
G 91 of 346 ~ 26.3%
B 120 of 346 ~ 34.68%

%39.02
%26.3
%34.68

CMYK color model

#875B78 color CMYK value is (0,33,11,47).

  • cyan value is 0.00%
  • magenta value is 32.59%
  • yellow value is 11.11%
  • key color value is 47.06%
CMYK:
(0,33,11,47)
C0M33Y11K47 
(0%,33%,11%,47%)
(0.00/0.33/0.11/0.47)	

CMYK percentages

%0
%32.59
%11.11
%47.06

Codes

Color #875B78 in popluar color models

875B78
RGB13591120
HSL320°19.47%44.31%
HSB/HSV320°32.59%52.94%
CMYK0.00%32.59%11.11%
47.06%

Color #875B78 in popluar number systems.

HEX875B78
Decimal13591120
Binary1000011110110111111000
Octal207133170

Shades and tints

Shades of #875B78

#875B78
(135,91,120)
#7B536E
(123,83,110)
#6F4B64
(111,75,100)
#63435A
(99,67,90)
#573B50
(87,59,80)
#4B3346
(75,51,70)
#3F2B3C
(63,43,60)
#332332
(51,35,50)
#271B28
(39,27,40)
#1B131E
(27,19,30)
#0F0B14
(15,11,20)
#000000
(0,0,0)

Tints of #875B78

#875B78
(135,91,120)
#916984
(145,105,132)
#9B7790
(155,119,144)
#A5859C
(165,133,156)
#AF93A8
(175,147,168)
#B9A1B4
(185,161,180)
#C3AFC0
(195,175,192)
#CDBDCC
(205,189,204)
#D7CBD8
(215,203,216)
#E1D9E4
(225,217,228)
#EBE7F0
(235,231,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #875B78 color. Also use rgb(135,91,120) instead hex code.

Text Font Color

.myTextColor { color: #875B78; }

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

This text font color is #875B78.


Background Color

.myBgColor { background-color: #875B78; }

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

This div background color is #875B78.


Border color

.myBorderColor { border: 1px solid #875B78; }

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

This div border color is #875B78.


Opacity

.myOpacity80 { color: #875B78; opacity: 0.8; }

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

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

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

This text has shadow with #875B78 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #875B78 on black background.


Color preview on white background

This text has color #875B78 on white background.



Black color preview on #875B78 background

This text has black color on #875B78 background.


White color preview on #875B78 background

This text has white color on #875B78 background.