COLOR #887F69

HEX: #887F69 RGB: (136,127,105)

Color info

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

RGB color model

#887F69 color RGB value is (136,127,105).

RGB: (136,127,105) (53%, 50%, 41%)

RGB channels and saturation

R 136 of 255 = 53%
G 127 of 255 = 50%
B 105 of 255 = 41%

136
127
105

R + G + B ~ 48%. #887F69 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 136 + 127 + 105 = 368 (100%)
R 136 of 368 ~ 36.96%
G 127 of 368 ~ 34.51%
B 105 of 368 ~ 28.53'%

%36.96
%34.51
%28.53

CMYK color model

#887F69 color CMYK value is (0,7,23,47).

  • cyan value is 0.00%
  • magenta value is 6.62%
  • yellow value is 22.79%
  • key color value is 46.67%

CMYK: (0,7,23,47)
C0M7Y23K47 (0%, 7%, 23%, 47%)
(0.00 / 0.07 / 0.23 / 0.47)

CMYK percentages

%0
%6.62
%22.79
%46.67

Codes

Color #887F69 in popluar color models

88 7F 69
RGB 136 127 105
HSL 43° 12.86% 47.25%
HSB/HSV 43° 22.79% 53.33%
CMYK 0.00% 6.62% 22.79%
46.67%

Color #887F69 in popluar number systems.

HEX 88 7F 69
Decimal 136 127 105
Binary 10001000 1111111 1101001
Octal 210 177 151

Shades and tints

Shades of #887F69

#887F69
(136,127,105)
#7C7460
(124,116,96)
#706957
(112,105,87)
#645E4E
(100,94,78)
#585345
(88,83,69)
#4C483C
(76,72,60)
#403D33
(64,61,51)
#34322A
(52,50,42)
#282721
(40,39,33)
#1C1C18
(28,28,24)
#10110F
(16,17,15)
#000000
(0,0,0)

Tints of #887F69

#887F69
(136,127,105)
#928A76
(146,138,118)
#9C9583
(156,149,131)
#A6A090
(166,160,144)
#B0AB9D
(176,171,157)
#BAB6AA
(186,182,170)
#C4C1B7
(196,193,183)
#CECCC4
(206,204,196)
#D8D7D1
(216,215,209)
#E2E2DE
(226,226,222)
#ECEDEB
(236,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #887F69 color. Also use rgb(136,127,105) instead hex code.

Text Font Color

.myTextColor { color: #887F69; }

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

This text font color is #887F69.

Background Color

.myBgColor { background-color: #887F69; }

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

This div background color is #887F69.

Border color

.myBorderColor { border: 1px solid #887F69; }

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

This div border color is #887F69.

Opacity

.myOpacity80 { color: #887F69; opacity: 0.8; }

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

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

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

This text has shadow with #887F69 color.


.textShadow {text-shadow: 3px 3px 1px #887F69', 3px 3px 1px red;}

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

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


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

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

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

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #887F69; -webkit-box-shadow: 1px 1px 3px 2px #887F69; box-shadow:1px 1px 3px 2px #887F69;">
Div content here
</div>

This div box has shadow with color #887F69.

Preview

Color preview on black background

This text has color #887F69 on black background.


Color preview on white background

This text has color #887F69 on white background.


Black color preview on #887F69 background

This text has black color on #887F69 background.


White color preview on #887F69 background

This text has white color on #887F69 background.


Related colors

Complementary color

Complementary color for #hex is #778096.


I love getcolorcode.com

Triadic colors

1 #69887F and #7F6988 with #887F69 are triadic colors.

2 #697F88 and #7F8869 with #887F69 are triadic colors.