COLOR #9D7779

HEX: #9D7779 RGB: (157,119,121)

Color info

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

RGB color model

#9D7779 color RGB value is (157,119,121).

RGB: (157,119,121) (62%, 47%, 47%)

RGB channels and saturation

R 157 of 255 = 62%
G 119 of 255 = 47%
B 121 of 255 = 47%

157
119
121

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

Portions of RGB colors in percentages

R + G + B = 157 + 119 + 121 = 397 (100%)
R 157 of 397 ~ 39.55%
G 119 of 397 ~ 29.97%
B 121 of 397 ~ 30.48'%

%39.55
%29.97
%30.48

CMYK color model

#9D7779 color CMYK value is (0,24,23,38).

  • cyan value is 0.00%
  • magenta value is 24.20%
  • yellow value is 22.93%
  • key color value is 38.43%

CMYK: (0,24,23,38)
C0M24Y23K38 (0%, 24%, 23%, 38%)
(0.00 / 0.24 / 0.23 / 0.38)

CMYK percentages

%0
%24.2
%22.93
%38.43

Codes

Color #9D7779 in popluar color models

9D 77 79
RGB 157 119 121
HSL 357° 16.24% 54.12%
HSB/HSV 357° 24.20% 61.57%
CMYK 0.00% 24.20% 22.93%
38.43%

Color #9D7779 in popluar number systems.

HEX 9D 77 79
Decimal 157 119 121
Binary 10011101 1110111 1111001
Octal 235 167 171

Shades and tints

Shades of #9D7779

#9D7779
(157,119,121)
#8F6D6E
(143,109,110)
#816363
(129,99,99)
#735958
(115,89,88)
#654F4D
(101,79,77)
#574542
(87,69,66)
#493B37
(73,59,55)
#3B312C
(59,49,44)
#2D2721
(45,39,33)
#1F1D16
(31,29,22)
#11130B
(17,19,11)
#000000
(0,0,0)

Tints of #9D7779

#9D7779
(157,119,121)
#A58385
(165,131,133)
#AD8F91
(173,143,145)
#B59B9D
(181,155,157)
#BDA7A9
(189,167,169)
#C5B3B5
(197,179,181)
#CDBFC1
(205,191,193)
#D5CBCD
(213,203,205)
#DDD7D9
(221,215,217)
#E5E3E5
(229,227,229)
#EDEFF1
(237,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9D7779; }

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

This text font color is #9D7779.

Background Color

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

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

This div background color is #9D7779.

Border color

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

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

This div border color is #9D7779.

Opacity

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

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

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

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

This text has shadow with #9D7779 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9D7779.

Preview

Color preview on black background

This text has color #9D7779 on black background.


Color preview on white background

This text has color #9D7779 on white background.


Black color preview on #9D7779 background

This text has black color on #9D7779 background.


White color preview on #9D7779 background

This text has white color on #9D7779 background.


Related colors

Complementary color

Complementary color for #hex is #628886.


I love getcolorcode.com

Triadic colors

1 #799D77 and #77799D with #9D7779 are triadic colors.

2 #79779D and #779D79 with #9D7779 are triadic colors.