COLOR #9D7B7A

HEX: #9D7B7A
RGB: (157,123,122)

Color info

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

RGB color model

#9D7B7A color RGB value is (157,123,122).

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

RGB channels and saturation

R 157 of 255 = 62%
G 123 of 255 = 48%
B 122 of 255 = 48%

157
123
122

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

Portions of RGB colors in percentages

R + G + B =
157 + 123 + 122 = 402 (100%)
R 157 of 402 ~ 39.05%
G 123 of 402 ~ 30.6%
B 122 of 402 ~ 30.35%

%39.05
%30.6
%30.35

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 21.66%
  • yellow value is 22.29%
  • key color value is 38.43%
CMYK:
(0,22,22,38)
C0M22Y22K38 
(0%,22%,22%,38%)
(0.00/0.22/0.22/0.38)	

CMYK percentages

%0
%21.66
%22.29
%38.43

Codes

Color #9D7B7A in popluar color models

9D7B7A
RGB157123122
HSL15.15%54.71%
HSB/HSV22.29%61.57%
CMYK0.00%21.66%22.29%
38.43%

Color #9D7B7A in popluar number systems.

HEX9D7B7A
Decimal157123122
Binary1001110111110111111010
Octal235173172

Shades and tints

Shades of #9D7B7A

#9D7B7A
(157,123,122)
#8F706F
(143,112,111)
#816564
(129,101,100)
#735A59
(115,90,89)
#654F4E
(101,79,78)
#574443
(87,68,67)
#493938
(73,57,56)
#3B2E2D
(59,46,45)
#2D2322
(45,35,34)
#1F1817
(31,24,23)
#110D0C
(17,13,12)
#000000
(0,0,0)

Tints of #9D7B7A

#9D7B7A
(157,123,122)
#A58786
(165,135,134)
#AD9392
(173,147,146)
#B59F9E
(181,159,158)
#BDABAA
(189,171,170)
#C5B7B6
(197,183,182)
#CDC3C2
(205,195,194)
#D5CFCE
(213,207,206)
#DDDBDA
(221,219,218)
#E5E7E6
(229,231,230)
#EDF3F2
(237,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9D7B7A; }

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

This text font color is #9D7B7A.


Background Color

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

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

This div background color is #9D7B7A.


Border color

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

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

This div border color is #9D7B7A.


Opacity

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

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

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

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

This text has shadow with #9D7B7A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9D7B7A on black background.


Color preview on white background

This text has color #9D7B7A on white background.



Black color preview on #9D7B7A background

This text has black color on #9D7B7A background.


White color preview on #9D7B7A background

This text has white color on #9D7B7A background.