COLOR #8F7672

HEX: #8F7672 RGB: (143,118,114)

Color info

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

RGB color model

#8F7672 color RGB value is (143,118,114).

RGB: (143,118,114) (56%, 46%, 45%)

RGB channels and saturation

R 143 of 255 = 56%
G 118 of 255 = 46%
B 114 of 255 = 45%

143
118
114

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

Portions of RGB colors in percentages

R + G + B = 143 + 118 + 114 = 375 (100%)
R 143 of 375 ~ 38.13%
G 118 of 375 ~ 31.47%
B 114 of 375 ~ 30.4'%

%38.13
%31.47
%30.4

CMYK color model

#8F7672 color CMYK value is (0,17,20,44).

  • cyan value is 0.00%
  • magenta value is 17.48%
  • yellow value is 20.28%
  • key color value is 43.92%

CMYK: (0,17,20,44)
C0M17Y20K44 (0%, 17%, 20%, 44%)
(0.00 / 0.17 / 0.20 / 0.44)

CMYK percentages

%0
%17.48
%20.28
%43.92

Codes

Color #8F7672 in popluar color models

8F 76 72
RGB 143 118 114
HSL 11.46% 50.39%
HSB/HSV 20.28% 56.08%
CMYK 0.00% 17.48% 20.28%
43.92%

Color #8F7672 in popluar number systems.

HEX 8F 76 72
Decimal 143 118 114
Binary 10001111 1110110 1110010
Octal 217 166 162

Shades and tints

Shades of #8F7672

#8F7672
(143,118,114)
#826C68
(130,108,104)
#75625E
(117,98,94)
#685854
(104,88,84)
#5B4E4A
(91,78,74)
#4E4440
(78,68,64)
#413A36
(65,58,54)
#34302C
(52,48,44)
#272622
(39,38,34)
#1A1C18
(26,28,24)
#0D120E
(13,18,14)
#000000
(0,0,0)

Tints of #8F7672

#8F7672
(143,118,114)
#99827E
(153,130,126)
#A38E8A
(163,142,138)
#AD9A96
(173,154,150)
#B7A6A2
(183,166,162)
#C1B2AE
(193,178,174)
#CBBEBA
(203,190,186)
#D5CAC6
(213,202,198)
#DFD6D2
(223,214,210)
#E9E2DE
(233,226,222)
#F3EEEA
(243,238,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8F7672; }

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

This text font color is #8F7672.

Background Color

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

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

This div background color is #8F7672.

Border color

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

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

This div border color is #8F7672.

Opacity

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

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

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

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

This text has shadow with #8F7672 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8F7672.

Preview

Color preview on black background

This text has color #8F7672 on black background.


Color preview on white background

This text has color #8F7672 on white background.


Black color preview on #8F7672 background

This text has black color on #8F7672 background.


White color preview on #8F7672 background

This text has white color on #8F7672 background.


Related colors

Complementary color

Complementary color for #hex is #70898D.


I love getcolorcode.com

Triadic colors

1 #728F76 and #76728F with #8F7672 are triadic colors.

2 #72768F and #768F72 with #8F7672 are triadic colors.