COLOR #9D7B79

HEX: #9D7B79
RGB: (157,123,121)

Color info

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

RGB color model

#9D7B79 color RGB value is (157,123,121).

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

RGB channels and saturation

R 157 of 255 = 62%
G 123 of 255 = 48%
B 121 of 255 = 47%

157
123
121

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

Portions of RGB colors in percentages

R + G + B =
157 + 123 + 121 = 401 (100%)
R 157 of 401 ~ 39.15%
G 123 of 401 ~ 30.67%
B 121 of 401 ~ 30.17%

%39.15
%30.67
%30.17

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 21.66%
  • yellow value is 22.93%
  • key color value is 38.43%
CMYK:
(0,22,23,38)
C0M22Y23K38 
(0%,22%,23%,38%)
(0.00/0.22/0.23/0.38)	

CMYK percentages

%0
%21.66
%22.93
%38.43

Codes

Color #9D7B79 in popluar color models

9D7B79
RGB157123121
HSL15.52%54.51%
HSB/HSV22.93%61.57%
CMYK0.00%21.66%22.93%
38.43%

Color #9D7B79 in popluar number systems.

HEX9D7B79
Decimal157123121
Binary1001110111110111111001
Octal235173171

Shades and tints

Shades of #9D7B79

#9D7B79
(157,123,121)
#8F706E
(143,112,110)
#816563
(129,101,99)
#735A58
(115,90,88)
#654F4D
(101,79,77)
#574442
(87,68,66)
#493937
(73,57,55)
#3B2E2C
(59,46,44)
#2D2321
(45,35,33)
#1F1816
(31,24,22)
#110D0B
(17,13,11)
#000000
(0,0,0)

Tints of #9D7B79

#9D7B79
(157,123,121)
#A58785
(165,135,133)
#AD9391
(173,147,145)
#B59F9D
(181,159,157)
#BDABA9
(189,171,169)
#C5B7B5
(197,183,181)
#CDC3C1
(205,195,193)
#D5CFCD
(213,207,205)
#DDDBD9
(221,219,217)
#E5E7E5
(229,231,229)
#EDF3F1
(237,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9D7B79; }

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

This text font color is #9D7B79.


Background Color

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

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

This div background color is #9D7B79.


Border color

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

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

This div border color is #9D7B79.


Opacity

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

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

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

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

This text has shadow with #9D7B79 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9D7B79 on black background.


Color preview on white background

This text has color #9D7B79 on white background.



Black color preview on #9D7B79 background

This text has black color on #9D7B79 background.


White color preview on #9D7B79 background

This text has white color on #9D7B79 background.