COLOR #887A42

HEX: #887A42 RGB: (136,122,66)

Color info

#887A42 contains mainly red and green colors. Web safe color of #887A42 is #996633 (or #963).

RGB color model

#887A42 color RGB value is (136,122,66).

RGB: (136,122,66) (53%, 48%, 26%)

RGB channels and saturation

R 136 of 255 = 53%
G 122 of 255 = 48%
B 66 of 255 = 26%

136
122
66

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

Portions of RGB colors in percentages

R + G + B = 136 + 122 + 66 = 324 (100%)
R 136 of 324 ~ 41.98%
G 122 of 324 ~ 37.65%
B 66 of 324 ~ 20.37'%

%41.98
%37.65
%20.37

CMYK color model

#887A42 color CMYK value is (0,10,51,47).

  • cyan value is 0.00%
  • magenta value is 10.29%
  • yellow value is 51.47%
  • key color value is 46.67%

CMYK: (0,10,51,47)
C0M10Y51K47 (0%, 10%, 51%, 47%)
(0.00 / 0.10 / 0.51 / 0.47)

CMYK percentages

%0
%10.29
%51.47
%46.67

Codes

Color #887A42 in popluar color models

88 7A 42
RGB 136 122 66
HSL 48° 34.65% 39.61%
HSB/HSV 48° 51.47% 53.33%
CMYK 0.00% 10.29% 51.47%
46.67%

Color #887A42 in popluar number systems.

HEX 88 7A 42
Decimal 136 122 66
Binary 10001000 1111010 1000010
Octal 210 172 102

Shades and tints

Shades of #887A42

#887A42
(136,122,66)
#7C6F3C
(124,111,60)
#706436
(112,100,54)
#645930
(100,89,48)
#584E2A
(88,78,42)
#4C4324
(76,67,36)
#40381E
(64,56,30)
#342D18
(52,45,24)
#282212
(40,34,18)
#1C170C
(28,23,12)
#100C06
(16,12,6)
#000000
(0,0,0)

Tints of #887A42

#887A42
(136,122,66)
#928653
(146,134,83)
#9C9264
(156,146,100)
#A69E75
(166,158,117)
#B0AA86
(176,170,134)
#BAB697
(186,182,151)
#C4C2A8
(196,194,168)
#CECEB9
(206,206,185)
#D8DACA
(216,218,202)
#E2E6DB
(226,230,219)
#ECF2EC
(236,242,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #887A42 color. Also use rgb(136,122,66) instead hex code.

Text Font Color

.myTextColor { color: #887A42; }

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

This text font color is #887A42.

Background Color

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

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

This div background color is #887A42.

Border color

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

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

This div border color is #887A42.

Opacity

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

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

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

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

This text has shadow with #887A42 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #887A42.

Preview

Color preview on black background

This text has color #887A42 on black background.


Color preview on white background

This text has color #887A42 on white background.


Black color preview on #887A42 background

This text has black color on #887A42 background.


White color preview on #887A42 background

This text has white color on #887A42 background.


Related colors

Complementary color

Complementary color for #hex is #7785BD.


I love getcolorcode.com

Triadic colors

1 #42887A and #7A4288 with #887A42 are triadic colors.

2 #427A88 and #7A8842 with #887A42 are triadic colors.