COLOR #8F727A

HEX: #8F727A
RGB: (143,114,122)

Color info

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

RGB color model

#8F727A color RGB value is (143,114,122).

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

RGB channels and saturation

R 143 of 255 = 56%
G 114 of 255 = 45%
B 122 of 255 = 48%

143
114
122

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

Portions of RGB colors in percentages

R + G + B =
143 + 114 + 122 = 379 (100%)
R 143 of 379 ~ 37.73%
G 114 of 379 ~ 30.08%
B 122 of 379 ~ 32.19%

%37.73
%30.08
%32.19

CMYK color model

#8F727A color CMYK value is (0,20,15,44).

  • cyan value is 0.00%
  • magenta value is 20.28%
  • yellow value is 14.69%
  • key color value is 43.92%
CMYK:
(0,20,15,44)
C0M20Y15K44 
(0%,20%,15%,44%)
(0.00/0.20/0.15/0.44)	

CMYK percentages

%0
%20.28
%14.69
%43.92

Codes

Color #8F727A in popluar color models

8F727A
RGB143114122
HSL343°11.46%50.39%
HSB/HSV343°20.28%56.08%
CMYK0.00%20.28%14.69%
43.92%

Color #8F727A in popluar number systems.

HEX8F727A
Decimal143114122
Binary1000111111100101111010
Octal217162172

Shades and tints

Shades of #8F727A

#8F727A
(143,114,122)
#82686F
(130,104,111)
#755E64
(117,94,100)
#685459
(104,84,89)
#5B4A4E
(91,74,78)
#4E4043
(78,64,67)
#413638
(65,54,56)
#342C2D
(52,44,45)
#272222
(39,34,34)
#1A1817
(26,24,23)
#0D0E0C
(13,14,12)
#000000
(0,0,0)

Tints of #8F727A

#8F727A
(143,114,122)
#997E86
(153,126,134)
#A38A92
(163,138,146)
#AD969E
(173,150,158)
#B7A2AA
(183,162,170)
#C1AEB6
(193,174,182)
#CBBAC2
(203,186,194)
#D5C6CE
(213,198,206)
#DFD2DA
(223,210,218)
#E9DEE6
(233,222,230)
#F3EAF2
(243,234,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8F727A; }

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

This text font color is #8F727A.


Background Color

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

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

This div background color is #8F727A.


Border color

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

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

This div border color is #8F727A.


Opacity

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

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

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

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

This text has shadow with #8F727A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8F727A on black background.


Color preview on white background

This text has color #8F727A on white background.



Black color preview on #8F727A background

This text has black color on #8F727A background.


White color preview on #8F727A background

This text has white color on #8F727A background.