COLOR #9D7576

HEX: #9D7576 RGB: (157,117,118)

Color info

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

RGB color model

#9D7576 color RGB value is (157,117,118).

RGB: (157,117,118) (62%, 46%, 46%)

RGB channels and saturation

R 157 of 255 = 62%
G 117 of 255 = 46%
B 118 of 255 = 46%

157
117
118

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

Portions of RGB colors in percentages

R + G + B = 157 + 117 + 118 = 392 (100%)
R 157 of 392 ~ 40.05%
G 117 of 392 ~ 29.85%
B 118 of 392 ~ 30.1'%

%40.05
%29.85
%30.1

CMYK color model

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

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

CMYK: (0,25,25,38)
C0M25Y25K38 (0%, 25%, 25%, 38%)
(0.00 / 0.25 / 0.25 / 0.38)

CMYK percentages

%0
%25.48
%24.84
%38.43

Codes

Color #9D7576 in popluar color models

9D 75 76
RGB 157 117 118
HSL 359° 16.95% 53.73%
HSB/HSV 359° 25.48% 61.57%
CMYK 0.00% 25.48% 24.84%
38.43%

Color #9D7576 in popluar number systems.

HEX 9D 75 76
Decimal 157 117 118
Binary 10011101 1110101 1110110
Octal 235 165 166

Shades and tints

Shades of #9D7576

#9D7576
(157,117,118)
#8F6B6C
(143,107,108)
#816162
(129,97,98)
#735758
(115,87,88)
#654D4E
(101,77,78)
#574344
(87,67,68)
#49393A
(73,57,58)
#3B2F30
(59,47,48)
#2D2526
(45,37,38)
#1F1B1C
(31,27,28)
#111112
(17,17,18)
#000000
(0,0,0)

Tints of #9D7576

#9D7576
(157,117,118)
#A58182
(165,129,130)
#AD8D8E
(173,141,142)
#B5999A
(181,153,154)
#BDA5A6
(189,165,166)
#C5B1B2
(197,177,178)
#CDBDBE
(205,189,190)
#D5C9CA
(213,201,202)
#DDD5D6
(221,213,214)
#E5E1E2
(229,225,226)
#EDEDEE
(237,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9D7576; }

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

This text font color is #9D7576.

Background Color

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

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

This div background color is #9D7576.

Border color

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

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

This div border color is #9D7576.

Opacity

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

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

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

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

This text has shadow with #9D7576 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9D7576.

Preview

Color preview on black background

This text has color #9D7576 on black background.


Color preview on white background

This text has color #9D7576 on white background.


Black color preview on #9D7576 background

This text has black color on #9D7576 background.


White color preview on #9D7576 background

This text has white color on #9D7576 background.


Related colors

Complementary color

Complementary color for #hex is #628A89.


I love getcolorcode.com

Triadic colors

1 #769D75 and #75769D with #9D7576 are triadic colors.

2 #76759D and #759D76 with #9D7576 are triadic colors.