COLOR #8D768A

HEX: #8D768A
RGB: (141,118,138)

Color info

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

RGB color model

#8D768A color RGB value is (141,118,138).

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

RGB channels and saturation

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

141
118
138

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

Portions of RGB colors in percentages

R + G + B =
141 + 118 + 138 = 397 (100%)
R 141 of 397 ~ 35.52%
G 118 of 397 ~ 29.72%
B 138 of 397 ~ 34.76%

%35.52
%29.72
%34.76

CMYK color model

#8D768A color CMYK value is (0,16,2,45).

  • cyan value is 0.00%
  • magenta value is 16.31%
  • yellow value is 2.13%
  • key color value is 44.71%
CMYK:
(0,16,2,45)
C0M16Y2K45 
(0%,16%,2%,45%)
(0.00/0.16/0.02/0.45)	

CMYK percentages

%0
%16.31
%2.13
%44.71

Codes

Color #8D768A in popluar color models

8D768A
RGB141118138
HSL308°9.16%50.78%
HSB/HSV308°16.31%55.29%
CMYK0.00%16.31%2.13%
44.71%

Color #8D768A in popluar number systems.

HEX8D768A
Decimal141118138
Binary10001101111011010001010
Octal215166212

Shades and tints

Shades of #8D768A

#8D768A
(141,118,138)
#816C7E
(129,108,126)
#756272
(117,98,114)
#695866
(105,88,102)
#5D4E5A
(93,78,90)
#51444E
(81,68,78)
#453A42
(69,58,66)
#393036
(57,48,54)
#2D262A
(45,38,42)
#211C1E
(33,28,30)
#151212
(21,18,18)
#000000
(0,0,0)

Tints of #8D768A

#8D768A
(141,118,138)
#978294
(151,130,148)
#A18E9E
(161,142,158)
#AB9AA8
(171,154,168)
#B5A6B2
(181,166,178)
#BFB2BC
(191,178,188)
#C9BEC6
(201,190,198)
#D3CAD0
(211,202,208)
#DDD6DA
(221,214,218)
#E7E2E4
(231,226,228)
#F1EEEE
(241,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8D768A; }

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

This text font color is #8D768A.


Background Color

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

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

This div background color is #8D768A.


Border color

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

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

This div border color is #8D768A.


Opacity

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

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

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

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

This text has shadow with #8D768A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8D768A on black background.


Color preview on white background

This text has color #8D768A on white background.



Black color preview on #8D768A background

This text has black color on #8D768A background.


White color preview on #8D768A background

This text has white color on #8D768A background.