COLOR #81727C

HEX: #81727C RGB: (129,114,124)

Color info

#81727C contains red, green and blue colors in about the same proportion. Web safe color of #81727C is #996666 (or #966).

RGB color model

#81727C color RGB value is (129,114,124).

RGB: (129,114,124) (51%, 45%, 49%)

RGB channels and saturation

R 129 of 255 = 51%
G 114 of 255 = 45%
B 124 of 255 = 49%

129
114
124

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

Portions of RGB colors in percentages

R + G + B = 129 + 114 + 124 = 367 (100%)
R 129 of 367 ~ 35.15%
G 114 of 367 ~ 31.06%
B 124 of 367 ~ 33.79'%

%35.15
%31.06
%33.79

CMYK color model

#81727C color CMYK value is (0,12,4,49).

  • cyan value is 0.00%
  • magenta value is 11.63%
  • yellow value is 3.88%
  • key color value is 49.41%

CMYK: (0,12,4,49)
C0M12Y4K49 (0%, 12%, 4%, 49%)
(0.00 / 0.12 / 0.04 / 0.49)

CMYK percentages

%0
%11.63
%3.88
%49.41

Codes

Color #81727C in popluar color models

81 72 7C
RGB 129 114 124
HSL 320° 6.17% 47.65%
HSB/HSV 320° 11.63% 50.59%
CMYK 0.00% 11.63% 3.88%
49.41%

Color #81727C in popluar number systems.

HEX 81 72 7C
Decimal 129 114 124
Binary 10000001 1110010 1111100
Octal 201 162 174

Shades and tints

Shades of #81727C

#81727C
(129,114,124)
#766871
(118,104,113)
#6B5E66
(107,94,102)
#60545B
(96,84,91)
#554A50
(85,74,80)
#4A4045
(74,64,69)
#3F363A
(63,54,58)
#342C2F
(52,44,47)
#292224
(41,34,36)
#1E1819
(30,24,25)
#130E0E
(19,14,14)
#000000
(0,0,0)

Tints of #81727C

#81727C
(129,114,124)
#8C7E87
(140,126,135)
#978A92
(151,138,146)
#A2969D
(162,150,157)
#ADA2A8
(173,162,168)
#B8AEB3
(184,174,179)
#C3BABE
(195,186,190)
#CEC6C9
(206,198,201)
#D9D2D4
(217,210,212)
#E4DEDF
(228,222,223)
#EFEAEA
(239,234,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #81727C; }

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

This text font color is #81727C.

Background Color

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

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

This div background color is #81727C.

Border color

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

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

This div border color is #81727C.

Opacity

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

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

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

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

This text has shadow with #81727C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #81727C.

Preview

Color preview on black background

This text has color #81727C on black background.


Color preview on white background

This text has color #81727C on white background.


Black color preview on #81727C background

This text has black color on #81727C background.


White color preview on #81727C background

This text has white color on #81727C background.


Related colors

Complementary color

Complementary color for #hex is #7E8D83.


I love getcolorcode.com

Triadic colors

1 #7C8172 and #727C81 with #81727C are triadic colors.

2 #7C7281 and #72817C with #81727C are triadic colors.