COLOR #8F7F6B

HEX: #8F7F6B RGB: (143,127,107)

Color info

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

RGB color model

#8F7F6B color RGB value is (143,127,107).

RGB: (143,127,107) (56%, 50%, 42%)

RGB channels and saturation

R 143 of 255 = 56%
G 127 of 255 = 50%
B 107 of 255 = 42%

143
127
107

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

Portions of RGB colors in percentages

R + G + B = 143 + 127 + 107 = 377 (100%)
R 143 of 377 ~ 37.93%
G 127 of 377 ~ 33.69%
B 107 of 377 ~ 28.38'%

%37.93
%33.69
%28.38

CMYK color model

#8F7F6B color CMYK value is (0,11,25,44).

  • cyan value is 0.00%
  • magenta value is 11.19%
  • yellow value is 25.17%
  • key color value is 43.92%

CMYK: (0,11,25,44)
C0M11Y25K44 (0%, 11%, 25%, 44%)
(0.00 / 0.11 / 0.25 / 0.44)

CMYK percentages

%0
%11.19
%25.17
%43.92

Codes

Color #8F7F6B in popluar color models

8F 7F 6B
RGB 143 127 107
HSL 33° 14.40% 49.02%
HSB/HSV 33° 25.17% 56.08%
CMYK 0.00% 11.19% 25.17%
43.92%

Color #8F7F6B in popluar number systems.

HEX 8F 7F 6B
Decimal 143 127 107
Binary 10001111 1111111 1101011
Octal 217 177 153

Shades and tints

Shades of #8F7F6B

#8F7F6B
(143,127,107)
#827462
(130,116,98)
#756959
(117,105,89)
#685E50
(104,94,80)
#5B5347
(91,83,71)
#4E483E
(78,72,62)
#413D35
(65,61,53)
#34322C
(52,50,44)
#272723
(39,39,35)
#1A1C1A
(26,28,26)
#0D1111
(13,17,17)
#000000
(0,0,0)

Tints of #8F7F6B

#8F7F6B
(143,127,107)
#998A78
(153,138,120)
#A39585
(163,149,133)
#ADA092
(173,160,146)
#B7AB9F
(183,171,159)
#C1B6AC
(193,182,172)
#CBC1B9
(203,193,185)
#D5CCC6
(213,204,198)
#DFD7D3
(223,215,211)
#E9E2E0
(233,226,224)
#F3EDED
(243,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8F7F6B color. Also use rgb(143,127,107) instead hex code.

Text Font Color

.myTextColor { color: #8F7F6B; }

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

This text font color is #8F7F6B.

Background Color

.myBgColor { background-color: #8F7F6B; }

<div style="background-color:#8F7F6B">Inner text</div>

This div background color is #8F7F6B.

Border color

.myBorderColor { border: 1px solid #8F7F6B; }

<div style="border:3px solid #8F7F6B">Div</div>

This div border color is #8F7F6B.

Opacity

.myOpacity80 { color: #8F7F6B; opacity: 0.8; }

<p style="color:#8F7F6B;opacity:0.8;">80%</p>

Text with #8F7F6B 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 #8F7F6B;}

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

This text has shadow with #8F7F6B color.


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

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

This text has shadow with #8F7F6B primary color and red secondary color.


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

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

This text has shadow with #8F7F6B and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #8F7F6B.

Preview

Color preview on black background

This text has color #8F7F6B on black background.


Color preview on white background

This text has color #8F7F6B on white background.


Black color preview on #8F7F6B background

This text has black color on #8F7F6B background.


White color preview on #8F7F6B background

This text has white color on #8F7F6B background.


Related colors

Complementary color

Complementary color for #hex is #708094.


I love getcolorcode.com

Triadic colors

1 #6B8F7F and #7F6B8F with #8F7F6B are triadic colors.

2 #6B7F8F and #7F8F6B with #8F7F6B are triadic colors.