COLOR #9F7576

HEX: #9F7576
RGB: (159,117,118)

Color info

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

RGB color model

#9F7576 color RGB value is (159,117,118).

  • red value is 159;
  • green value is 117;
  • blue value is 118.
RGB:
(159,117,118)
(62%,46%,46%)

RGB channels and saturation

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

159
117
118

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

Portions of RGB colors in percentages

R + G + B =
159 + 117 + 118 = 394 (100%)
R 159 of 394 ~ 40.36%
G 117 of 394 ~ 29.7%
B 118 of 394 ~ 29.95%

%40.36
%29.7
%29.95

CMYK color model

#9F7576 color CMYK value is (0,26,26,38).

  • cyan value is 0.00%
  • magenta value is 26.42%
  • yellow value is 25.79%
  • key color value is 37.65%
CMYK:
(0,26,26,38)
C0M26Y26K38 
(0%,26%,26%,38%)
(0.00/0.26/0.26/0.38)	

CMYK percentages

%0
%26.42
%25.79
%37.65

Codes

Color #9F7576 in popluar color models

9F7576
RGB159117118
HSL359°17.95%54.12%
HSB/HSV359°26.42%62.35%
CMYK0.00%26.42%25.79%
37.65%

Color #9F7576 in popluar number systems.

HEX9F7576
Decimal159117118
Binary1001111111101011110110
Octal237165166

Shades and tints

Shades of #9F7576

#9F7576
(159,117,118)
#916B6C
(145,107,108)
#836162
(131,97,98)
#755758
(117,87,88)
#674D4E
(103,77,78)
#594344
(89,67,68)
#4B393A
(75,57,58)
#3D2F30
(61,47,48)
#2F2526
(47,37,38)
#211B1C
(33,27,28)
#131112
(19,17,18)
#000000
(0,0,0)

Tints of #9F7576

#9F7576
(159,117,118)
#A78182
(167,129,130)
#AF8D8E
(175,141,142)
#B7999A
(183,153,154)
#BFA5A6
(191,165,166)
#C7B1B2
(199,177,178)
#CFBDBE
(207,189,190)
#D7C9CA
(215,201,202)
#DFD5D6
(223,213,214)
#E7E1E2
(231,225,226)
#EFEDEE
(239,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9F7576; }

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

This text font color is #9F7576.


Background Color

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

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

This div background color is #9F7576.


Border color

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

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

This div border color is #9F7576.


Opacity

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

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

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

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

This text has shadow with #9F7576 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9F7576 on black background.


Color preview on white background

This text has color #9F7576 on white background.



Black color preview on #9F7576 background

This text has black color on #9F7576 background.


White color preview on #9F7576 background

This text has white color on #9F7576 background.