COLOR #81728F

HEX: #81728F
RGB: (129,114,143)

Color info

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

RGB color model

#81728F color RGB value is (129,114,143).

  • red value is 129;
  • green value is 114;
  • blue value is 143.
RGB:
(129,114,143)
(51%,45%,56%)

RGB channels and saturation

R 129 of 255 = 51%
G 114 of 255 = 45%
B 143 of 255 = 56%

129
114
143

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

Portions of RGB colors in percentages

R + G + B =
129 + 114 + 143 = 386 (100%)
R 129 of 386 ~ 33.42%
G 114 of 386 ~ 29.53%
B 143 of 386 ~ 37.05%

%33.42
%29.53
%37.05

CMYK color model

#81728F color CMYK value is (10,20,0,44).

  • cyan value is 9.79%
  • magenta value is 20.28%
  • yellow value is 0.00%
  • key color value is 43.92%
CMYK:
(10,20,0,44)
C10M20Y0K44 
(10%,20%,0%,44%)
(0.10/0.20/0.00/0.44)	

CMYK percentages

%9.79
%20.28
%0
%43.92

Codes

Color #81728F in popluar color models

81728F
RGB129114143
HSL271°11.46%50.39%
HSB/HSV271°20.28%56.08%
CMYK9.79%20.28%0.00%
43.92%

Color #81728F in popluar number systems.

HEX81728F
Decimal129114143
Binary10000001111001010001111
Octal201162217

Shades and tints

Shades of #81728F

#81728F
(129,114,143)
#766882
(118,104,130)
#6B5E75
(107,94,117)
#605468
(96,84,104)
#554A5B
(85,74,91)
#4A404E
(74,64,78)
#3F3641
(63,54,65)
#342C34
(52,44,52)
#292227
(41,34,39)
#1E181A
(30,24,26)
#130E0D
(19,14,13)
#000000
(0,0,0)

Tints of #81728F

#81728F
(129,114,143)
#8C7E99
(140,126,153)
#978AA3
(151,138,163)
#A296AD
(162,150,173)
#ADA2B7
(173,162,183)
#B8AEC1
(184,174,193)
#C3BACB
(195,186,203)
#CEC6D5
(206,198,213)
#D9D2DF
(217,210,223)
#E4DEE9
(228,222,233)
#EFEAF3
(239,234,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #81728F color. Also use rgb(129,114,143) instead hex code.

Text Font Color

.myTextColor { color: #81728F; }

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

This text font color is #81728F.


Background Color

.myBgColor { background-color: #81728F; }

<div style="background-color:#81728F">Inner text</div>

This div background color is #81728F.


Border color

.myBorderColor { border: 1px solid #81728F; }

<div style="border:3px solid #81728F">Div</div>

This div border color is #81728F.


Opacity

.myOpacity80 { color: #81728F; opacity: 0.8; }

<p style="color:#81728F;opacity:0.8;">80%</p>

Text with #81728F 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 #81728F;}

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

This text has shadow with #81728F color.

.textShadow {text-shadow: 3px 3px 1px #81728F, 3px 3px 1px red;}

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

This text has shadow with #81728F primary color and red secondary color.


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

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

This text has shadow with #81728F and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #81728F on black background.


Color preview on white background

This text has color #81728F on white background.



Black color preview on #81728F background

This text has black color on #81728F background.


White color preview on #81728F background

This text has white color on #81728F background.