COLOR #8B6877

HEX: #8B6877 RGB: (139,104,119)

Color info

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

RGB color model

#8B6877 color RGB value is (139,104,119).

RGB: (139,104,119) (55%, 41%, 47%)

RGB channels and saturation

R 139 of 255 = 55%
G 104 of 255 = 41%
B 119 of 255 = 47%

139
104
119

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

Portions of RGB colors in percentages

R + G + B = 139 + 104 + 119 = 362 (100%)
R 139 of 362 ~ 38.4%
G 104 of 362 ~ 28.73%
B 119 of 362 ~ 32.87'%

%38.4
%28.73
%32.87

CMYK color model

#8B6877 color CMYK value is (0,25,14,45).

  • cyan value is 0.00%
  • magenta value is 25.18%
  • yellow value is 14.39%
  • key color value is 45.49%

CMYK: (0,25,14,45)
C0M25Y14K45 (0%, 25%, 14%, 45%)
(0.00 / 0.25 / 0.14 / 0.45)

CMYK percentages

%0
%25.18
%14.39
%45.49

Codes

Color #8B6877 in popluar color models

8B 68 77
RGB 139 104 119
HSL 334° 14.40% 47.65%
HSB/HSV 334° 25.18% 54.51%
CMYK 0.00% 25.18% 14.39%
45.49%

Color #8B6877 in popluar number systems.

HEX 8B 68 77
Decimal 139 104 119
Binary 10001011 1101000 1110111
Octal 213 150 167

Shades and tints

Shades of #8B6877

#8B6877
(139,104,119)
#7F5F6D
(127,95,109)
#735663
(115,86,99)
#674D59
(103,77,89)
#5B444F
(91,68,79)
#4F3B45
(79,59,69)
#43323B
(67,50,59)
#372931
(55,41,49)
#2B2027
(43,32,39)
#1F171D
(31,23,29)
#130E13
(19,14,19)
#000000
(0,0,0)

Tints of #8B6877

#8B6877
(139,104,119)
#957583
(149,117,131)
#9F828F
(159,130,143)
#A98F9B
(169,143,155)
#B39CA7
(179,156,167)
#BDA9B3
(189,169,179)
#C7B6BF
(199,182,191)
#D1C3CB
(209,195,203)
#DBD0D7
(219,208,215)
#E5DDE3
(229,221,227)
#EFEAEF
(239,234,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8B6877 color. Also use rgb(139,104,119) instead hex code.

Text Font Color

.myTextColor { color: #8B6877; }

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

This text font color is #8B6877.

Background Color

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

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

This div background color is #8B6877.

Border color

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

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

This div border color is #8B6877.

Opacity

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

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

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

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

This text has shadow with #8B6877 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8B6877.

Preview

Color preview on black background

This text has color #8B6877 on black background.


Color preview on white background

This text has color #8B6877 on white background.


Black color preview on #8B6877 background

This text has black color on #8B6877 background.


White color preview on #8B6877 background

This text has white color on #8B6877 background.


Related colors

Complementary color

Complementary color for #hex is #749788.


I love getcolorcode.com

Triadic colors

1 #778B68 and #68778B with #8B6877 are triadic colors.

2 #77688B and #688B77 with #8B6877 are triadic colors.