COLOR #9F775C

HEX: #9F775C RGB: (159,119,92)

Color info

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

RGB color model

#9F775C color RGB value is (159,119,92).

RGB: (159,119,92) (62%, 47%, 36%)

RGB channels and saturation

R 159 of 255 = 62%
G 119 of 255 = 47%
B 92 of 255 = 36%

159
119
92

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

Portions of RGB colors in percentages

R + G + B = 159 + 119 + 92 = 370 (100%)
R 159 of 370 ~ 42.97%
G 119 of 370 ~ 32.16%
B 92 of 370 ~ 24.86'%

%42.97
%32.16
%24.86

CMYK color model

#9F775C color CMYK value is (0,25,42,38).

  • cyan value is 0.00%
  • magenta value is 25.16%
  • yellow value is 42.14%
  • key color value is 37.65%

CMYK: (0,25,42,38)
C0M25Y42K38 (0%, 25%, 42%, 38%)
(0.00 / 0.25 / 0.42 / 0.38)

CMYK percentages

%0
%25.16
%42.14
%37.65

Codes

Color #9F775C in popluar color models

9F 77 5C
RGB 159 119 92
HSL 24° 26.69% 49.22%
HSB/HSV 24° 42.14% 62.35%
CMYK 0.00% 25.16% 42.14%
37.65%

Color #9F775C in popluar number systems.

HEX 9F 77 5C
Decimal 159 119 92
Binary 10011111 1110111 1011100
Octal 237 167 134

Shades and tints

Shades of #9F775C

#9F775C
(159,119,92)
#916D54
(145,109,84)
#83634C
(131,99,76)
#755944
(117,89,68)
#674F3C
(103,79,60)
#594534
(89,69,52)
#4B3B2C
(75,59,44)
#3D3124
(61,49,36)
#2F271C
(47,39,28)
#211D14
(33,29,20)
#13130C
(19,19,12)
#000000
(0,0,0)

Tints of #9F775C

#9F775C
(159,119,92)
#A7836A
(167,131,106)
#AF8F78
(175,143,120)
#B79B86
(183,155,134)
#BFA794
(191,167,148)
#C7B3A2
(199,179,162)
#CFBFB0
(207,191,176)
#D7CBBE
(215,203,190)
#DFD7CC
(223,215,204)
#E7E3DA
(231,227,218)
#EFEFE8
(239,239,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9F775C; }

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

This text font color is #9F775C.

Background Color

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

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

This div background color is #9F775C.

Border color

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

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

This div border color is #9F775C.

Opacity

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

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

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

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

This text has shadow with #9F775C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9F775C.

Preview

Color preview on black background

This text has color #9F775C on black background.


Color preview on white background

This text has color #9F775C on white background.


Black color preview on #9F775C background

This text has black color on #9F775C background.


White color preview on #9F775C background

This text has white color on #9F775C background.


Related colors

Complementary color

Complementary color for #hex is #6088A3.


I love getcolorcode.com

Triadic colors

1 #5C9F77 and #775C9F with #9F775C are triadic colors.

2 #5C779F and #779F5C with #9F775C are triadic colors.