COLOR #81797B

HEX: #81797B RGB: (129,121,123)

Color info

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

RGB color model

#81797B color RGB value is (129,121,123).

RGB: (129,121,123) (51%, 47%, 48%)

RGB channels and saturation

R 129 of 255 = 51%
G 121 of 255 = 47%
B 123 of 255 = 48%

129
121
123

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

Portions of RGB colors in percentages

R + G + B = 129 + 121 + 123 = 373 (100%)
R 129 of 373 ~ 34.58%
G 121 of 373 ~ 32.44%
B 123 of 373 ~ 32.98'%

%34.58
%32.44
%32.98

CMYK color model

#81797B color CMYK value is (0,6,5,49).

  • cyan value is 0.00%
  • magenta value is 6.20%
  • yellow value is 4.65%
  • key color value is 49.41%

CMYK: (0,6,5,49)
C0M6Y5K49 (0%, 6%, 5%, 49%)
(0.00 / 0.06 / 0.05 / 0.49)

CMYK percentages

%0
%6.2
%4.65
%49.41

Codes

Color #81797B in popluar color models

81 79 7B
RGB 129 121 123
HSL 345° 3.20% 49.02%
HSB/HSV 345° 6.20% 50.59%
CMYK 0.00% 6.20% 4.65%
49.41%

Color #81797B in popluar number systems.

HEX 81 79 7B
Decimal 129 121 123
Binary 10000001 1111001 1111011
Octal 201 171 173

Shades and tints

Shades of #81797B

#81797B
(129,121,123)
#766E70
(118,110,112)
#6B6365
(107,99,101)
#60585A
(96,88,90)
#554D4F
(85,77,79)
#4A4244
(74,66,68)
#3F3739
(63,55,57)
#342C2E
(52,44,46)
#292123
(41,33,35)
#1E1618
(30,22,24)
#130B0D
(19,11,13)
#000000
(0,0,0)

Tints of #81797B

#81797B
(129,121,123)
#8C8587
(140,133,135)
#979193
(151,145,147)
#A29D9F
(162,157,159)
#ADA9AB
(173,169,171)
#B8B5B7
(184,181,183)
#C3C1C3
(195,193,195)
#CECDCF
(206,205,207)
#D9D9DB
(217,217,219)
#E4E5E7
(228,229,231)
#EFF1F3
(239,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #81797B color. Also use rgb(129,121,123) instead hex code.

Text Font Color

.myTextColor { color: #81797B; }

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

This text font color is #81797B.

Background Color

.myBgColor { background-color: #81797B; }

<div style="background-color:#81797B">Inner text</div>

This div background color is #81797B.

Border color

.myBorderColor { border: 1px solid #81797B; }

<div style="border:3px solid #81797B">Div</div>

This div border color is #81797B.

Opacity

.myOpacity80 { color: #81797B; opacity: 0.8; }

<p style="color:#81797B;opacity:0.8;">80%</p>

Text with #81797B 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 #81797B;}

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

This text has shadow with #81797B color.


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

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

This text has shadow with #81797B primary color and red secondary color.


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

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

This text has shadow with #81797B and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #81797B.

Preview

Color preview on black background

This text has color #81797B on black background.


Color preview on white background

This text has color #81797B on white background.


Black color preview on #81797B background

This text has black color on #81797B background.


White color preview on #81797B background

This text has white color on #81797B background.


Related colors

Complementary color

Complementary color for #hex is #7E8684.


I love getcolorcode.com

Triadic colors

1 #7B8179 and #797B81 with #81797B are triadic colors.

2 #7B7981 and #79817B with #81797B are triadic colors.