COLOR #9C8877

HEX: #9C8877 RGB: (156,136,119)

Color info

#9C8877 contains red, green and blue colors in about the same proportion. Web safe color of #9C8877 is #999966 (or #996).

RGB color model

#9C8877 color RGB value is (156,136,119).

RGB: (156,136,119) (61%, 53%, 47%)

RGB channels and saturation

R 156 of 255 = 61%
G 136 of 255 = 53%
B 119 of 255 = 47%

156
136
119

R + G + B ~ 54%. #9C8877 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 156 + 136 + 119 = 411 (100%)
R 156 of 411 ~ 37.96%
G 136 of 411 ~ 33.09%
B 119 of 411 ~ 28.95'%

%37.96
%33.09
%28.95

CMYK color model

#9C8877 color CMYK value is (0,13,24,39).

  • cyan value is 0.00%
  • magenta value is 12.82%
  • yellow value is 23.72%
  • key color value is 38.82%

CMYK: (0,13,24,39)
C0M13Y24K39 (0%, 13%, 24%, 39%)
(0.00 / 0.13 / 0.24 / 0.39)

CMYK percentages

%0
%12.82
%23.72
%38.82

Codes

Color #9C8877 in popluar color models

9C 88 77
RGB 156 136 119
HSL 28° 15.74% 53.92%
HSB/HSV 28° 23.72% 61.18%
CMYK 0.00% 12.82% 23.72%
38.82%

Color #9C8877 in popluar number systems.

HEX 9C 88 77
Decimal 156 136 119
Binary 10011100 10001000 1110111
Octal 234 210 167

Shades and tints

Shades of #9C8877

#9C8877
(156,136,119)
#8E7C6D
(142,124,109)
#807063
(128,112,99)
#726459
(114,100,89)
#64584F
(100,88,79)
#564C45
(86,76,69)
#48403B
(72,64,59)
#3A3431
(58,52,49)
#2C2827
(44,40,39)
#1E1C1D
(30,28,29)
#101013
(16,16,19)
#000000
(0,0,0)

Tints of #9C8877

#9C8877
(156,136,119)
#A59283
(165,146,131)
#AE9C8F
(174,156,143)
#B7A69B
(183,166,155)
#C0B0A7
(192,176,167)
#C9BAB3
(201,186,179)
#D2C4BF
(210,196,191)
#DBCECB
(219,206,203)
#E4D8D7
(228,216,215)
#EDE2E3
(237,226,227)
#F6ECEF
(246,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9C8877 color. Also use rgb(156,136,119) instead hex code.

Text Font Color

.myTextColor { color: #9C8877; }

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

This text font color is #9C8877.

Background Color

.myBgColor { background-color: #9C8877; }

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

This div background color is #9C8877.

Border color

.myBorderColor { border: 1px solid #9C8877; }

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

This div border color is #9C8877.

Opacity

.myOpacity80 { color: #9C8877; opacity: 0.8; }

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

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

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

This text has shadow with #9C8877 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9C8877.

Preview

Color preview on black background

This text has color #9C8877 on black background.


Color preview on white background

This text has color #9C8877 on white background.


Black color preview on #9C8877 background

This text has black color on #9C8877 background.


White color preview on #9C8877 background

This text has white color on #9C8877 background.


Related colors

Complementary color

Complementary color for #hex is #637788.


I love getcolorcode.com

Triadic colors

1 #779C88 and #88779C with #9C8877 are triadic colors.

2 #77889C and #889C77 with #9C8877 are triadic colors.