COLOR #9D7F72

HEX: #9D7F72
RGB: (157,127,114)

Color info

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

RGB color model

#9D7F72 color RGB value is (157,127,114).

  • red value is 157;
  • green value is 127;
  • blue value is 114.
RGB:
(157,127,114)
(62%,50%,45%)

RGB channels and saturation

R 157 of 255 = 62%
G 127 of 255 = 50%
B 114 of 255 = 45%

157
127
114

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

Portions of RGB colors in percentages

R + G + B =
157 + 127 + 114 = 398 (100%)
R 157 of 398 ~ 39.45%
G 127 of 398 ~ 31.91%
B 114 of 398 ~ 28.64%

%39.45
%31.91
%28.64

CMYK color model

#9D7F72 color CMYK value is (0,19,27,38).

  • cyan value is 0.00%
  • magenta value is 19.11%
  • yellow value is 27.39%
  • key color value is 38.43%
CMYK:
(0,19,27,38)
C0M19Y27K38 
(0%,19%,27%,38%)
(0.00/0.19/0.27/0.38)	

CMYK percentages

%0
%19.11
%27.39
%38.43

Codes

Color #9D7F72 in popluar color models

9D7F72
RGB157127114
HSL18°17.99%53.14%
HSB/HSV18°27.39%61.57%
CMYK0.00%19.11%27.39%
38.43%

Color #9D7F72 in popluar number systems.

HEX9D7F72
Decimal157127114
Binary1001110111111111110010
Octal235177162

Shades and tints

Shades of #9D7F72

#9D7F72
(157,127,114)
#8F7468
(143,116,104)
#81695E
(129,105,94)
#735E54
(115,94,84)
#65534A
(101,83,74)
#574840
(87,72,64)
#493D36
(73,61,54)
#3B322C
(59,50,44)
#2D2722
(45,39,34)
#1F1C18
(31,28,24)
#11110E
(17,17,14)
#000000
(0,0,0)

Tints of #9D7F72

#9D7F72
(157,127,114)
#A58A7E
(165,138,126)
#AD958A
(173,149,138)
#B5A096
(181,160,150)
#BDABA2
(189,171,162)
#C5B6AE
(197,182,174)
#CDC1BA
(205,193,186)
#D5CCC6
(213,204,198)
#DDD7D2
(221,215,210)
#E5E2DE
(229,226,222)
#EDEDEA
(237,237,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9D7F72; }

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

This text font color is #9D7F72.


Background Color

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

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

This div background color is #9D7F72.


Border color

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

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

This div border color is #9D7F72.


Opacity

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

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

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

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

This text has shadow with #9D7F72 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9D7F72 on black background.


Color preview on white background

This text has color #9D7F72 on white background.



Black color preview on #9D7F72 background

This text has black color on #9D7F72 background.


White color preview on #9D7F72 background

This text has white color on #9D7F72 background.