COLOR #9B726B

HEX: #9B726B
RGB: (155,114,107)

Color info

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

RGB color model

#9B726B color RGB value is (155,114,107).

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

RGB channels and saturation

R 155 of 255 = 61%
G 114 of 255 = 45%
B 107 of 255 = 42%

155
114
107

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

Portions of RGB colors in percentages

R + G + B =
155 + 114 + 107 = 376 (100%)
R 155 of 376 ~ 41.22%
G 114 of 376 ~ 30.32%
B 107 of 376 ~ 28.46%

%41.22
%30.32
%28.46

CMYK color model

#9B726B color CMYK value is (0,26,31,39).

  • cyan value is 0.00%
  • magenta value is 26.45%
  • yellow value is 30.97%
  • key color value is 39.22%
CMYK:
(0,26,31,39)
C0M26Y31K39 
(0%,26%,31%,39%)
(0.00/0.26/0.31/0.39)	

CMYK percentages

%0
%26.45
%30.97
%39.22

Codes

Color #9B726B in popluar color models

9B726B
RGB155114107
HSL19.35%51.37%
HSB/HSV30.97%60.78%
CMYK0.00%26.45%30.97%
39.22%

Color #9B726B in popluar number systems.

HEX9B726B
Decimal155114107
Binary1001101111100101101011
Octal233162153

Shades and tints

Shades of #9B726B

#9B726B
(155,114,107)
#8D6862
(141,104,98)
#7F5E59
(127,94,89)
#715450
(113,84,80)
#634A47
(99,74,71)
#55403E
(85,64,62)
#473635
(71,54,53)
#392C2C
(57,44,44)
#2B2223
(43,34,35)
#1D181A
(29,24,26)
#0F0E11
(15,14,17)
#000000
(0,0,0)

Tints of #9B726B

#9B726B
(155,114,107)
#A47E78
(164,126,120)
#AD8A85
(173,138,133)
#B69692
(182,150,146)
#BFA29F
(191,162,159)
#C8AEAC
(200,174,172)
#D1BAB9
(209,186,185)
#DAC6C6
(218,198,198)
#E3D2D3
(227,210,211)
#ECDEE0
(236,222,224)
#F5EAED
(245,234,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9B726B; }

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

This text font color is #9B726B.


Background Color

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

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

This div background color is #9B726B.


Border color

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

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

This div border color is #9B726B.


Opacity

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

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

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

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

This text has shadow with #9B726B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9B726B on black background.


Color preview on white background

This text has color #9B726B on white background.



Black color preview on #9B726B background

This text has black color on #9B726B background.


White color preview on #9B726B background

This text has white color on #9B726B background.