COLOR #9B7C71

HEX: #9B7C71
RGB: (155,124,113)

Color info

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

RGB color model

#9B7C71 color RGB value is (155,124,113).

  • red value is 155;
  • green value is 124;
  • blue value is 113.
RGB:
(155,124,113)
(61%,49%,44%)

RGB channels and saturation

R 155 of 255 = 61%
G 124 of 255 = 49%
B 113 of 255 = 44%

155
124
113

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

Portions of RGB colors in percentages

R + G + B =
155 + 124 + 113 = 392 (100%)
R 155 of 392 ~ 39.54%
G 124 of 392 ~ 31.63%
B 113 of 392 ~ 28.83%

%39.54
%31.63
%28.83

CMYK color model

#9B7C71 color CMYK value is (0,20,27,39).

  • cyan value is 0.00%
  • magenta value is 20.00%
  • yellow value is 27.10%
  • key color value is 39.22%
CMYK:
(0,20,27,39)
C0M20Y27K39 
(0%,20%,27%,39%)
(0.00/0.20/0.27/0.39)	

CMYK percentages

%0
%20
%27.1
%39.22

Codes

Color #9B7C71 in popluar color models

9B7C71
RGB155124113
HSL16°17.36%52.55%
HSB/HSV16°27.10%60.78%
CMYK0.00%20.00%27.10%
39.22%

Color #9B7C71 in popluar number systems.

HEX9B7C71
Decimal155124113
Binary1001101111111001110001
Octal233174161

Shades and tints

Shades of #9B7C71

#9B7C71
(155,124,113)
#8D7167
(141,113,103)
#7F665D
(127,102,93)
#715B53
(113,91,83)
#635049
(99,80,73)
#55453F
(85,69,63)
#473A35
(71,58,53)
#392F2B
(57,47,43)
#2B2421
(43,36,33)
#1D1917
(29,25,23)
#0F0E0D
(15,14,13)
#000000
(0,0,0)

Tints of #9B7C71

#9B7C71
(155,124,113)
#A4877D
(164,135,125)
#AD9289
(173,146,137)
#B69D95
(182,157,149)
#BFA8A1
(191,168,161)
#C8B3AD
(200,179,173)
#D1BEB9
(209,190,185)
#DAC9C5
(218,201,197)
#E3D4D1
(227,212,209)
#ECDFDD
(236,223,221)
#F5EAE9
(245,234,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9B7C71 color. Also use rgb(155,124,113) instead hex code.

Text Font Color

.myTextColor { color: #9B7C71; }

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

This text font color is #9B7C71.


Background Color

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

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

This div background color is #9B7C71.


Border color

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

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

This div border color is #9B7C71.


Opacity

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

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

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

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

This text has shadow with #9B7C71 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9B7C71 on black background.


Color preview on white background

This text has color #9B7C71 on white background.



Black color preview on #9B7C71 background

This text has black color on #9B7C71 background.


White color preview on #9B7C71 background

This text has white color on #9B7C71 background.