COLOR #9D7679

HEX: #9D7679 RGB: (157,118,121)

Color info

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

RGB color model

#9D7679 color RGB value is (157,118,121).

RGB: (157,118,121) (62%, 46%, 47%)

RGB channels and saturation

R 157 of 255 = 62%
G 118 of 255 = 46%
B 121 of 255 = 47%

157
118
121

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

Portions of RGB colors in percentages

R + G + B = 157 + 118 + 121 = 396 (100%)
R 157 of 396 ~ 39.65%
G 118 of 396 ~ 29.8%
B 121 of 396 ~ 30.56'%

%39.65
%29.8
%30.56

CMYK color model

#9D7679 color CMYK value is (0,25,23,38).

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

CMYK: (0,25,23,38)
C0M25Y23K38 (0%, 25%, 23%, 38%)
(0.00 / 0.25 / 0.23 / 0.38)

CMYK percentages

%0
%24.84
%22.93
%38.43

Codes

Color #9D7679 in popluar color models

9D 76 79
RGB 157 118 121
HSL 355° 16.60% 53.92%
HSB/HSV 355° 24.84% 61.57%
CMYK 0.00% 24.84% 22.93%
38.43%

Color #9D7679 in popluar number systems.

HEX 9D 76 79
Decimal 157 118 121
Binary 10011101 1110110 1111001
Octal 235 166 171

Shades and tints

Shades of #9D7679

#9D7679
(157,118,121)
#8F6C6E
(143,108,110)
#816263
(129,98,99)
#735858
(115,88,88)
#654E4D
(101,78,77)
#574442
(87,68,66)
#493A37
(73,58,55)
#3B302C
(59,48,44)
#2D2621
(45,38,33)
#1F1C16
(31,28,22)
#11120B
(17,18,11)
#000000
(0,0,0)

Tints of #9D7679

#9D7679
(157,118,121)
#A58285
(165,130,133)
#AD8E91
(173,142,145)
#B59A9D
(181,154,157)
#BDA6A9
(189,166,169)
#C5B2B5
(197,178,181)
#CDBEC1
(205,190,193)
#D5CACD
(213,202,205)
#DDD6D9
(221,214,217)
#E5E2E5
(229,226,229)
#EDEEF1
(237,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9D7679; }

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

This text font color is #9D7679.

Background Color

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

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

This div background color is #9D7679.

Border color

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

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

This div border color is #9D7679.

Opacity

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

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

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

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

This text has shadow with #9D7679 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9D7679.

Preview

Color preview on black background

This text has color #9D7679 on black background.


Color preview on white background

This text has color #9D7679 on white background.


Black color preview on #9D7679 background

This text has black color on #9D7679 background.


White color preview on #9D7679 background

This text has white color on #9D7679 background.


Related colors

Complementary color

Complementary color for #hex is #628986.


I love getcolorcode.com

Triadic colors

1 #799D76 and #76799D with #9D7679 are triadic colors.

2 #79769D and #769D79 with #9D7679 are triadic colors.