COLOR #8B7F7C

HEX: #8B7F7C RGB: (139,127,124)

Color info

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

RGB color model

#8B7F7C color RGB value is (139,127,124).

RGB: (139,127,124) (55%, 50%, 49%)

RGB channels and saturation

R 139 of 255 = 55%
G 127 of 255 = 50%
B 124 of 255 = 49%

139
127
124

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

Portions of RGB colors in percentages

R + G + B = 139 + 127 + 124 = 390 (100%)
R 139 of 390 ~ 35.64%
G 127 of 390 ~ 32.56%
B 124 of 390 ~ 31.79'%

%35.64
%32.56
%31.79

CMYK color model

#8B7F7C color CMYK value is (0,9,11,45).

  • cyan value is 0.00%
  • magenta value is 8.63%
  • yellow value is 10.79%
  • key color value is 45.49%
CMYK: (0,9,11,45) C0M9Y11K45 (0%,9%,11%,45%) (0.00/0.09/0.11/0.45) 

CMYK percentages

%0
%8.63
%10.79
%45.49

Codes

Color #8B7F7C in popluar color models

8B 7F 7C
RGB 139 127 124
HSL 12° 6.07% 51.57%
HSB/HSV 12° 10.79% 54.51%
CMYK 0.00% 8.63% 10.79%
45.49%

Color #8B7F7C in popluar number systems.

HEX 8B 7F 7C
Decimal 139 127 124
Binary 10001011 1111111 1111100
Octal 213 177 174

Shades and tints

Shades of #8B7F7C

#8B7F7C
(139,127,124)
#7F7471
(127,116,113)
#736966
(115,105,102)
#675E5B
(103,94,91)
#5B5350
(91,83,80)
#4F4845
(79,72,69)
#433D3A
(67,61,58)
#37322F
(55,50,47)
#2B2724
(43,39,36)
#1F1C19
(31,28,25)
#13110E
(19,17,14)
#000000
(0,0,0)

Tints of #8B7F7C

#8B7F7C
(139,127,124)
#958A87
(149,138,135)
#9F9592
(159,149,146)
#A9A09D
(169,160,157)
#B3ABA8
(179,171,168)
#BDB6B3
(189,182,179)
#C7C1BE
(199,193,190)
#D1CCC9
(209,204,201)
#DBD7D4
(219,215,212)
#E5E2DF
(229,226,223)
#EFEDEA
(239,237,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8B7F7C; }

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

This text font color is #8B7F7C.

Background Color

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

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

This div background color is #8B7F7C.

Border color

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

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

This div border color is #8B7F7C.

Opacity

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

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

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

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

This text has shadow with #8B7F7C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8B7F7C.

Preview

Color preview on black background

This text has color #8B7F7C on black background.


Color preview on white background

This text has color #8B7F7C on white background.


Black color preview on #8B7F7C background

This text has black color on #8B7F7C background.


White color preview on #8B7F7C background

This text has white color on #8B7F7C background.


Related colors

Complementary color

Complementary color for #hex is #748083.


I love getcolorcode.com

Triadic colors

1 #7C8B7F and #7F7C8B with #8B7F7C are triadic colors.

2 #7C7F8B and #7F8B7C with #8B7F7C are triadic colors.