COLOR #9B7972

HEX: #9B7972
RGB: (155,121,114)

Color info

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

RGB color model

#9B7972 color RGB value is (155,121,114).

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

RGB channels and saturation

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

155
121
114

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

Portions of RGB colors in percentages

R + G + B =
155 + 121 + 114 = 390 (100%)
R 155 of 390 ~ 39.74%
G 121 of 390 ~ 31.03%
B 114 of 390 ~ 29.23%

%39.74
%31.03
%29.23

CMYK color model

#9B7972 color CMYK value is (0,22,26,39).

  • cyan value is 0.00%
  • magenta value is 21.94%
  • yellow value is 26.45%
  • key color value is 39.22%
CMYK:
(0,22,26,39)
C0M22Y26K39 
(0%,22%,26%,39%)
(0.00/0.22/0.26/0.39)	

CMYK percentages

%0
%21.94
%26.45
%39.22

Codes

Color #9B7972 in popluar color models

9B7972
RGB155121114
HSL10°17.01%52.75%
HSB/HSV10°26.45%60.78%
CMYK0.00%21.94%26.45%
39.22%

Color #9B7972 in popluar number systems.

HEX9B7972
Decimal155121114
Binary1001101111110011110010
Octal233171162

Shades and tints

Shades of #9B7972

#9B7972
(155,121,114)
#8D6E68
(141,110,104)
#7F635E
(127,99,94)
#715854
(113,88,84)
#634D4A
(99,77,74)
#554240
(85,66,64)
#473736
(71,55,54)
#392C2C
(57,44,44)
#2B2122
(43,33,34)
#1D1618
(29,22,24)
#0F0B0E
(15,11,14)
#000000
(0,0,0)

Tints of #9B7972

#9B7972
(155,121,114)
#A4857E
(164,133,126)
#AD918A
(173,145,138)
#B69D96
(182,157,150)
#BFA9A2
(191,169,162)
#C8B5AE
(200,181,174)
#D1C1BA
(209,193,186)
#DACDC6
(218,205,198)
#E3D9D2
(227,217,210)
#ECE5DE
(236,229,222)
#F5F1EA
(245,241,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9B7972; }

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

This text font color is #9B7972.


Background Color

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

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

This div background color is #9B7972.


Border color

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

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

This div border color is #9B7972.


Opacity

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

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

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

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

This text has shadow with #9B7972 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9B7972 on black background.


Color preview on white background

This text has color #9B7972 on white background.



Black color preview on #9B7972 background

This text has black color on #9B7972 background.


White color preview on #9B7972 background

This text has white color on #9B7972 background.