COLOR #877271

HEX: #877271
RGB: (135,114,113)

Color info

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

RGB color model

#877271 color RGB value is (135,114,113).

  • red value is 135;
  • green value is 114;
  • blue value is 113.
RGB:
(135,114,113)
(53%,45%,44%)

RGB channels and saturation

R 135 of 255 = 53%
G 114 of 255 = 45%
B 113 of 255 = 44%

135
114
113

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

Portions of RGB colors in percentages

R + G + B =
135 + 114 + 113 = 362 (100%)
R 135 of 362 ~ 37.29%
G 114 of 362 ~ 31.49%
B 113 of 362 ~ 31.22%

%37.29
%31.49
%31.22

CMYK color model

#877271 color CMYK value is (0,16,16,47).

  • cyan value is 0.00%
  • magenta value is 15.56%
  • yellow value is 16.30%
  • key color value is 47.06%
CMYK:
(0,16,16,47)
C0M16Y16K47 
(0%,16%,16%,47%)
(0.00/0.16/0.16/0.47)	

CMYK percentages

%0
%15.56
%16.3
%47.06

Codes

Color #877271 in popluar color models

877271
RGB135114113
HSL8.87%48.63%
HSB/HSV16.30%52.94%
CMYK0.00%15.56%16.30%
47.06%

Color #877271 in popluar number systems.

HEX877271
Decimal135114113
Binary1000011111100101110001
Octal207162161

Shades and tints

Shades of #877271

#877271
(135,114,113)
#7B6867
(123,104,103)
#6F5E5D
(111,94,93)
#635453
(99,84,83)
#574A49
(87,74,73)
#4B403F
(75,64,63)
#3F3635
(63,54,53)
#332C2B
(51,44,43)
#272221
(39,34,33)
#1B1817
(27,24,23)
#0F0E0D
(15,14,13)
#000000
(0,0,0)

Tints of #877271

#877271
(135,114,113)
#917E7D
(145,126,125)
#9B8A89
(155,138,137)
#A59695
(165,150,149)
#AFA2A1
(175,162,161)
#B9AEAD
(185,174,173)
#C3BAB9
(195,186,185)
#CDC6C5
(205,198,197)
#D7D2D1
(215,210,209)
#E1DEDD
(225,222,221)
#EBEAE9
(235,234,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #877271 color. Also use rgb(135,114,113) instead hex code.

Text Font Color

.myTextColor { color: #877271; }

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

This text font color is #877271.


Background Color

.myBgColor { background-color: #877271; }

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

This div background color is #877271.


Border color

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

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

This div border color is #877271.


Opacity

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

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

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

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

This text has shadow with #877271 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #877271 on black background.


Color preview on white background

This text has color #877271 on white background.



Black color preview on #877271 background

This text has black color on #877271 background.


White color preview on #877271 background

This text has white color on #877271 background.