COLOR #8F726E

HEX: #8F726E
RGB: (143,114,110)

Color info

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

RGB color model

#8F726E color RGB value is (143,114,110).

  • red value is 143;
  • green value is 114;
  • blue value is 110.
RGB:
(143,114,110)
(56%,45%,43%)

RGB channels and saturation

R 143 of 255 = 56%
G 114 of 255 = 45%
B 110 of 255 = 43%

143
114
110

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

Portions of RGB colors in percentages

R + G + B =
143 + 114 + 110 = 367 (100%)
R 143 of 367 ~ 38.96%
G 114 of 367 ~ 31.06%
B 110 of 367 ~ 29.97%

%38.96
%31.06
%29.97

CMYK color model

#8F726E color CMYK value is (0,20,23,44).

  • cyan value is 0.00%
  • magenta value is 20.28%
  • yellow value is 23.08%
  • key color value is 43.92%
CMYK:
(0,20,23,44)
C0M20Y23K44 
(0%,20%,23%,44%)
(0.00/0.20/0.23/0.44)	

CMYK percentages

%0
%20.28
%23.08
%43.92

Codes

Color #8F726E in popluar color models

8F726E
RGB143114110
HSL13.04%49.61%
HSB/HSV23.08%56.08%
CMYK0.00%20.28%23.08%
43.92%

Color #8F726E in popluar number systems.

HEX8F726E
Decimal143114110
Binary1000111111100101101110
Octal217162156

Shades and tints

Shades of #8F726E

#8F726E
(143,114,110)
#826864
(130,104,100)
#755E5A
(117,94,90)
#685450
(104,84,80)
#5B4A46
(91,74,70)
#4E403C
(78,64,60)
#413632
(65,54,50)
#342C28
(52,44,40)
#27221E
(39,34,30)
#1A1814
(26,24,20)
#0D0E0A
(13,14,10)
#000000
(0,0,0)

Tints of #8F726E

#8F726E
(143,114,110)
#997E7B
(153,126,123)
#A38A88
(163,138,136)
#AD9695
(173,150,149)
#B7A2A2
(183,162,162)
#C1AEAF
(193,174,175)
#CBBABC
(203,186,188)
#D5C6C9
(213,198,201)
#DFD2D6
(223,210,214)
#E9DEE3
(233,222,227)
#F3EAF0
(243,234,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8F726E color. Also use rgb(143,114,110) instead hex code.

Text Font Color

.myTextColor { color: #8F726E; }

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

This text font color is #8F726E.


Background Color

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

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

This div background color is #8F726E.


Border color

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

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

This div border color is #8F726E.


Opacity

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

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

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

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

This text has shadow with #8F726E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8F726E on black background.


Color preview on white background

This text has color #8F726E on white background.



Black color preview on #8F726E background

This text has black color on #8F726E background.


White color preview on #8F726E background

This text has white color on #8F726E background.