COLOR #817A7A

HEX: #817A7A RGB: (129,122,122)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

129
122
122

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

Portions of RGB colors in percentages

R + G + B = 129 + 122 + 122 = 373 (100%)
R 129 of 373 ~ 34.58%
G 122 of 373 ~ 32.71%
B 122 of 373 ~ 32.71'%

%34.58
%32.71
%32.71

CMYK color model

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

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

CMYK: (0,5,5,49)
C0M5Y5K49 (0%, 5%, 5%, 49%)
(0.00 / 0.05 / 0.05 / 0.49)

CMYK percentages

%0
%5.43
%5.43
%49.41

Codes

Color #817A7A in popluar color models

81 7A 7A
RGB 129 122 122
HSL 2.79% 49.22%
HSB/HSV 5.43% 50.59%
CMYK 0.00% 5.43% 5.43%
49.41%

Color #817A7A in popluar number systems.

HEX 81 7A 7A
Decimal 129 122 122
Binary 10000001 1111010 1111010
Octal 201 172 172

Shades and tints

Shades of #817A7A

#817A7A
(129,122,122)
#766F6F
(118,111,111)
#6B6464
(107,100,100)
#605959
(96,89,89)
#554E4E
(85,78,78)
#4A4343
(74,67,67)
#3F3838
(63,56,56)
#342D2D
(52,45,45)
#292222
(41,34,34)
#1E1717
(30,23,23)
#130C0C
(19,12,12)
#000000
(0,0,0)

Tints of #817A7A

#817A7A
(129,122,122)
#8C8686
(140,134,134)
#979292
(151,146,146)
#A29E9E
(162,158,158)
#ADAAAA
(173,170,170)
#B8B6B6
(184,182,182)
#C3C2C2
(195,194,194)
#CECECE
(206,206,206)
#D9DADA
(217,218,218)
#E4E6E6
(228,230,230)
#EFF2F2
(239,242,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #817A7A; }

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

This text font color is #817A7A.

Background Color

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

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

This div background color is #817A7A.

Border color

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

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

This div border color is #817A7A.

Opacity

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

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

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

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

This text has shadow with #817A7A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #817A7A.

Preview

Color preview on black background

This text has color #817A7A on black background.


Color preview on white background

This text has color #817A7A on white background.


Black color preview on #817A7A background

This text has black color on #817A7A background.


White color preview on #817A7A background

This text has white color on #817A7A background.


Related colors

Complementary color

Complementary color for #hex is #7E8585.


I love getcolorcode.com