COLOR #8B6A7A

HEX: #8B6A7A RGB: (139,106,122)

Color info

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

RGB color model

#8B6A7A color RGB value is (139,106,122).

RGB: (139,106,122) (55%, 42%, 48%)

RGB channels and saturation

R 139 of 255 = 55%
G 106 of 255 = 42%
B 122 of 255 = 48%

139
106
122

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

Portions of RGB colors in percentages

R + G + B = 139 + 106 + 122 = 367 (100%)
R 139 of 367 ~ 37.87%
G 106 of 367 ~ 28.88%
B 122 of 367 ~ 33.24'%

%37.87
%28.88
%33.24

CMYK color model

#8B6A7A color CMYK value is (0,24,12,45).

  • cyan value is 0.00%
  • magenta value is 23.74%
  • yellow value is 12.23%
  • key color value is 45.49%

CMYK: (0,24,12,45)
C0M24Y12K45 (0%, 24%, 12%, 45%)
(0.00 / 0.24 / 0.12 / 0.45)

CMYK percentages

%0
%23.74
%12.23
%45.49

Codes

Color #8B6A7A in popluar color models

8B 6A 7A
RGB 139 106 122
HSL 331° 13.47% 48.04%
HSB/HSV 331° 23.74% 54.51%
CMYK 0.00% 23.74% 12.23%
45.49%

Color #8B6A7A in popluar number systems.

HEX 8B 6A 7A
Decimal 139 106 122
Binary 10001011 1101010 1111010
Octal 213 152 172

Shades and tints

Shades of #8B6A7A

#8B6A7A
(139,106,122)
#7F616F
(127,97,111)
#735864
(115,88,100)
#674F59
(103,79,89)
#5B464E
(91,70,78)
#4F3D43
(79,61,67)
#433438
(67,52,56)
#372B2D
(55,43,45)
#2B2222
(43,34,34)
#1F1917
(31,25,23)
#13100C
(19,16,12)
#000000
(0,0,0)

Tints of #8B6A7A

#8B6A7A
(139,106,122)
#957786
(149,119,134)
#9F8492
(159,132,146)
#A9919E
(169,145,158)
#B39EAA
(179,158,170)
#BDABB6
(189,171,182)
#C7B8C2
(199,184,194)
#D1C5CE
(209,197,206)
#DBD2DA
(219,210,218)
#E5DFE6
(229,223,230)
#EFECF2
(239,236,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8B6A7A color. Also use rgb(139,106,122) instead hex code.

Text Font Color

.myTextColor { color: #8B6A7A; }

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

This text font color is #8B6A7A.

Background Color

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

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

This div background color is #8B6A7A.

Border color

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

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

This div border color is #8B6A7A.

Opacity

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

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

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

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

This text has shadow with #8B6A7A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8B6A7A.

Preview

Color preview on black background

This text has color #8B6A7A on black background.


Color preview on white background

This text has color #8B6A7A on white background.


Black color preview on #8B6A7A background

This text has black color on #8B6A7A background.


White color preview on #8B6A7A background

This text has white color on #8B6A7A background.


Related colors

Complementary color

Complementary color for #hex is #749585.


I love getcolorcode.com

Triadic colors

1 #7A8B6A and #6A7A8B with #8B6A7A are triadic colors.

2 #7A6A8B and #6A8B7A with #8B6A7A are triadic colors.