COLOR #875775

HEX: #875775
RGB: (135,87,117)

Color info

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

RGB color model

#875775 color RGB value is (135,87,117).

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

RGB channels and saturation

R 135 of 255 = 53%
G 87 of 255 = 34%
B 117 of 255 = 46%

135
87
117

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

Portions of RGB colors in percentages

R + G + B =
135 + 87 + 117 = 339 (100%)
R 135 of 339 ~ 39.82%
G 87 of 339 ~ 25.66%
B 117 of 339 ~ 34.51%

%39.82
%25.66
%34.51

CMYK color model

#875775 color CMYK value is (0,36,13,47).

  • cyan value is 0.00%
  • magenta value is 35.56%
  • yellow value is 13.33%
  • key color value is 47.06%
CMYK:
(0,36,13,47)
C0M36Y13K47 
(0%,36%,13%,47%)
(0.00/0.36/0.13/0.47)	

CMYK percentages

%0
%35.56
%13.33
%47.06

Codes

Color #875775 in popluar color models

875775
RGB13587117
HSL323°21.62%43.53%
HSB/HSV323°35.56%52.94%
CMYK0.00%35.56%13.33%
47.06%

Color #875775 in popluar number systems.

HEX875775
Decimal13587117
Binary1000011110101111110101
Octal207127165

Shades and tints

Shades of #875775

#875775
(135,87,117)
#7B506B
(123,80,107)
#6F4961
(111,73,97)
#634257
(99,66,87)
#573B4D
(87,59,77)
#4B3443
(75,52,67)
#3F2D39
(63,45,57)
#33262F
(51,38,47)
#271F25
(39,31,37)
#1B181B
(27,24,27)
#0F1111
(15,17,17)
#000000
(0,0,0)

Tints of #875775

#875775
(135,87,117)
#916681
(145,102,129)
#9B758D
(155,117,141)
#A58499
(165,132,153)
#AF93A5
(175,147,165)
#B9A2B1
(185,162,177)
#C3B1BD
(195,177,189)
#CDC0C9
(205,192,201)
#D7CFD5
(215,207,213)
#E1DEE1
(225,222,225)
#EBEDED
(235,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #875775; }

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

This text font color is #875775.


Background Color

.myBgColor { background-color: #875775; }

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

This div background color is #875775.


Border color

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

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

This div border color is #875775.


Opacity

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

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

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

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

This text has shadow with #875775 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #875775 on black background.


Color preview on white background

This text has color #875775 on white background.



Black color preview on #875775 background

This text has black color on #875775 background.


White color preview on #875775 background

This text has white color on #875775 background.