COLOR #8B6770

HEX: #8B6770 RGB: (139,103,112)

Color info

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

RGB color model

#8B6770 color RGB value is (139,103,112).

RGB: (139,103,112) (55%, 40%, 44%)

RGB channels and saturation

R 139 of 255 = 55%
G 103 of 255 = 40%
B 112 of 255 = 44%

139
103
112

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

Portions of RGB colors in percentages

R + G + B = 139 + 103 + 112 = 354 (100%)
R 139 of 354 ~ 39.27%
G 103 of 354 ~ 29.1%
B 112 of 354 ~ 31.64'%

%39.27
%29.1
%31.64

CMYK color model

#8B6770 color CMYK value is (0,26,19,45).

  • cyan value is 0.00%
  • magenta value is 25.90%
  • yellow value is 19.42%
  • key color value is 45.49%

CMYK: (0,26,19,45)
C0M26Y19K45 (0%, 26%, 19%, 45%)
(0.00 / 0.26 / 0.19 / 0.45)

CMYK percentages

%0
%25.9
%19.42
%45.49

Codes

Color #8B6770 in popluar color models

8B 67 70
RGB 139 103 112
HSL 345° 14.88% 47.45%
HSB/HSV 345° 25.90% 54.51%
CMYK 0.00% 25.90% 19.42%
45.49%

Color #8B6770 in popluar number systems.

HEX 8B 67 70
Decimal 139 103 112
Binary 10001011 1100111 1110000
Octal 213 147 160

Shades and tints

Shades of #8B6770

#8B6770
(139,103,112)
#7F5E66
(127,94,102)
#73555C
(115,85,92)
#674C52
(103,76,82)
#5B4348
(91,67,72)
#4F3A3E
(79,58,62)
#433134
(67,49,52)
#37282A
(55,40,42)
#2B1F20
(43,31,32)
#1F1616
(31,22,22)
#130D0C
(19,13,12)
#000000
(0,0,0)

Tints of #8B6770

#8B6770
(139,103,112)
#95747D
(149,116,125)
#9F818A
(159,129,138)
#A98E97
(169,142,151)
#B39BA4
(179,155,164)
#BDA8B1
(189,168,177)
#C7B5BE
(199,181,190)
#D1C2CB
(209,194,203)
#DBCFD8
(219,207,216)
#E5DCE5
(229,220,229)
#EFE9F2
(239,233,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8B6770 color. Also use rgb(139,103,112) instead hex code.

Text Font Color

.myTextColor { color: #8B6770; }

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

This text font color is #8B6770.

Background Color

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

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

This div background color is #8B6770.

Border color

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

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

This div border color is #8B6770.

Opacity

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

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

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

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

This text has shadow with #8B6770 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8B6770.

Preview

Color preview on black background

This text has color #8B6770 on black background.


Color preview on white background

This text has color #8B6770 on white background.


Black color preview on #8B6770 background

This text has black color on #8B6770 background.


White color preview on #8B6770 background

This text has white color on #8B6770 background.


Related colors

Complementary color

Complementary color for #hex is #74988F.


I love getcolorcode.com

Triadic colors

1 #708B67 and #67708B with #8B6770 are triadic colors.

2 #70678B and #678B70 with #8B6770 are triadic colors.