COLOR #9C7972

HEX: #9C7972
RGB: (156,121,114)

Color info

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

RGB color model

#9C7972 color RGB value is (156,121,114).

  • red value is 156;
  • green value is 121;
  • blue value is 114.
RGB: (156,121,114) (61%,47%,45%)

RGB channels and saturation

R 156 of 255 = 61%
G 121 of 255 = 47%
B 114 of 255 = 45%

156
121
114

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

Portions of RGB colors in percentages

R + G + B =
156 + 121 + 114 = 391 (100%)
R 156 of 391 ~ 39.9%
G 121 of 391 ~ 30.95%
B 114 of 391 ~ 29.16%

%39.9
%30.95
%29.16

CMYK color model

#9C7972 color CMYK value is (0,22,27,39).

  • cyan value is 0.00%
  • magenta value is 22.44%
  • yellow value is 26.92%
  • key color value is 38.82%
CMYK: (0,22,27,39) C0M22Y27K39 (0%,22%,27%,39%) (0.00/0.22/0.27/0.39)

CMYK percentages

%0
%22.44
%26.92
%38.82

Codes

Color #9C7972 in popluar color models

9C7972
RGB156121114
HSL10°17.50%52.94%
HSB/HSV10°26.92%61.18%
CMYK0.00%22.44%26.92%
38.82%

Color #9C7972 in popluar number systems.

HEX9C7972
Decimal156121114
Binary1001110011110011110010
Octal234171162

Shades and tints

Shades of #9C7972

#9C7972
(156,121,114)
#8E6E68
(142,110,104)
#80635E
(128,99,94)
#725854
(114,88,84)
#644D4A
(100,77,74)
#564240
(86,66,64)
#483736
(72,55,54)
#3A2C2C
(58,44,44)
#2C2122
(44,33,34)
#1E1618
(30,22,24)
#100B0E
(16,11,14)
#000000
(0,0,0)

Tints of #9C7972

#9C7972
(156,121,114)
#A5857E
(165,133,126)
#AE918A
(174,145,138)
#B79D96
(183,157,150)
#C0A9A2
(192,169,162)
#C9B5AE
(201,181,174)
#D2C1BA
(210,193,186)
#DBCDC6
(219,205,198)
#E4D9D2
(228,217,210)
#EDE5DE
(237,229,222)
#F6F1EA
(246,241,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9C7972 color. Also use rgb(156,121,114) instead hex code.

Text Font Color

.myTextColor { color: #9C7972; }

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

This text font color is #9C7972.


Background Color

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

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

This div background color is #9C7972.


Border color

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

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

This div border color is #9C7972.


Opacity

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

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

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

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

This text has shadow with #9C7972 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #9C7972 on black background.


Color preview on white background

This text has color #9C7972 on white background.



Black color preview on #9C7972 background

This text has black color on #9C7972 background.


White color preview on #9C7972 background

This text has white color on #9C7972 background.