COLOR #81729C

HEX: #81729C RGB: (129,114,156)

Color info

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

RGB color model

#81729C color RGB value is (129,114,156).

RGB: (129,114,156) (51%, 45%, 61%)

RGB channels and saturation

R 129 of 255 = 51%
G 114 of 255 = 45%
B 156 of 255 = 61%

129
114
156

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

Portions of RGB colors in percentages

R + G + B = 129 + 114 + 156 = 399 (100%)
R 129 of 399 ~ 32.33%
G 114 of 399 ~ 28.57%
B 156 of 399 ~ 39.1'%

%32.33
%28.57
%39.1

CMYK color model

#81729C color CMYK value is (17,27,0,39).

  • cyan value is 17.31%
  • magenta value is 26.92%
  • yellow value is 0.00%
  • key color value is 38.82%

CMYK: (17,27,0,39)
C17M27Y0K39 (17%, 27%, 0%, 39%)
(0.17 / 0.27 / 0.00 / 0.39)

CMYK percentages

%17.31
%26.92
%0
%38.82

Codes

Color #81729C in popluar color models

81 72 9C
RGB 129 114 156
HSL 261° 17.50% 52.94%
HSB/HSV 261° 26.92% 61.18%
CMYK 17.31% 26.92% 0.00%
38.82%

Color #81729C in popluar number systems.

HEX 81 72 9C
Decimal 129 114 156
Binary 10000001 1110010 10011100
Octal 201 162 234

Shades and tints

Shades of #81729C

#81729C
(129,114,156)
#76688E
(118,104,142)
#6B5E80
(107,94,128)
#605472
(96,84,114)
#554A64
(85,74,100)
#4A4056
(74,64,86)
#3F3648
(63,54,72)
#342C3A
(52,44,58)
#29222C
(41,34,44)
#1E181E
(30,24,30)
#130E10
(19,14,16)
#000000
(0,0,0)

Tints of #81729C

#81729C
(129,114,156)
#8C7EA5
(140,126,165)
#978AAE
(151,138,174)
#A296B7
(162,150,183)
#ADA2C0
(173,162,192)
#B8AEC9
(184,174,201)
#C3BAD2
(195,186,210)
#CEC6DB
(206,198,219)
#D9D2E4
(217,210,228)
#E4DEED
(228,222,237)
#EFEAF6
(239,234,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #81729C color. Also use rgb(129,114,156) instead hex code.

Text Font Color

.myTextColor { color: #81729C; }

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

This text font color is #81729C.

Background Color

.myBgColor { background-color: #81729C; }

<div style="background-color:#81729C">Inner text</div>

This div background color is #81729C.

Border color

.myBorderColor { border: 1px solid #81729C; }

<div style="border:3px solid #81729C">Div</div>

This div border color is #81729C.

Opacity

.myOpacity80 { color: #81729C; opacity: 0.8; }

<p style="color:#81729C;opacity:0.8;">80%</p>

Text with #81729C 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 #81729C;}

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

This text has shadow with #81729C color.


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

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

This text has shadow with #81729C primary color and red secondary color.


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

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

This text has shadow with #81729C and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #81729C.

Preview

Color preview on black background

This text has color #81729C on black background.


Color preview on white background

This text has color #81729C on white background.


Black color preview on #81729C background

This text has black color on #81729C background.


White color preview on #81729C background

This text has white color on #81729C background.


Related colors

Complementary color

Complementary color for #hex is #7E8D63.


I love getcolorcode.com

Triadic colors

1 #9C8172 and #729C81 with #81729C are triadic colors.

2 #9C7281 and #72819C with #81729C are triadic colors.