COLOR #81787F

HEX: #81787F
RGB: (129,120,127)

Color info

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

RGB color model

#81787F color RGB value is (129,120,127).

  • red value is 129;
  • green value is 120;
  • blue value is 127.
RGB:
(129,120,127)
(51%,47%,50%)

RGB channels and saturation

R 129 of 255 = 51%
G 120 of 255 = 47%
B 127 of 255 = 50%

129
120
127

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

Portions of RGB colors in percentages

R + G + B =
129 + 120 + 127 = 376 (100%)
R 129 of 376 ~ 34.31%
G 120 of 376 ~ 31.91%
B 127 of 376 ~ 33.78%

%34.31
%31.91
%33.78

CMYK color model

#81787F color CMYK value is (0,7,2,49).

  • cyan value is 0.00%
  • magenta value is 6.98%
  • yellow value is 1.55%
  • key color value is 49.41%
CMYK:
(0,7,2,49)
C0M7Y2K49 
(0%,7%,2%,49%)
(0.00/0.07/0.02/0.49)	

CMYK percentages

%0
%6.98
%1.55
%49.41

Codes

Color #81787F in popluar color models

81787F
RGB129120127
HSL313°3.61%48.82%
HSB/HSV313°6.98%50.59%
CMYK0.00%6.98%1.55%
49.41%

Color #81787F in popluar number systems.

HEX81787F
Decimal129120127
Binary1000000111110001111111
Octal201170177

Shades and tints

Shades of #81787F

#81787F
(129,120,127)
#766E74
(118,110,116)
#6B6469
(107,100,105)
#605A5E
(96,90,94)
#555053
(85,80,83)
#4A4648
(74,70,72)
#3F3C3D
(63,60,61)
#343232
(52,50,50)
#292827
(41,40,39)
#1E1E1C
(30,30,28)
#131411
(19,20,17)
#000000
(0,0,0)

Tints of #81787F

#81787F
(129,120,127)
#8C848A
(140,132,138)
#979095
(151,144,149)
#A29CA0
(162,156,160)
#ADA8AB
(173,168,171)
#B8B4B6
(184,180,182)
#C3C0C1
(195,192,193)
#CECCCC
(206,204,204)
#D9D8D7
(217,216,215)
#E4E4E2
(228,228,226)
#EFF0ED
(239,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #81787F color. Also use rgb(129,120,127) instead hex code.

Text Font Color

.myTextColor { color: #81787F; }

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

This text font color is #81787F.


Background Color

.myBgColor { background-color: #81787F; }

<div style="background-color:#81787F">Inner text</div>

This div background color is #81787F.


Border color

.myBorderColor { border: 1px solid #81787F; }

<div style="border:3px solid #81787F">Div</div>

This div border color is #81787F.


Opacity

.myOpacity80 { color: #81787F; opacity: 0.8; }

<p style="color:#81787F;opacity:0.8;">80%</p>

Text with #81787F 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 #81787F;}

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

This text has shadow with #81787F color.

.textShadow {text-shadow: 3px 3px 1px #81787F, 3px 3px 1px red;}

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

This text has shadow with #81787F primary color and red secondary color.


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

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

This text has shadow with #81787F and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #81787F on black background.


Color preview on white background

This text has color #81787F on white background.



Black color preview on #81787F background

This text has black color on #81787F background.


White color preview on #81787F background

This text has white color on #81787F background.