COLOR #817A6E

HEX: #817A6E RGB: (129,122,110)

Color info

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

RGB color model

#817A6E color RGB value is (129,122,110).

RGB: (129,122,110) (51%, 48%, 43%)

RGB channels and saturation

R 129 of 255 = 51%
G 122 of 255 = 48%
B 110 of 255 = 43%

129
122
110

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

Portions of RGB colors in percentages

R + G + B = 129 + 122 + 110 = 361 (100%)
R 129 of 361 ~ 35.73%
G 122 of 361 ~ 33.8%
B 110 of 361 ~ 30.47'%

%35.73
%33.8
%30.47

CMYK color model

#817A6E color CMYK value is (0,5,15,49).

  • cyan value is 0.00%
  • magenta value is 5.43%
  • yellow value is 14.73%
  • key color value is 49.41%

CMYK: (0,5,15,49)
C0M5Y15K49 (0%, 5%, 15%, 49%)
(0.00 / 0.05 / 0.15 / 0.49)

CMYK percentages

%0
%5.43
%14.73
%49.41

Codes

Color #817A6E in popluar color models

81 7A 6E
RGB 129 122 110
HSL 38° 7.95% 46.86%
HSB/HSV 38° 14.73% 50.59%
CMYK 0.00% 5.43% 14.73%
49.41%

Color #817A6E in popluar number systems.

HEX 81 7A 6E
Decimal 129 122 110
Binary 10000001 1111010 1101110
Octal 201 172 156

Shades and tints

Shades of #817A6E

#817A6E
(129,122,110)
#766F64
(118,111,100)
#6B645A
(107,100,90)
#605950
(96,89,80)
#554E46
(85,78,70)
#4A433C
(74,67,60)
#3F3832
(63,56,50)
#342D28
(52,45,40)
#29221E
(41,34,30)
#1E1714
(30,23,20)
#130C0A
(19,12,10)
#000000
(0,0,0)

Tints of #817A6E

#817A6E
(129,122,110)
#8C867B
(140,134,123)
#979288
(151,146,136)
#A29E95
(162,158,149)
#ADAAA2
(173,170,162)
#B8B6AF
(184,182,175)
#C3C2BC
(195,194,188)
#CECEC9
(206,206,201)
#D9DAD6
(217,218,214)
#E4E6E3
(228,230,227)
#EFF2F0
(239,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #817A6E color. Also use rgb(129,122,110) instead hex code.

Text Font Color

.myTextColor { color: #817A6E; }

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

This text font color is #817A6E.

Background Color

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

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

This div background color is #817A6E.

Border color

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

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

This div border color is #817A6E.

Opacity

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

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

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

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

This text has shadow with #817A6E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #817A6E.

Preview

Color preview on black background

This text has color #817A6E on black background.


Color preview on white background

This text has color #817A6E on white background.


Black color preview on #817A6E background

This text has black color on #817A6E background.


White color preview on #817A6E background

This text has white color on #817A6E background.


Related colors

Complementary color

Complementary color for #hex is #7E8591.


I love getcolorcode.com

Triadic colors

1 #6E817A and #7A6E81 with #817A6E are triadic colors.

2 #6E7A81 and #7A816E with #817A6E are triadic colors.