COLOR #8F7079

HEX: #8F7079 RGB: (143,112,121)

Color info

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

RGB color model

#8F7079 color RGB value is (143,112,121).

RGB: (143,112,121) (56%, 44%, 47%)

RGB channels and saturation

R 143 of 255 = 56%
G 112 of 255 = 44%
B 121 of 255 = 47%

143
112
121

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

Portions of RGB colors in percentages

R + G + B = 143 + 112 + 121 = 376 (100%)
R 143 of 376 ~ 38.03%
G 112 of 376 ~ 29.79%
B 121 of 376 ~ 32.18'%

%38.03
%29.79
%32.18

CMYK color model

#8F7079 color CMYK value is (0,22,15,44).

  • cyan value is 0.00%
  • magenta value is 21.68%
  • yellow value is 15.38%
  • key color value is 43.92%
CMYK: (0,22,15,44) C0M22Y15K44 (0%,22%,15%,44%) (0.00/0.22/0.15/0.44) 

CMYK percentages

%0
%21.68
%15.38
%43.92

Codes

Color #8F7079 in popluar color models

8F 70 79
RGB 143 112 121
HSL 343° 12.16% 50.00%
HSB/HSV 343° 21.68% 56.08%
CMYK 0.00% 21.68% 15.38%
43.92%

Color #8F7079 in popluar number systems.

HEX 8F 70 79
Decimal 143 112 121
Binary 10001111 1110000 1111001
Octal 217 160 171

Shades and tints

Shades of #8F7079

#8F7079
(143,112,121)
#82666E
(130,102,110)
#755C63
(117,92,99)
#685258
(104,82,88)
#5B484D
(91,72,77)
#4E3E42
(78,62,66)
#413437
(65,52,55)
#342A2C
(52,42,44)
#272021
(39,32,33)
#1A1616
(26,22,22)
#0D0C0B
(13,12,11)
#000000
(0,0,0)

Tints of #8F7079

#8F7079
(143,112,121)
#997D85
(153,125,133)
#A38A91
(163,138,145)
#AD979D
(173,151,157)
#B7A4A9
(183,164,169)
#C1B1B5
(193,177,181)
#CBBEC1
(203,190,193)
#D5CBCD
(213,203,205)
#DFD8D9
(223,216,217)
#E9E5E5
(233,229,229)
#F3F2F1
(243,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8F7079; }

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

This text font color is #8F7079.

Background Color

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

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

This div background color is #8F7079.

Border color

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

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

This div border color is #8F7079.

Opacity

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

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

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

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

This text has shadow with #8F7079 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8F7079.

Preview

Color preview on black background

This text has color #8F7079 on black background.


Color preview on white background

This text has color #8F7079 on white background.


Black color preview on #8F7079 background

This text has black color on #8F7079 background.


White color preview on #8F7079 background

This text has white color on #8F7079 background.


Related colors

Complementary color

Complementary color for #hex is #708F86.


I love getcolorcode.com

Triadic colors

1 #798F70 and #70798F with #8F7079 are triadic colors.

2 #79708F and #708F79 with #8F7079 are triadic colors.