COLOR #9F6D78

HEX: #9F6D78 RGB: (159,109,120)

Color info

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

RGB color model

#9F6D78 color RGB value is (159,109,120).

RGB: (159,109,120) (62%, 43%, 47%)

RGB channels and saturation

R 159 of 255 = 62%
G 109 of 255 = 43%
B 120 of 255 = 47%

159
109
120

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

Portions of RGB colors in percentages

R + G + B = 159 + 109 + 120 = 388 (100%)
R 159 of 388 ~ 40.98%
G 109 of 388 ~ 28.09%
B 120 of 388 ~ 30.93'%

%40.98
%28.09
%30.93

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 31.45%
  • yellow value is 24.53%
  • key color value is 37.65%

CMYK: (0,31,25,38)
C0M31Y25K38 (0%, 31%, 25%, 38%)
(0.00 / 0.31 / 0.25 / 0.38)

CMYK percentages

%0
%31.45
%24.53
%37.65

Codes

Color #9F6D78 in popluar color models

9F 6D 78
RGB 159 109 120
HSL 347° 20.66% 52.55%
HSB/HSV 347° 31.45% 62.35%
CMYK 0.00% 31.45% 24.53%
37.65%

Color #9F6D78 in popluar number systems.

HEX 9F 6D 78
Decimal 159 109 120
Binary 10011111 1101101 1111000
Octal 237 155 170

Shades and tints

Shades of #9F6D78

#9F6D78
(159,109,120)
#91646E
(145,100,110)
#835B64
(131,91,100)
#75525A
(117,82,90)
#674950
(103,73,80)
#594046
(89,64,70)
#4B373C
(75,55,60)
#3D2E32
(61,46,50)
#2F2528
(47,37,40)
#211C1E
(33,28,30)
#131314
(19,19,20)
#000000
(0,0,0)

Tints of #9F6D78

#9F6D78
(159,109,120)
#A77A84
(167,122,132)
#AF8790
(175,135,144)
#B7949C
(183,148,156)
#BFA1A8
(191,161,168)
#C7AEB4
(199,174,180)
#CFBBC0
(207,187,192)
#D7C8CC
(215,200,204)
#DFD5D8
(223,213,216)
#E7E2E4
(231,226,228)
#EFEFF0
(239,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9F6D78 color. Also use rgb(159,109,120) instead hex code.

Text Font Color

.myTextColor { color: #9F6D78; }

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

This text font color is #9F6D78.

Background Color

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

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

This div background color is #9F6D78.

Border color

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

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

This div border color is #9F6D78.

Opacity

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

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

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

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

This text has shadow with #9F6D78 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9F6D78.

Preview

Color preview on black background

This text has color #9F6D78 on black background.


Color preview on white background

This text has color #9F6D78 on white background.


Black color preview on #9F6D78 background

This text has black color on #9F6D78 background.


White color preview on #9F6D78 background

This text has white color on #9F6D78 background.


Related colors

Complementary color

Complementary color for #hex is #609287.


I love getcolorcode.com

Triadic colors

1 #789F6D and #6D789F with #9F6D78 are triadic colors.

2 #786D9F and #6D9F78 with #9F6D78 are triadic colors.