COLOR #81707D

HEX: #81707D RGB: (129,112,125)

Color info

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

RGB color model

#81707D color RGB value is (129,112,125).

RGB: (129,112,125) (51%, 44%, 49%)

RGB channels and saturation

R 129 of 255 = 51%
G 112 of 255 = 44%
B 125 of 255 = 49%

129
112
125

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

Portions of RGB colors in percentages

R + G + B = 129 + 112 + 125 = 366 (100%)
R 129 of 366 ~ 35.25%
G 112 of 366 ~ 30.6%
B 125 of 366 ~ 34.15'%

%35.25
%30.6
%34.15

CMYK color model

#81707D color CMYK value is (0,13,3,49).

  • cyan value is 0.00%
  • magenta value is 13.18%
  • yellow value is 3.10%
  • key color value is 49.41%

CMYK: (0,13,3,49)
C0M13Y3K49 (0%, 13%, 3%, 49%)
(0.00 / 0.13 / 0.03 / 0.49)

CMYK percentages

%0
%13.18
%3.1
%49.41

Codes

Color #81707D in popluar color models

81 70 7D
RGB 129 112 125
HSL 314° 7.05% 47.25%
HSB/HSV 314° 13.18% 50.59%
CMYK 0.00% 13.18% 3.10%
49.41%

Color #81707D in popluar number systems.

HEX 81 70 7D
Decimal 129 112 125
Binary 10000001 1110000 1111101
Octal 201 160 175

Shades and tints

Shades of #81707D

#81707D
(129,112,125)
#766672
(118,102,114)
#6B5C67
(107,92,103)
#60525C
(96,82,92)
#554851
(85,72,81)
#4A3E46
(74,62,70)
#3F343B
(63,52,59)
#342A30
(52,42,48)
#292025
(41,32,37)
#1E161A
(30,22,26)
#130C0F
(19,12,15)
#000000
(0,0,0)

Tints of #81707D

#81707D
(129,112,125)
#8C7D88
(140,125,136)
#978A93
(151,138,147)
#A2979E
(162,151,158)
#ADA4A9
(173,164,169)
#B8B1B4
(184,177,180)
#C3BEBF
(195,190,191)
#CECBCA
(206,203,202)
#D9D8D5
(217,216,213)
#E4E5E0
(228,229,224)
#EFF2EB
(239,242,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #81707D color. Also use rgb(129,112,125) instead hex code.

Text Font Color

.myTextColor { color: #81707D; }

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

This text font color is #81707D.

Background Color

.myBgColor { background-color: #81707D; }

<div style="background-color:#81707D">Inner text</div>

This div background color is #81707D.

Border color

.myBorderColor { border: 1px solid #81707D; }

<div style="border:3px solid #81707D">Div</div>

This div border color is #81707D.

Opacity

.myOpacity80 { color: #81707D; opacity: 0.8; }

<p style="color:#81707D;opacity:0.8;">80%</p>

Text with #81707D 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 #81707D;}

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

This text has shadow with #81707D color.


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

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

This text has shadow with #81707D primary color and red secondary color.


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

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

This text has shadow with #81707D and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #81707D.

Preview

Color preview on black background

This text has color #81707D on black background.


Color preview on white background

This text has color #81707D on white background.


Black color preview on #81707D background

This text has black color on #81707D background.


White color preview on #81707D background

This text has white color on #81707D background.


Related colors

Complementary color

Complementary color for #hex is #7E8F82.


I love getcolorcode.com

Triadic colors

1 #7D8170 and #707D81 with #81707D are triadic colors.

2 #7D7081 and #70817D with #81707D are triadic colors.