COLOR #8F7D7D

HEX: #8F7D7D RGB: (143,125,125)

Color info

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

RGB color model

#8F7D7D color RGB value is (143,125,125).

RGB: (143,125,125) (56%, 49%, 49%)

RGB channels and saturation

R 143 of 255 = 56%
G 125 of 255 = 49%
B 125 of 255 = 49%

143
125
125

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

Portions of RGB colors in percentages

R + G + B = 143 + 125 + 125 = 393 (100%)
R 143 of 393 ~ 36.39%
G 125 of 393 ~ 31.81%
B 125 of 393 ~ 31.81'%

%36.39
%31.81
%31.81

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 12.59%
  • yellow value is 12.59%
  • key color value is 43.92%

CMYK: (0,13,13,44)
C0M13Y13K44 (0%, 13%, 13%, 44%)
(0.00 / 0.13 / 0.13 / 0.44)

CMYK percentages

%0
%12.59
%12.59
%43.92

Codes

Color #8F7D7D in popluar color models

8F 7D 7D
RGB 143 125 125
HSL 7.44% 52.55%
HSB/HSV 12.59% 56.08%
CMYK 0.00% 12.59% 12.59%
43.92%

Color #8F7D7D in popluar number systems.

HEX 8F 7D 7D
Decimal 143 125 125
Binary 10001111 1111101 1111101
Octal 217 175 175

Shades and tints

Shades of #8F7D7D

#8F7D7D
(143,125,125)
#827272
(130,114,114)
#756767
(117,103,103)
#685C5C
(104,92,92)
#5B5151
(91,81,81)
#4E4646
(78,70,70)
#413B3B
(65,59,59)
#343030
(52,48,48)
#272525
(39,37,37)
#1A1A1A
(26,26,26)
#0D0F0F
(13,15,15)
#000000
(0,0,0)

Tints of #8F7D7D

#8F7D7D
(143,125,125)
#998888
(153,136,136)
#A39393
(163,147,147)
#AD9E9E
(173,158,158)
#B7A9A9
(183,169,169)
#C1B4B4
(193,180,180)
#CBBFBF
(203,191,191)
#D5CACA
(213,202,202)
#DFD5D5
(223,213,213)
#E9E0E0
(233,224,224)
#F3EBEB
(243,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8F7D7D; }

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

This text font color is #8F7D7D.

Background Color

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

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

This div background color is #8F7D7D.

Border color

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

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

This div border color is #8F7D7D.

Opacity

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

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

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

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

This text has shadow with #8F7D7D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8F7D7D.

Preview

Color preview on black background

This text has color #8F7D7D on black background.


Color preview on white background

This text has color #8F7D7D on white background.


Black color preview on #8F7D7D background

This text has black color on #8F7D7D background.


White color preview on #8F7D7D background

This text has white color on #8F7D7D background.


Related colors

Complementary color

Complementary color for #hex is #708282.


I love getcolorcode.com