COLOR #875175

HEX: #875175
RGB: (135,81,117)

Color info

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

RGB color model

#875175 color RGB value is (135,81,117).

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

RGB channels and saturation

R 135 of 255 = 53%
G 81 of 255 = 32%
B 117 of 255 = 46%

135
81
117

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

Portions of RGB colors in percentages

R + G + B =
135 + 81 + 117 = 333 (100%)
R 135 of 333 ~ 40.54%
G 81 of 333 ~ 24.32%
B 117 of 333 ~ 35.14%

%40.54
%24.32
%35.14

CMYK color model

#875175 color CMYK value is (0,40,13,47).

  • cyan value is 0.00%
  • magenta value is 40.00%
  • yellow value is 13.33%
  • key color value is 47.06%
CMYK:
(0,40,13,47)
C0M40Y13K47 
(0%,40%,13%,47%)
(0.00/0.40/0.13/0.47)	

CMYK percentages

%0
%40
%13.33
%47.06

Codes

Color #875175 in popluar color models

875175
RGB13581117
HSL320°25.00%42.35%
HSB/HSV320°40.00%52.94%
CMYK0.00%40.00%13.33%
47.06%

Color #875175 in popluar number systems.

HEX875175
Decimal13581117
Binary1000011110100011110101
Octal207121165

Shades and tints

Shades of #875175

#875175
(135,81,117)
#7B4A6B
(123,74,107)
#6F4361
(111,67,97)
#633C57
(99,60,87)
#57354D
(87,53,77)
#4B2E43
(75,46,67)
#3F2739
(63,39,57)
#33202F
(51,32,47)
#271925
(39,25,37)
#1B121B
(27,18,27)
#0F0B11
(15,11,17)
#000000
(0,0,0)

Tints of #875175

#875175
(135,81,117)
#916081
(145,96,129)
#9B6F8D
(155,111,141)
#A57E99
(165,126,153)
#AF8DA5
(175,141,165)
#B99CB1
(185,156,177)
#C3ABBD
(195,171,189)
#CDBAC9
(205,186,201)
#D7C9D5
(215,201,213)
#E1D8E1
(225,216,225)
#EBE7ED
(235,231,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #875175; }

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

This text font color is #875175.


Background Color

.myBgColor { background-color: #875175; }

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

This div background color is #875175.


Border color

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

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

This div border color is #875175.


Opacity

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

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

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

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

This text has shadow with #875175 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #875175 on black background.


Color preview on white background

This text has color #875175 on white background.



Black color preview on #875175 background

This text has black color on #875175 background.


White color preview on #875175 background

This text has white color on #875175 background.