COLOR #817F69

HEX: #817F69 RGB: (129,127,105)

Color info

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

RGB color model

#817F69 color RGB value is (129,127,105).

RGB: (129,127,105) (51%, 50%, 41%)

RGB channels and saturation

R 129 of 255 = 51%
G 127 of 255 = 50%
B 105 of 255 = 41%

129
127
105

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

Portions of RGB colors in percentages

R + G + B = 129 + 127 + 105 = 361 (100%)
R 129 of 361 ~ 35.73%
G 127 of 361 ~ 35.18%
B 105 of 361 ~ 29.09'%

%35.73
%35.18
%29.09

CMYK color model

#817F69 color CMYK value is (0,2,19,49).

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

CMYK: (0,2,19,49)
C0M2Y19K49 (0%, 2%, 19%, 49%)
(0.00 / 0.02 / 0.19 / 0.49)

CMYK percentages

%0
%1.55
%18.6
%49.41

Codes

Color #817F69 in popluar color models

81 7F 69
RGB 129 127 105
HSL 55° 10.26% 45.88%
HSB/HSV 55° 18.60% 50.59%
CMYK 0.00% 1.55% 18.60%
49.41%

Color #817F69 in popluar number systems.

HEX 81 7F 69
Decimal 129 127 105
Binary 10000001 1111111 1101001
Octal 201 177 151

Shades and tints

Shades of #817F69

#817F69
(129,127,105)
#767460
(118,116,96)
#6B6957
(107,105,87)
#605E4E
(96,94,78)
#555345
(85,83,69)
#4A483C
(74,72,60)
#3F3D33
(63,61,51)
#34322A
(52,50,42)
#292721
(41,39,33)
#1E1C18
(30,28,24)
#13110F
(19,17,15)
#000000
(0,0,0)

Tints of #817F69

#817F69
(129,127,105)
#8C8A76
(140,138,118)
#979583
(151,149,131)
#A2A090
(162,160,144)
#ADAB9D
(173,171,157)
#B8B6AA
(184,182,170)
#C3C1B7
(195,193,183)
#CECCC4
(206,204,196)
#D9D7D1
(217,215,209)
#E4E2DE
(228,226,222)
#EFEDEB
(239,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #817F69; }

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

This text font color is #817F69.

Background Color

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

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

This div background color is #817F69.

Border color

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

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

This div border color is #817F69.

Opacity

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

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

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

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

This text has shadow with #817F69 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #817F69.

Preview

Color preview on black background

This text has color #817F69 on black background.


Color preview on white background

This text has color #817F69 on white background.


Black color preview on #817F69 background

This text has black color on #817F69 background.


White color preview on #817F69 background

This text has white color on #817F69 background.


Related colors

Complementary color

Complementary color for #hex is #7E8096.


I love getcolorcode.com

Triadic colors

1 #69817F and #7F6981 with #817F69 are triadic colors.

2 #697F81 and #7F8169 with #817F69 are triadic colors.