COLOR #9B7272

HEX: #9B7272 RGB: (155,114,114)

Color info

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

RGB color model

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

RGB: (155,114,114) (61%, 45%, 45%)

RGB channels and saturation

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

155
114
114

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

Portions of RGB colors in percentages

R + G + B = 155 + 114 + 114 = 383 (100%)
R 155 of 383 ~ 40.47%
G 114 of 383 ~ 29.77%
B 114 of 383 ~ 29.77'%

%40.47
%29.77
%29.77

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 26.45%
  • yellow value is 26.45%
  • key color value is 39.22%

CMYK: (0,26,26,39)
C0M26Y26K39 (0%, 26%, 26%, 39%)
(0.00 / 0.26 / 0.26 / 0.39)

CMYK percentages

%0
%26.45
%26.45
%39.22

Codes

Color #9B7272 in popluar color models

9B 72 72
RGB 155 114 114
HSL 17.01% 52.75%
HSB/HSV 26.45% 60.78%
CMYK 0.00% 26.45% 26.45%
39.22%

Color #9B7272 in popluar number systems.

HEX 9B 72 72
Decimal 155 114 114
Binary 10011011 1110010 1110010
Octal 233 162 162

Shades and tints

Shades of #9B7272

#9B7272
(155,114,114)
#8D6868
(141,104,104)
#7F5E5E
(127,94,94)
#715454
(113,84,84)
#634A4A
(99,74,74)
#554040
(85,64,64)
#473636
(71,54,54)
#392C2C
(57,44,44)
#2B2222
(43,34,34)
#1D1818
(29,24,24)
#0F0E0E
(15,14,14)
#000000
(0,0,0)

Tints of #9B7272

#9B7272
(155,114,114)
#A47E7E
(164,126,126)
#AD8A8A
(173,138,138)
#B69696
(182,150,150)
#BFA2A2
(191,162,162)
#C8AEAE
(200,174,174)
#D1BABA
(209,186,186)
#DAC6C6
(218,198,198)
#E3D2D2
(227,210,210)
#ECDEDE
(236,222,222)
#F5EAEA
(245,234,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9B7272; }

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

This text font color is #9B7272.

Background Color

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

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

This div background color is #9B7272.

Border color

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

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

This div border color is #9B7272.

Opacity

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

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

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

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

This text has shadow with #9B7272 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9B7272.

Preview

Color preview on black background

This text has color #9B7272 on black background.


Color preview on white background

This text has color #9B7272 on white background.


Black color preview on #9B7272 background

This text has black color on #9B7272 background.


White color preview on #9B7272 background

This text has white color on #9B7272 background.


Related colors

Complementary color

Complementary color for #hex is #648D8D.


I love getcolorcode.com