COLOR #8B768A

HEX: #8B768A
RGB: (139,118,138)

Color info

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

RGB color model

#8B768A color RGB value is (139,118,138).

  • red value is 139;
  • green value is 118;
  • blue value is 138.
RGB:
(139,118,138)
(55%,46%,54%)

RGB channels and saturation

R 139 of 255 = 55%
G 118 of 255 = 46%
B 138 of 255 = 54%

139
118
138

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

Portions of RGB colors in percentages

R + G + B =
139 + 118 + 138 = 395 (100%)
R 139 of 395 ~ 35.19%
G 118 of 395 ~ 29.87%
B 138 of 395 ~ 34.94%

%35.19
%29.87
%34.94

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 15.11%
  • yellow value is 0.72%
  • key color value is 45.49%
CMYK:
(0,15,1,45)
C0M15Y1K45 
(0%,15%,1%,45%)
(0.00/0.15/0.01/0.45)	

CMYK percentages

%0
%15.11
%0.72
%45.49

Codes

Color #8B768A in popluar color models

8B768A
RGB139118138
HSL303°8.30%50.39%
HSB/HSV303°15.11%54.51%
CMYK0.00%15.11%0.72%
45.49%

Color #8B768A in popluar number systems.

HEX8B768A
Decimal139118138
Binary10001011111011010001010
Octal213166212

Shades and tints

Shades of #8B768A

#8B768A
(139,118,138)
#7F6C7E
(127,108,126)
#736272
(115,98,114)
#675866
(103,88,102)
#5B4E5A
(91,78,90)
#4F444E
(79,68,78)
#433A42
(67,58,66)
#373036
(55,48,54)
#2B262A
(43,38,42)
#1F1C1E
(31,28,30)
#131212
(19,18,18)
#000000
(0,0,0)

Tints of #8B768A

#8B768A
(139,118,138)
#958294
(149,130,148)
#9F8E9E
(159,142,158)
#A99AA8
(169,154,168)
#B3A6B2
(179,166,178)
#BDB2BC
(189,178,188)
#C7BEC6
(199,190,198)
#D1CAD0
(209,202,208)
#DBD6DA
(219,214,218)
#E5E2E4
(229,226,228)
#EFEEEE
(239,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8B768A color. Also use rgb(139,118,138) instead hex code.

Text Font Color

.myTextColor { color: #8B768A; }

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

This text font color is #8B768A.


Background Color

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

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

This div background color is #8B768A.


Border color

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

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

This div border color is #8B768A.


Opacity

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

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

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

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

This text has shadow with #8B768A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8B768A on black background.


Color preview on white background

This text has color #8B768A on white background.



Black color preview on #8B768A background

This text has black color on #8B768A background.


White color preview on #8B768A background

This text has white color on #8B768A background.