COLOR #8F7D7A

HEX: #8F7D7A
RGB: (143,125,122)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

143
125
122

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

Portions of RGB colors in percentages

R + G + B =
143 + 125 + 122 = 390 (100%)
R 143 of 390 ~ 36.67%
G 125 of 390 ~ 32.05%
B 122 of 390 ~ 31.28%

%36.67
%32.05
%31.28

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 12.59%
  • yellow value is 14.69%
  • key color value is 43.92%
CMYK:
(0,13,15,44)
C0M13Y15K44 
(0%,13%,15%,44%)
(0.00/0.13/0.15/0.44)	

CMYK percentages

%0
%12.59
%14.69
%43.92

Codes

Color #8F7D7A in popluar color models

8F7D7A
RGB143125122
HSL8.57%51.96%
HSB/HSV14.69%56.08%
CMYK0.00%12.59%14.69%
43.92%

Color #8F7D7A in popluar number systems.

HEX8F7D7A
Decimal143125122
Binary1000111111111011111010
Octal217175172

Shades and tints

Shades of #8F7D7A

#8F7D7A
(143,125,122)
#82726F
(130,114,111)
#756764
(117,103,100)
#685C59
(104,92,89)
#5B514E
(91,81,78)
#4E4643
(78,70,67)
#413B38
(65,59,56)
#34302D
(52,48,45)
#272522
(39,37,34)
#1A1A17
(26,26,23)
#0D0F0C
(13,15,12)
#000000
(0,0,0)

Tints of #8F7D7A

#8F7D7A
(143,125,122)
#998886
(153,136,134)
#A39392
(163,147,146)
#AD9E9E
(173,158,158)
#B7A9AA
(183,169,170)
#C1B4B6
(193,180,182)
#CBBFC2
(203,191,194)
#D5CACE
(213,202,206)
#DFD5DA
(223,213,218)
#E9E0E6
(233,224,230)
#F3EBF2
(243,235,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8F7D7A; }

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

This text font color is #8F7D7A.


Background Color

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

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

This div background color is #8F7D7A.


Border color

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

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

This div border color is #8F7D7A.


Opacity

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

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

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

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

This text has shadow with #8F7D7A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8F7D7A on black background.


Color preview on white background

This text has color #8F7D7A on white background.



Black color preview on #8F7D7A background

This text has black color on #8F7D7A background.


White color preview on #8F7D7A background

This text has white color on #8F7D7A background.