COLOR #9C7472

HEX: #9C7472 RGB: (156,116,114)

Color info

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

RGB color model

#9C7472 color RGB value is (156,116,114).

RGB: (156,116,114) (61%, 45%, 45%)

RGB channels and saturation

R 156 of 255 = 61%
G 116 of 255 = 45%
B 114 of 255 = 45%

156
116
114

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

Portions of RGB colors in percentages

R + G + B = 156 + 116 + 114 = 386 (100%)
R 156 of 386 ~ 40.41%
G 116 of 386 ~ 30.05%
B 114 of 386 ~ 29.53'%

%40.41
%30.05
%29.53

CMYK color model

#9C7472 color CMYK value is (0,26,27,39).

  • cyan value is 0.00%
  • magenta value is 25.64%
  • yellow value is 26.92%
  • key color value is 38.82%

CMYK: (0,26,27,39)
C0M26Y27K39 (0%, 26%, 27%, 39%)
(0.00 / 0.26 / 0.27 / 0.39)

CMYK percentages

%0
%25.64
%26.92
%38.82

Codes

Color #9C7472 in popluar color models

9C 74 72
RGB 156 116 114
HSL 17.50% 52.94%
HSB/HSV 26.92% 61.18%
CMYK 0.00% 25.64% 26.92%
38.82%

Color #9C7472 in popluar number systems.

HEX 9C 74 72
Decimal 156 116 114
Binary 10011100 1110100 1110010
Octal 234 164 162

Shades and tints

Shades of #9C7472

#9C7472
(156,116,114)
#8E6A68
(142,106,104)
#80605E
(128,96,94)
#725654
(114,86,84)
#644C4A
(100,76,74)
#564240
(86,66,64)
#483836
(72,56,54)
#3A2E2C
(58,46,44)
#2C2422
(44,36,34)
#1E1A18
(30,26,24)
#10100E
(16,16,14)
#000000
(0,0,0)

Tints of #9C7472

#9C7472
(156,116,114)
#A5807E
(165,128,126)
#AE8C8A
(174,140,138)
#B79896
(183,152,150)
#C0A4A2
(192,164,162)
#C9B0AE
(201,176,174)
#D2BCBA
(210,188,186)
#DBC8C6
(219,200,198)
#E4D4D2
(228,212,210)
#EDE0DE
(237,224,222)
#F6ECEA
(246,236,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9C7472; }

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

This text font color is #9C7472.

Background Color

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

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

This div background color is #9C7472.

Border color

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

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

This div border color is #9C7472.

Opacity

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

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

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

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

This text has shadow with #9C7472 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9C7472.

Preview

Color preview on black background

This text has color #9C7472 on black background.


Color preview on white background

This text has color #9C7472 on white background.


Black color preview on #9C7472 background

This text has black color on #9C7472 background.


White color preview on #9C7472 background

This text has white color on #9C7472 background.


Related colors

Complementary color

Complementary color for #hex is #638B8D.


I love getcolorcode.com

Triadic colors

1 #729C74 and #74729C with #9C7472 are triadic colors.

2 #72749C and #749C72 with #9C7472 are triadic colors.