COLOR #9D787A

HEX: #9D787A
RGB: (157,120,122)

Color info

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

RGB color model

#9D787A color RGB value is (157,120,122).

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

RGB channels and saturation

R 157 of 255 = 62%
G 120 of 255 = 47%
B 122 of 255 = 48%

157
120
122

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

Portions of RGB colors in percentages

R + G + B =
157 + 120 + 122 = 399 (100%)
R 157 of 399 ~ 39.35%
G 120 of 399 ~ 30.08%
B 122 of 399 ~ 30.58%

%39.35
%30.08
%30.58

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 23.57%
  • yellow value is 22.29%
  • key color value is 38.43%
CMYK:
(0,24,22,38)
C0M24Y22K38 
(0%,24%,22%,38%)
(0.00/0.24/0.22/0.38)	

CMYK percentages

%0
%23.57
%22.29
%38.43

Codes

Color #9D787A in popluar color models

9D787A
RGB157120122
HSL357°15.88%54.31%
HSB/HSV357°23.57%61.57%
CMYK0.00%23.57%22.29%
38.43%

Color #9D787A in popluar number systems.

HEX9D787A
Decimal157120122
Binary1001110111110001111010
Octal235170172

Shades and tints

Shades of #9D787A

#9D787A
(157,120,122)
#8F6E6F
(143,110,111)
#816464
(129,100,100)
#735A59
(115,90,89)
#65504E
(101,80,78)
#574643
(87,70,67)
#493C38
(73,60,56)
#3B322D
(59,50,45)
#2D2822
(45,40,34)
#1F1E17
(31,30,23)
#11140C
(17,20,12)
#000000
(0,0,0)

Tints of #9D787A

#9D787A
(157,120,122)
#A58486
(165,132,134)
#AD9092
(173,144,146)
#B59C9E
(181,156,158)
#BDA8AA
(189,168,170)
#C5B4B6
(197,180,182)
#CDC0C2
(205,192,194)
#D5CCCE
(213,204,206)
#DDD8DA
(221,216,218)
#E5E4E6
(229,228,230)
#EDF0F2
(237,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9D787A; }

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

This text font color is #9D787A.


Background Color

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

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

This div background color is #9D787A.


Border color

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

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

This div border color is #9D787A.


Opacity

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

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

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

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

This text has shadow with #9D787A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9D787A on black background.


Color preview on white background

This text has color #9D787A on white background.



Black color preview on #9D787A background

This text has black color on #9D787A background.


White color preview on #9D787A background

This text has white color on #9D787A background.