COLOR #9F7675

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

159
118
117

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

Portions of RGB colors in percentages

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

%40.36
%29.95
%29.7

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 25.79%
  • yellow value is 26.42%
  • 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
%25.79
%26.42
%37.65

Codes

Color #9F7675 in popluar color models

9F7675
RGB159118117
HSL17.95%54.12%
HSB/HSV26.42%62.35%
CMYK0.00%25.79%26.42%
37.65%

Color #9F7675 in popluar number systems.

HEX9F7675
Decimal159118117
Binary1001111111101101110101
Octal237166165

Shades and tints

Shades of #9F7675

#9F7675
(159,118,117)
#916C6B
(145,108,107)
#836261
(131,98,97)
#755857
(117,88,87)
#674E4D
(103,78,77)
#594443
(89,68,67)
#4B3A39
(75,58,57)
#3D302F
(61,48,47)
#2F2625
(47,38,37)
#211C1B
(33,28,27)
#131211
(19,18,17)
#000000
(0,0,0)

Tints of #9F7675

#9F7675
(159,118,117)
#A78281
(167,130,129)
#AF8E8D
(175,142,141)
#B79A99
(183,154,153)
#BFA6A5
(191,166,165)
#C7B2B1
(199,178,177)
#CFBEBD
(207,190,189)
#D7CAC9
(215,202,201)
#DFD6D5
(223,214,213)
#E7E2E1
(231,226,225)
#EFEEED
(239,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9F7675; }

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

This text font color is #9F7675.


Background Color

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

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

This div background color is #9F7675.


Border color

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

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

This div border color is #9F7675.


Opacity

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

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

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

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

This text has shadow with #9F7675 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9F7675 on black background.


Color preview on white background

This text has color #9F7675 on white background.



Black color preview on #9F7675 background

This text has black color on #9F7675 background.


White color preview on #9F7675 background

This text has white color on #9F7675 background.