COLOR #817D87

HEX: #817D87 RGB: (129,125,135)

Color info

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

RGB color model

#817D87 color RGB value is (129,125,135).

RGB: (129,125,135) (51%, 49%, 53%)

RGB channels and saturation

R 129 of 255 = 51%
G 125 of 255 = 49%
B 135 of 255 = 53%

129
125
135

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

Portions of RGB colors in percentages

R + G + B = 129 + 125 + 135 = 389 (100%)
R 129 of 389 ~ 33.16%
G 125 of 389 ~ 32.13%
B 135 of 389 ~ 34.7'%

%33.16
%32.13
%34.7

CMYK color model

#817D87 color CMYK value is (4,7,0,47).

  • cyan value is 4.44%
  • magenta value is 7.41%
  • yellow value is 0.00%
  • key color value is 47.06%

CMYK: (4,7,0,47)
C4M7Y0K47 (4%, 7%, 0%, 47%)
(0.04 / 0.07 / 0.00 / 0.47)

CMYK percentages

%4.44
%7.41
%0
%47.06

Codes

Color #817D87 in popluar color models

81 7D 87
RGB 129 125 135
HSL 264° 4.00% 50.98%
HSB/HSV 264° 7.41% 52.94%
CMYK 4.44% 7.41% 0.00%
47.06%

Color #817D87 in popluar number systems.

HEX 81 7D 87
Decimal 129 125 135
Binary 10000001 1111101 10000111
Octal 201 175 207

Shades and tints

Shades of #817D87

#817D87
(129,125,135)
#76727B
(118,114,123)
#6B676F
(107,103,111)
#605C63
(96,92,99)
#555157
(85,81,87)
#4A464B
(74,70,75)
#3F3B3F
(63,59,63)
#343033
(52,48,51)
#292527
(41,37,39)
#1E1A1B
(30,26,27)
#130F0F
(19,15,15)
#000000
(0,0,0)

Tints of #817D87

#817D87
(129,125,135)
#8C8891
(140,136,145)
#97939B
(151,147,155)
#A29EA5
(162,158,165)
#ADA9AF
(173,169,175)
#B8B4B9
(184,180,185)
#C3BFC3
(195,191,195)
#CECACD
(206,202,205)
#D9D5D7
(217,213,215)
#E4E0E1
(228,224,225)
#EFEBEB
(239,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #817D87 color. Also use rgb(129,125,135) instead hex code.

Text Font Color

.myTextColor { color: #817D87; }

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

This text font color is #817D87.

Background Color

.myBgColor { background-color: #817D87; }

<div style="background-color:#817D87">Inner text</div>

This div background color is #817D87.

Border color

.myBorderColor { border: 1px solid #817D87; }

<div style="border:3px solid #817D87">Div</div>

This div border color is #817D87.

Opacity

.myOpacity80 { color: #817D87; opacity: 0.8; }

<p style="color:#817D87;opacity:0.8;">80%</p>

Text with #817D87 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 #817D87;}

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

This text has shadow with #817D87 color.


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

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

This text has shadow with #817D87 primary color and red secondary color.


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

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

This text has shadow with #817D87 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #817D87.

Preview

Color preview on black background

This text has color #817D87 on black background.


Color preview on white background

This text has color #817D87 on white background.


Black color preview on #817D87 background

This text has black color on #817D87 background.


White color preview on #817D87 background

This text has white color on #817D87 background.


Related colors

Complementary color

Complementary color for #hex is #7E8278.


I love getcolorcode.com

Triadic colors

1 #87817D and #7D8781 with #817D87 are triadic colors.

2 #877D81 and #7D8187 with #817D87 are triadic colors.