COLOR #9F7C7F

HEX: #9F7C7F RGB: (159,124,127)

Color info

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

RGB color model

#9F7C7F color RGB value is (159,124,127).

RGB: (159,124,127) (62%, 49%, 50%)

RGB channels and saturation

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

159
124
127

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

Portions of RGB colors in percentages

R + G + B = 159 + 124 + 127 = 410 (100%)
R 159 of 410 ~ 38.78%
G 124 of 410 ~ 30.24%
B 127 of 410 ~ 30.98'%

%38.78
%30.24
%30.98

CMYK color model

#9F7C7F color CMYK value is (0,22,20,38).

  • cyan value is 0.00%
  • magenta value is 22.01%
  • yellow value is 20.13%
  • key color value is 37.65%

CMYK: (0,22,20,38)
C0M22Y20K38 (0%, 22%, 20%, 38%)
(0.00 / 0.22 / 0.20 / 0.38)

CMYK percentages

%0
%22.01
%20.13
%37.65

Codes

Color #9F7C7F in popluar color models

9F 7C 7F
RGB 159 124 127
HSL 355° 15.42% 55.49%
HSB/HSV 355° 22.01% 62.35%
CMYK 0.00% 22.01% 20.13%
37.65%

Color #9F7C7F in popluar number systems.

HEX 9F 7C 7F
Decimal 159 124 127
Binary 10011111 1111100 1111111
Octal 237 174 177

Shades and tints

Shades of #9F7C7F

#9F7C7F
(159,124,127)
#917174
(145,113,116)
#836669
(131,102,105)
#755B5E
(117,91,94)
#675053
(103,80,83)
#594548
(89,69,72)
#4B3A3D
(75,58,61)
#3D2F32
(61,47,50)
#2F2427
(47,36,39)
#21191C
(33,25,28)
#130E11
(19,14,17)
#000000
(0,0,0)

Tints of #9F7C7F

#9F7C7F
(159,124,127)
#A7878A
(167,135,138)
#AF9295
(175,146,149)
#B79DA0
(183,157,160)
#BFA8AB
(191,168,171)
#C7B3B6
(199,179,182)
#CFBEC1
(207,190,193)
#D7C9CC
(215,201,204)
#DFD4D7
(223,212,215)
#E7DFE2
(231,223,226)
#EFEAED
(239,234,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9F7C7F; }

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

This text font color is #9F7C7F.

Background Color

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

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

This div background color is #9F7C7F.

Border color

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

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

This div border color is #9F7C7F.

Opacity

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

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

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

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

This text has shadow with #9F7C7F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9F7C7F.

Preview

Color preview on black background

This text has color #9F7C7F on black background.


Color preview on white background

This text has color #9F7C7F on white background.


Black color preview on #9F7C7F background

This text has black color on #9F7C7F background.


White color preview on #9F7C7F background

This text has white color on #9F7C7F background.


Related colors

Complementary color

Complementary color for #hex is #608380.


I love getcolorcode.com

Triadic colors

1 #7F9F7C and #7C7F9F with #9F7C7F are triadic colors.

2 #7F7C9F and #7C9F7F with #9F7C7F are triadic colors.