COLOR #8B779F

HEX: #8B779F
RGB: (139,119,159)

Color info

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

RGB color model

#8B779F color RGB value is (139,119,159).

  • red value is 139;
  • green value is 119;
  • blue value is 159.
RGB:
(139,119,159)
(55%,47%,62%)

RGB channels and saturation

R 139 of 255 = 55%
G 119 of 255 = 47%
B 159 of 255 = 62%

139
119
159

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

Portions of RGB colors in percentages

R + G + B =
139 + 119 + 159 = 417 (100%)
R 139 of 417 ~ 33.33%
G 119 of 417 ~ 28.54%
B 159 of 417 ~ 38.13%

%33.33
%28.54
%38.13

CMYK color model

#8B779F color CMYK value is (13,25,0,38).

  • cyan value is 12.58%
  • magenta value is 25.16%
  • yellow value is 0.00%
  • key color value is 37.65%
CMYK:
(13,25,0,38)
C13M25Y0K38 
(13%,25%,0%,38%)
(0.13/0.25/0.00/0.38)	

CMYK percentages

%12.58
%25.16
%0
%37.65

Codes

Color #8B779F in popluar color models

8B779F
RGB139119159
HSL270°17.24%54.51%
HSB/HSV270°25.16%62.35%
CMYK12.58%25.16%0.00%
37.65%

Color #8B779F in popluar number systems.

HEX8B779F
Decimal139119159
Binary10001011111011110011111
Octal213167237

Shades and tints

Shades of #8B779F

#8B779F
(139,119,159)
#7F6D91
(127,109,145)
#736383
(115,99,131)
#675975
(103,89,117)
#5B4F67
(91,79,103)
#4F4559
(79,69,89)
#433B4B
(67,59,75)
#37313D
(55,49,61)
#2B272F
(43,39,47)
#1F1D21
(31,29,33)
#131313
(19,19,19)
#000000
(0,0,0)

Tints of #8B779F

#8B779F
(139,119,159)
#9583A7
(149,131,167)
#9F8FAF
(159,143,175)
#A99BB7
(169,155,183)
#B3A7BF
(179,167,191)
#BDB3C7
(189,179,199)
#C7BFCF
(199,191,207)
#D1CBD7
(209,203,215)
#DBD7DF
(219,215,223)
#E5E3E7
(229,227,231)
#EFEFEF
(239,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8B779F; }

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

This text font color is #8B779F.


Background Color

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

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

This div background color is #8B779F.


Border color

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

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

This div border color is #8B779F.


Opacity

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

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

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

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

This text has shadow with #8B779F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8B779F on black background.


Color preview on white background

This text has color #8B779F on white background.



Black color preview on #8B779F background

This text has black color on #8B779F background.


White color preview on #8B779F background

This text has white color on #8B779F background.