COLOR #817F80

HEX: #817F80 RGB: (129,127,128)

Color info

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

RGB color model

#817F80 color RGB value is (129,127,128).

RGB: (129,127,128) (51%, 50%, 50%)

RGB channels and saturation

R 129 of 255 = 51%
G 127 of 255 = 50%
B 128 of 255 = 50%

129
127
128

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

Portions of RGB colors in percentages

R + G + B = 129 + 127 + 128 = 384 (100%)
R 129 of 384 ~ 33.59%
G 127 of 384 ~ 33.07%
B 128 of 384 ~ 33.33'%

%33.59
%33.07
%33.33

CMYK color model

#817F80 color CMYK value is (0,2,1,49).

  • cyan value is 0.00%
  • magenta value is 1.55%
  • yellow value is 0.78%
  • key color value is 49.41%

CMYK: (0,2,1,49)
C0M2Y1K49 (0%, 2%, 1%, 49%)
(0.00 / 0.02 / 0.01 / 0.49)

CMYK percentages

%0
%1.55
%0.78
%49.41

Codes

Color #817F80 in popluar color models

81 7F 80
RGB 129 127 128
HSL 330° 0.79% 50.20%
HSB/HSV 330° 1.55% 50.59%
CMYK 0.00% 1.55% 0.78%
49.41%

Color #817F80 in popluar number systems.

HEX 81 7F 80
Decimal 129 127 128
Binary 10000001 1111111 10000000
Octal 201 177 200

Shades and tints

Shades of #817F80

#817F80
(129,127,128)
#767475
(118,116,117)
#6B696A
(107,105,106)
#605E5F
(96,94,95)
#555354
(85,83,84)
#4A4849
(74,72,73)
#3F3D3E
(63,61,62)
#343233
(52,50,51)
#292728
(41,39,40)
#1E1C1D
(30,28,29)
#131112
(19,17,18)
#000000
(0,0,0)

Tints of #817F80

#817F80
(129,127,128)
#8C8A8B
(140,138,139)
#979596
(151,149,150)
#A2A0A1
(162,160,161)
#ADABAC
(173,171,172)
#B8B6B7
(184,182,183)
#C3C1C2
(195,193,194)
#CECCCD
(206,204,205)
#D9D7D8
(217,215,216)
#E4E2E3
(228,226,227)
#EFEDEE
(239,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #817F80 color. Also use rgb(129,127,128) instead hex code.

Text Font Color

.myTextColor { color: #817F80; }

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

This text font color is #817F80.

Background Color

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

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

This div background color is #817F80.

Border color

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

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

This div border color is #817F80.

Opacity

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

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

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

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

This text has shadow with #817F80 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #817F80.

Preview

Color preview on black background

This text has color #817F80 on black background.


Color preview on white background

This text has color #817F80 on white background.


Black color preview on #817F80 background

This text has black color on #817F80 background.


White color preview on #817F80 background

This text has white color on #817F80 background.


Related colors

Complementary color

Complementary color for #hex is #7E807F.


I love getcolorcode.com

Triadic colors

1 #80817F and #7F8081 with #817F80 are triadic colors.

2 #807F81 and #7F8180 with #817F80 are triadic colors.