COLOR #8B807A

HEX: #8B807A RGB: (139,128,122)

Color info

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

RGB color model

#8B807A color RGB value is (139,128,122).

RGB: (139,128,122) (55%, 50%, 48%)

RGB channels and saturation

R 139 of 255 = 55%
G 128 of 255 = 50%
B 122 of 255 = 48%

139
128
122

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

Portions of RGB colors in percentages

R + G + B = 139 + 128 + 122 = 389 (100%)
R 139 of 389 ~ 35.73%
G 128 of 389 ~ 32.9%
B 122 of 389 ~ 31.36'%

%35.73
%32.9
%31.36

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 7.91%
  • yellow value is 12.23%
  • key color value is 45.49%
CMYK: (0,8,12,45) C0M8Y12K45 (0%,8%,12%,45%) (0.00/0.08/0.12/0.45) 

CMYK percentages

%0
%7.91
%12.23
%45.49

Codes

Color #8B807A in popluar color models

8B 80 7A
RGB 139 128 122
HSL 21° 6.83% 51.18%
HSB/HSV 21° 12.23% 54.51%
CMYK 0.00% 7.91% 12.23%
45.49%

Color #8B807A in popluar number systems.

HEX 8B 80 7A
Decimal 139 128 122
Binary 10001011 10000000 1111010
Octal 213 200 172

Shades and tints

Shades of #8B807A

#8B807A
(139,128,122)
#7F756F
(127,117,111)
#736A64
(115,106,100)
#675F59
(103,95,89)
#5B544E
(91,84,78)
#4F4943
(79,73,67)
#433E38
(67,62,56)
#37332D
(55,51,45)
#2B2822
(43,40,34)
#1F1D17
(31,29,23)
#13120C
(19,18,12)
#000000
(0,0,0)

Tints of #8B807A

#8B807A
(139,128,122)
#958B86
(149,139,134)
#9F9692
(159,150,146)
#A9A19E
(169,161,158)
#B3ACAA
(179,172,170)
#BDB7B6
(189,183,182)
#C7C2C2
(199,194,194)
#D1CDCE
(209,205,206)
#DBD8DA
(219,216,218)
#E5E3E6
(229,227,230)
#EFEEF2
(239,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8B807A; }

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

This text font color is #8B807A.

Background Color

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

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

This div background color is #8B807A.

Border color

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

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

This div border color is #8B807A.

Opacity

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

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

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

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

This text has shadow with #8B807A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8B807A.

Preview

Color preview on black background

This text has color #8B807A on black background.


Color preview on white background

This text has color #8B807A on white background.


Black color preview on #8B807A background

This text has black color on #8B807A background.


White color preview on #8B807A background

This text has white color on #8B807A background.


Related colors

Complementary color

Complementary color for #hex is #747F85.


I love getcolorcode.com

Triadic colors

1 #7A8B80 and #807A8B with #8B807A are triadic colors.

2 #7A808B and #808B7A with #8B807A are triadic colors.