COLOR #8F727C

HEX: #8F727C
RGB: (143,114,124)

Color info

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

RGB color model

#8F727C color RGB value is (143,114,124).

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

RGB channels and saturation

R 143 of 255 = 56%
G 114 of 255 = 45%
B 124 of 255 = 49%

143
114
124

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

Portions of RGB colors in percentages

R + G + B =
143 + 114 + 124 = 381 (100%)
R 143 of 381 ~ 37.53%
G 114 of 381 ~ 29.92%
B 124 of 381 ~ 32.55%

%37.53
%29.92
%32.55

CMYK color model

#8F727C color CMYK value is (0,20,13,44).

  • cyan value is 0.00%
  • magenta value is 20.28%
  • yellow value is 13.29%
  • key color value is 43.92%
CMYK:
(0,20,13,44)
C0M20Y13K44 
(0%,20%,13%,44%)
(0.00/0.20/0.13/0.44)	

CMYK percentages

%0
%20.28
%13.29
%43.92

Codes

Color #8F727C in popluar color models

8F727C
RGB143114124
HSL339°11.46%50.39%
HSB/HSV339°20.28%56.08%
CMYK0.00%20.28%13.29%
43.92%

Color #8F727C in popluar number systems.

HEX8F727C
Decimal143114124
Binary1000111111100101111100
Octal217162174

Shades and tints

Shades of #8F727C

#8F727C
(143,114,124)
#826871
(130,104,113)
#755E66
(117,94,102)
#68545B
(104,84,91)
#5B4A50
(91,74,80)
#4E4045
(78,64,69)
#41363A
(65,54,58)
#342C2F
(52,44,47)
#272224
(39,34,36)
#1A1819
(26,24,25)
#0D0E0E
(13,14,14)
#000000
(0,0,0)

Tints of #8F727C

#8F727C
(143,114,124)
#997E87
(153,126,135)
#A38A92
(163,138,146)
#AD969D
(173,150,157)
#B7A2A8
(183,162,168)
#C1AEB3
(193,174,179)
#CBBABE
(203,186,190)
#D5C6C9
(213,198,201)
#DFD2D4
(223,210,212)
#E9DEDF
(233,222,223)
#F3EAEA
(243,234,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8F727C; }

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

This text font color is #8F727C.


Background Color

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

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

This div background color is #8F727C.


Border color

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

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

This div border color is #8F727C.


Opacity

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

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

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

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

This text has shadow with #8F727C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8F727C on black background.


Color preview on white background

This text has color #8F727C on white background.



Black color preview on #8F727C background

This text has black color on #8F727C background.


White color preview on #8F727C background

This text has white color on #8F727C background.