COLOR #9F765C

HEX: #9F765C RGB: (159,118,92)

Color info

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

RGB color model

#9F765C color RGB value is (159,118,92).

RGB: (159,118,92) (62%, 46%, 36%)

RGB channels and saturation

R 159 of 255 = 62%
G 118 of 255 = 46%
B 92 of 255 = 36%

159
118
92

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

Portions of RGB colors in percentages

R + G + B = 159 + 118 + 92 = 369 (100%)
R 159 of 369 ~ 43.09%
G 118 of 369 ~ 31.98%
B 92 of 369 ~ 24.93'%

%43.09
%31.98
%24.93

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 25.79%
  • yellow value is 42.14%
  • key color value is 37.65%
CMYK: (0,26,42,38) C0M26Y42K38 (0%,26%,42%,38%) (0.00/0.26/0.42/0.38) 

CMYK percentages

%0
%25.79
%42.14
%37.65

Codes

Color #9F765C in popluar color models

9F 76 5C
RGB 159 118 92
HSL 23° 26.69% 49.22%
HSB/HSV 23° 42.14% 62.35%
CMYK 0.00% 25.79% 42.14%
37.65%

Color #9F765C in popluar number systems.

HEX 9F 76 5C
Decimal 159 118 92
Binary 10011111 1110110 1011100
Octal 237 166 134

Shades and tints

Shades of #9F765C

#9F765C
(159,118,92)
#916C54
(145,108,84)
#83624C
(131,98,76)
#755844
(117,88,68)
#674E3C
(103,78,60)
#594434
(89,68,52)
#4B3A2C
(75,58,44)
#3D3024
(61,48,36)
#2F261C
(47,38,28)
#211C14
(33,28,20)
#13120C
(19,18,12)
#000000
(0,0,0)

Tints of #9F765C

#9F765C
(159,118,92)
#A7826A
(167,130,106)
#AF8E78
(175,142,120)
#B79A86
(183,154,134)
#BFA694
(191,166,148)
#C7B2A2
(199,178,162)
#CFBEB0
(207,190,176)
#D7CABE
(215,202,190)
#DFD6CC
(223,214,204)
#E7E2DA
(231,226,218)
#EFEEE8
(239,238,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9F765C; }

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

This text font color is #9F765C.

Background Color

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

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

This div background color is #9F765C.

Border color

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

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

This div border color is #9F765C.

Opacity

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

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

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

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

This text has shadow with #9F765C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9F765C.

Preview

Color preview on black background

This text has color #9F765C on black background.


Color preview on white background

This text has color #9F765C on white background.


Black color preview on #9F765C background

This text has black color on #9F765C background.


White color preview on #9F765C background

This text has white color on #9F765C background.


Related colors

Complementary color

Complementary color for #hex is #6089A3.


I love getcolorcode.com

Triadic colors

1 #5C9F76 and #765C9F with #9F765C are triadic colors.

2 #5C769F and #769F5C with #9F765C are triadic colors.