COLOR #8F7175

HEX: #8F7175 RGB: (143,113,117)

Color info

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

RGB color model

#8F7175 color RGB value is (143,113,117).

RGB: (143,113,117) (56%, 44%, 46%)

RGB channels and saturation

R 143 of 255 = 56%
G 113 of 255 = 44%
B 117 of 255 = 46%

143
113
117

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

Portions of RGB colors in percentages

R + G + B = 143 + 113 + 117 = 373 (100%)
R 143 of 373 ~ 38.34%
G 113 of 373 ~ 30.29%
B 117 of 373 ~ 31.37'%

%38.34
%30.29
%31.37

CMYK color model

#8F7175 color CMYK value is (0,21,18,44).

  • cyan value is 0.00%
  • magenta value is 20.98%
  • yellow value is 18.18%
  • key color value is 43.92%

CMYK: (0,21,18,44)
C0M21Y18K44 (0%, 21%, 18%, 44%)
(0.00 / 0.21 / 0.18 / 0.44)

CMYK percentages

%0
%20.98
%18.18
%43.92

Codes

Color #8F7175 in popluar color models

8F 71 75
RGB 143 113 117
HSL 352° 11.81% 50.20%
HSB/HSV 352° 20.98% 56.08%
CMYK 0.00% 20.98% 18.18%
43.92%

Color #8F7175 in popluar number systems.

HEX 8F 71 75
Decimal 143 113 117
Binary 10001111 1110001 1110101
Octal 217 161 165

Shades and tints

Shades of #8F7175

#8F7175
(143,113,117)
#82676B
(130,103,107)
#755D61
(117,93,97)
#685357
(104,83,87)
#5B494D
(91,73,77)
#4E3F43
(78,63,67)
#413539
(65,53,57)
#342B2F
(52,43,47)
#272125
(39,33,37)
#1A171B
(26,23,27)
#0D0D11
(13,13,17)
#000000
(0,0,0)

Tints of #8F7175

#8F7175
(143,113,117)
#997D81
(153,125,129)
#A3898D
(163,137,141)
#AD9599
(173,149,153)
#B7A1A5
(183,161,165)
#C1ADB1
(193,173,177)
#CBB9BD
(203,185,189)
#D5C5C9
(213,197,201)
#DFD1D5
(223,209,213)
#E9DDE1
(233,221,225)
#F3E9ED
(243,233,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8F7175; }

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

This text font color is #8F7175.

Background Color

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

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

This div background color is #8F7175.

Border color

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

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

This div border color is #8F7175.

Opacity

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

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

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

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

This text has shadow with #8F7175 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8F7175.

Preview

Color preview on black background

This text has color #8F7175 on black background.


Color preview on white background

This text has color #8F7175 on white background.


Black color preview on #8F7175 background

This text has black color on #8F7175 background.


White color preview on #8F7175 background

This text has white color on #8F7175 background.


Related colors

Complementary color

Complementary color for #hex is #708E8A.


I love getcolorcode.com

Triadic colors

1 #758F71 and #71758F with #8F7175 are triadic colors.

2 #75718F and #718F75 with #8F7175 are triadic colors.