COLOR #9F7E7F

HEX: #9F7E7F
RGB: (159,126,127)

Color info

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

RGB color model

#9F7E7F color RGB value is (159,126,127).

  • red value is 159;
  • green value is 126;
  • blue value is 127.
RGB:
(159,126,127)
(62%,49%,50%)

RGB channels and saturation

R 159 of 255 = 62%
G 126 of 255 = 49%
B 127 of 255 = 50%

159
126
127

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

Portions of RGB colors in percentages

R + G + B =
159 + 126 + 127 = 412 (100%)
R 159 of 412 ~ 38.59%
G 126 of 412 ~ 30.58%
B 127 of 412 ~ 30.83%

%38.59
%30.58
%30.83

CMYK color model

#9F7E7F color CMYK value is (0,21,20,38).

  • cyan value is 0.00%
  • magenta value is 20.75%
  • yellow value is 20.13%
  • key color value is 37.65%
CMYK:
(0,21,20,38)
C0M21Y20K38 
(0%,21%,20%,38%)
(0.00/0.21/0.20/0.38)	

CMYK percentages

%0
%20.75
%20.13
%37.65

Codes

Color #9F7E7F in popluar color models

9F7E7F
RGB159126127
HSL358°14.67%55.88%
HSB/HSV358°20.75%62.35%
CMYK0.00%20.75%20.13%
37.65%

Color #9F7E7F in popluar number systems.

HEX9F7E7F
Decimal159126127
Binary1001111111111101111111
Octal237176177

Shades and tints

Shades of #9F7E7F

#9F7E7F
(159,126,127)
#917374
(145,115,116)
#836869
(131,104,105)
#755D5E
(117,93,94)
#675253
(103,82,83)
#594748
(89,71,72)
#4B3C3D
(75,60,61)
#3D3132
(61,49,50)
#2F2627
(47,38,39)
#211B1C
(33,27,28)
#131011
(19,16,17)
#000000
(0,0,0)

Tints of #9F7E7F

#9F7E7F
(159,126,127)
#A7898A
(167,137,138)
#AF9495
(175,148,149)
#B79FA0
(183,159,160)
#BFAAAB
(191,170,171)
#C7B5B6
(199,181,182)
#CFC0C1
(207,192,193)
#D7CBCC
(215,203,204)
#DFD6D7
(223,214,215)
#E7E1E2
(231,225,226)
#EFECED
(239,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9F7E7F color. Also use rgb(159,126,127) instead hex code.

Text Font Color

.myTextColor { color: #9F7E7F; }

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

This text font color is #9F7E7F.


Background Color

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

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

This div background color is #9F7E7F.


Border color

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

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

This div border color is #9F7E7F.


Opacity

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

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

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

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

This text has shadow with #9F7E7F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9F7E7F on black background.


Color preview on white background

This text has color #9F7E7F on white background.



Black color preview on #9F7E7F background

This text has black color on #9F7E7F background.


White color preview on #9F7E7F background

This text has white color on #9F7E7F background.