COLOR #8B788D

HEX: #8B788D RGB: (139,120,141)

Color info

#8B788D contains red, green and blue colors in about the same proportion. Web safe color of #8B788D is #996699 (or #969).

RGB color model

#8B788D color RGB value is (139,120,141).

RGB: (139,120,141) (55%, 47%, 55%)

RGB channels and saturation

R 139 of 255 = 55%
G 120 of 255 = 47%
B 141 of 255 = 55%

139
120
141

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

Portions of RGB colors in percentages

R + G + B = 139 + 120 + 141 = 400 (100%)
R 139 of 400 ~ 34.75%
G 120 of 400 ~ 30%
B 141 of 400 ~ 35.25'%

%34.75
%30
%35.25

CMYK color model

#8B788D color CMYK value is (1,15,0,45).

  • cyan value is 1.42%
  • magenta value is 14.89%
  • yellow value is 0.00%
  • key color value is 44.71%

CMYK: (1,15,0,45)
C1M15Y0K45 (1%, 15%, 0%, 45%)
(0.01 / 0.15 / 0.00 / 0.45)

CMYK percentages

%1.42
%14.89
%0
%44.71

Codes

Color #8B788D in popluar color models

8B 78 8D
RGB 139 120 141
HSL 294° 8.43% 51.18%
HSB/HSV 294° 14.89% 55.29%
CMYK 1.42% 14.89% 0.00%
44.71%

Color #8B788D in popluar number systems.

HEX 8B 78 8D
Decimal 139 120 141
Binary 10001011 1111000 10001101
Octal 213 170 215

Shades and tints

Shades of #8B788D

#8B788D
(139,120,141)
#7F6E81
(127,110,129)
#736475
(115,100,117)
#675A69
(103,90,105)
#5B505D
(91,80,93)
#4F4651
(79,70,81)
#433C45
(67,60,69)
#373239
(55,50,57)
#2B282D
(43,40,45)
#1F1E21
(31,30,33)
#131415
(19,20,21)
#000000
(0,0,0)

Tints of #8B788D

#8B788D
(139,120,141)
#958497
(149,132,151)
#9F90A1
(159,144,161)
#A99CAB
(169,156,171)
#B3A8B5
(179,168,181)
#BDB4BF
(189,180,191)
#C7C0C9
(199,192,201)
#D1CCD3
(209,204,211)
#DBD8DD
(219,216,221)
#E5E4E7
(229,228,231)
#EFF0F1
(239,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8B788D; }

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

This text font color is #8B788D.

Background Color

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

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

This div background color is #8B788D.

Border color

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

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

This div border color is #8B788D.

Opacity

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

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

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

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

This text has shadow with #8B788D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8B788D.

Preview

Color preview on black background

This text has color #8B788D on black background.


Color preview on white background

This text has color #8B788D on white background.


Black color preview on #8B788D background

This text has black color on #8B788D background.


White color preview on #8B788D background

This text has white color on #8B788D background.


Related colors

Complementary color

Complementary color for #hex is #748772.


I love getcolorcode.com

Triadic colors

1 #8D8B78 and #788D8B with #8B788D are triadic colors.

2 #8D788B and #788B8D with #8B788D are triadic colors.