COLOR #9F7660

HEX: #9F7660
RGB: (159,118,96)

Color info

#9F7660 contains mainly red and green colors. Web safe color of #9F7660 is #996666 (or #966).

RGB color model

#9F7660 color RGB value is (159,118,96).

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

RGB channels and saturation

R 159 of 255 = 62%
G 118 of 255 = 46%
B 96 of 255 = 38%

159
118
96

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

Portions of RGB colors in percentages

R + G + B =
159 + 118 + 96 = 373 (100%)
R 159 of 373 ~ 42.63%
G 118 of 373 ~ 31.64%
B 96 of 373 ~ 25.74%

%42.63
%31.64
%25.74

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 25.79%
  • yellow value is 39.62%
  • key color value is 37.65%
CMYK:
(0,26,40,38)
C0M26Y40K38 
(0%,26%,40%,38%)
(0.00/0.26/0.40/0.38)	

CMYK percentages

%0
%25.79
%39.62
%37.65

Codes

Color #9F7660 in popluar color models

9F7660
RGB15911896
HSL21°24.71%50.00%
HSB/HSV21°39.62%62.35%
CMYK0.00%25.79%39.62%
37.65%

Color #9F7660 in popluar number systems.

HEX9F7660
Decimal15911896
Binary1001111111101101100000
Octal237166140

Shades and tints

Shades of #9F7660

#9F7660
(159,118,96)
#916C58
(145,108,88)
#836250
(131,98,80)
#755848
(117,88,72)
#674E40
(103,78,64)
#594438
(89,68,56)
#4B3A30
(75,58,48)
#3D3028
(61,48,40)
#2F2620
(47,38,32)
#211C18
(33,28,24)
#131210
(19,18,16)
#000000
(0,0,0)

Tints of #9F7660

#9F7660
(159,118,96)
#A7826E
(167,130,110)
#AF8E7C
(175,142,124)
#B79A8A
(183,154,138)
#BFA698
(191,166,152)
#C7B2A6
(199,178,166)
#CFBEB4
(207,190,180)
#D7CAC2
(215,202,194)
#DFD6D0
(223,214,208)
#E7E2DE
(231,226,222)
#EFEEEC
(239,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9F7660; }

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

This text font color is #9F7660.


Background Color

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

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

This div background color is #9F7660.


Border color

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

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

This div border color is #9F7660.


Opacity

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

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

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

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

This text has shadow with #9F7660 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9F7660 on black background.


Color preview on white background

This text has color #9F7660 on white background.



Black color preview on #9F7660 background

This text has black color on #9F7660 background.


White color preview on #9F7660 background

This text has white color on #9F7660 background.