COLOR #8B6F78

HEX: #8B6F78 RGB: (139,111,120)

Color info

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

RGB color model

#8B6F78 color RGB value is (139,111,120).

RGB: (139,111,120) (55%, 44%, 47%)

RGB channels and saturation

R 139 of 255 = 55%
G 111 of 255 = 44%
B 120 of 255 = 47%

139
111
120

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

Portions of RGB colors in percentages

R + G + B = 139 + 111 + 120 = 370 (100%)
R 139 of 370 ~ 37.57%
G 111 of 370 ~ 30%
B 120 of 370 ~ 32.43'%

%37.57
%30
%32.43

CMYK color model

#8B6F78 color CMYK value is (0,20,14,45).

  • cyan value is 0.00%
  • magenta value is 20.14%
  • yellow value is 13.67%
  • key color value is 45.49%

CMYK: (0,20,14,45)
C0M20Y14K45 (0%, 20%, 14%, 45%)
(0.00 / 0.20 / 0.14 / 0.45)

CMYK percentages

%0
%20.14
%13.67
%45.49

Codes

Color #8B6F78 in popluar color models

8B 6F 78
RGB 139 111 120
HSL 341° 11.20% 49.02%
HSB/HSV 341° 20.14% 54.51%
CMYK 0.00% 20.14% 13.67%
45.49%

Color #8B6F78 in popluar number systems.

HEX 8B 6F 78
Decimal 139 111 120
Binary 10001011 1101111 1111000
Octal 213 157 170

Shades and tints

Shades of #8B6F78

#8B6F78
(139,111,120)
#7F656E
(127,101,110)
#735B64
(115,91,100)
#67515A
(103,81,90)
#5B4750
(91,71,80)
#4F3D46
(79,61,70)
#43333C
(67,51,60)
#372932
(55,41,50)
#2B1F28
(43,31,40)
#1F151E
(31,21,30)
#130B14
(19,11,20)
#000000
(0,0,0)

Tints of #8B6F78

#8B6F78
(139,111,120)
#957C84
(149,124,132)
#9F8990
(159,137,144)
#A9969C
(169,150,156)
#B3A3A8
(179,163,168)
#BDB0B4
(189,176,180)
#C7BDC0
(199,189,192)
#D1CACC
(209,202,204)
#DBD7D8
(219,215,216)
#E5E4E4
(229,228,228)
#EFF1F0
(239,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8B6F78 color. Also use rgb(139,111,120) instead hex code.

Text Font Color

.myTextColor { color: #8B6F78; }

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

This text font color is #8B6F78.

Background Color

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

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

This div background color is #8B6F78.

Border color

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

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

This div border color is #8B6F78.

Opacity

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

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

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

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

This text has shadow with #8B6F78 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8B6F78.

Preview

Color preview on black background

This text has color #8B6F78 on black background.


Color preview on white background

This text has color #8B6F78 on white background.


Black color preview on #8B6F78 background

This text has black color on #8B6F78 background.


White color preview on #8B6F78 background

This text has white color on #8B6F78 background.


Related colors

Complementary color

Complementary color for #hex is #749087.


I love getcolorcode.com

Triadic colors

1 #788B6F and #6F788B with #8B6F78 are triadic colors.

2 #786F8B and #6F8B78 with #8B6F78 are triadic colors.