COLOR #8B717F

HEX: #8B717F RGB: (139,113,127)

Color info

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

RGB color model

#8B717F color RGB value is (139,113,127).

RGB: (139,113,127) (55%, 44%, 50%)

RGB channels and saturation

R 139 of 255 = 55%
G 113 of 255 = 44%
B 127 of 255 = 50%

139
113
127

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

Portions of RGB colors in percentages

R + G + B = 139 + 113 + 127 = 379 (100%)
R 139 of 379 ~ 36.68%
G 113 of 379 ~ 29.82%
B 127 of 379 ~ 33.51'%

%36.68
%29.82
%33.51

CMYK color model

#8B717F color CMYK value is (0,19,9,45).

  • cyan value is 0.00%
  • magenta value is 18.71%
  • yellow value is 8.63%
  • key color value is 45.49%

CMYK: (0,19,9,45)
C0M19Y9K45 (0%, 19%, 9%, 45%)
(0.00 / 0.19 / 0.09 / 0.45)

CMYK percentages

%0
%18.71
%8.63
%45.49

Codes

Color #8B717F in popluar color models

8B 71 7F
RGB 139 113 127
HSL 328° 10.32% 49.41%
HSB/HSV 328° 18.71% 54.51%
CMYK 0.00% 18.71% 8.63%
45.49%

Color #8B717F in popluar number systems.

HEX 8B 71 7F
Decimal 139 113 127
Binary 10001011 1110001 1111111
Octal 213 161 177

Shades and tints

Shades of #8B717F

#8B717F
(139,113,127)
#7F6774
(127,103,116)
#735D69
(115,93,105)
#67535E
(103,83,94)
#5B4953
(91,73,83)
#4F3F48
(79,63,72)
#43353D
(67,53,61)
#372B32
(55,43,50)
#2B2127
(43,33,39)
#1F171C
(31,23,28)
#130D11
(19,13,17)
#000000
(0,0,0)

Tints of #8B717F

#8B717F
(139,113,127)
#957D8A
(149,125,138)
#9F8995
(159,137,149)
#A995A0
(169,149,160)
#B3A1AB
(179,161,171)
#BDADB6
(189,173,182)
#C7B9C1
(199,185,193)
#D1C5CC
(209,197,204)
#DBD1D7
(219,209,215)
#E5DDE2
(229,221,226)
#EFE9ED
(239,233,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8B717F color. Also use rgb(139,113,127) instead hex code.

Text Font Color

.myTextColor { color: #8B717F; }

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

This text font color is #8B717F.

Background Color

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

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

This div background color is #8B717F.

Border color

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

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

This div border color is #8B717F.

Opacity

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

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

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

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

This text has shadow with #8B717F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8B717F.

Preview

Color preview on black background

This text has color #8B717F on black background.


Color preview on white background

This text has color #8B717F on white background.


Black color preview on #8B717F background

This text has black color on #8B717F background.


White color preview on #8B717F background

This text has white color on #8B717F background.


Related colors

Complementary color

Complementary color for #hex is #748E80.


I love getcolorcode.com

Triadic colors

1 #7F8B71 and #717F8B with #8B717F are triadic colors.

2 #7F718B and #718B7F with #8B717F are triadic colors.