COLOR #817A73

HEX: #817A73
RGB: (129,122,115)

Color info

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

RGB color model

#817A73 color RGB value is (129,122,115).

  • red value is 129;
  • green value is 122;
  • blue value is 115.
RGB:
(129,122,115)
(51%,48%,45%)

RGB channels and saturation

R 129 of 255 = 51%
G 122 of 255 = 48%
B 115 of 255 = 45%

129
122
115

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

Portions of RGB colors in percentages

R + G + B =
129 + 122 + 115 = 366 (100%)
R 129 of 366 ~ 35.25%
G 122 of 366 ~ 33.33%
B 115 of 366 ~ 31.42%

%35.25
%33.33
%31.42

CMYK color model

#817A73 color CMYK value is (0,5,11,49).

  • cyan value is 0.00%
  • magenta value is 5.43%
  • yellow value is 10.85%
  • key color value is 49.41%
CMYK:
(0,5,11,49)
C0M5Y11K49 
(0%,5%,11%,49%)
(0.00/0.05/0.11/0.49)	

CMYK percentages

%0
%5.43
%10.85
%49.41

Codes

Color #817A73 in popluar color models

817A73
RGB129122115
HSL30°5.74%47.84%
HSB/HSV30°10.85%50.59%
CMYK0.00%5.43%10.85%
49.41%

Color #817A73 in popluar number systems.

HEX817A73
Decimal129122115
Binary1000000111110101110011
Octal201172163

Shades and tints

Shades of #817A73

#817A73
(129,122,115)
#766F69
(118,111,105)
#6B645F
(107,100,95)
#605955
(96,89,85)
#554E4B
(85,78,75)
#4A4341
(74,67,65)
#3F3837
(63,56,55)
#342D2D
(52,45,45)
#292223
(41,34,35)
#1E1719
(30,23,25)
#130C0F
(19,12,15)
#000000
(0,0,0)

Tints of #817A73

#817A73
(129,122,115)
#8C867F
(140,134,127)
#97928B
(151,146,139)
#A29E97
(162,158,151)
#ADAAA3
(173,170,163)
#B8B6AF
(184,182,175)
#C3C2BB
(195,194,187)
#CECEC7
(206,206,199)
#D9DAD3
(217,218,211)
#E4E6DF
(228,230,223)
#EFF2EB
(239,242,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #817A73; }

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

This text font color is #817A73.


Background Color

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

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

This div background color is #817A73.


Border color

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

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

This div border color is #817A73.


Opacity

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

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

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

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

This text has shadow with #817A73 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #817A73 on black background.


Color preview on white background

This text has color #817A73 on white background.



Black color preview on #817A73 background

This text has black color on #817A73 background.


White color preview on #817A73 background

This text has white color on #817A73 background.