COLOR #9D7A76

HEX: #9D7A76
RGB: (157,122,118)

Color info

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

RGB color model

#9D7A76 color RGB value is (157,122,118).

  • red value is 157;
  • green value is 122;
  • blue value is 118.
RGB:
(157,122,118)
(62%,48%,46%)

RGB channels and saturation

R 157 of 255 = 62%
G 122 of 255 = 48%
B 118 of 255 = 46%

157
122
118

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

Portions of RGB colors in percentages

R + G + B =
157 + 122 + 118 = 397 (100%)
R 157 of 397 ~ 39.55%
G 122 of 397 ~ 30.73%
B 118 of 397 ~ 29.72%

%39.55
%30.73
%29.72

CMYK color model

#9D7A76 color CMYK value is (0,22,25,38).

  • cyan value is 0.00%
  • magenta value is 22.29%
  • yellow value is 24.84%
  • key color value is 38.43%
CMYK:
(0,22,25,38)
C0M22Y25K38 
(0%,22%,25%,38%)
(0.00/0.22/0.25/0.38)	

CMYK percentages

%0
%22.29
%24.84
%38.43

Codes

Color #9D7A76 in popluar color models

9D7A76
RGB157122118
HSL16.60%53.92%
HSB/HSV24.84%61.57%
CMYK0.00%22.29%24.84%
38.43%

Color #9D7A76 in popluar number systems.

HEX9D7A76
Decimal157122118
Binary1001110111110101110110
Octal235172166

Shades and tints

Shades of #9D7A76

#9D7A76
(157,122,118)
#8F6F6C
(143,111,108)
#816462
(129,100,98)
#735958
(115,89,88)
#654E4E
(101,78,78)
#574344
(87,67,68)
#49383A
(73,56,58)
#3B2D30
(59,45,48)
#2D2226
(45,34,38)
#1F171C
(31,23,28)
#110C12
(17,12,18)
#000000
(0,0,0)

Tints of #9D7A76

#9D7A76
(157,122,118)
#A58682
(165,134,130)
#AD928E
(173,146,142)
#B59E9A
(181,158,154)
#BDAAA6
(189,170,166)
#C5B6B2
(197,182,178)
#CDC2BE
(205,194,190)
#D5CECA
(213,206,202)
#DDDAD6
(221,218,214)
#E5E6E2
(229,230,226)
#EDF2EE
(237,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9D7A76 color. Also use rgb(157,122,118) instead hex code.

Text Font Color

.myTextColor { color: #9D7A76; }

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

This text font color is #9D7A76.


Background Color

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

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

This div background color is #9D7A76.


Border color

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

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

This div border color is #9D7A76.


Opacity

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

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

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

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

This text has shadow with #9D7A76 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9D7A76 on black background.


Color preview on white background

This text has color #9D7A76 on white background.



Black color preview on #9D7A76 background

This text has black color on #9D7A76 background.


White color preview on #9D7A76 background

This text has white color on #9D7A76 background.