COLOR #81777F

HEX: #81777F
RGB: (129,119,127)

Color info

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

RGB color model

#81777F color RGB value is (129,119,127).

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

RGB channels and saturation

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

129
119
127

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

Portions of RGB colors in percentages

R + G + B =
129 + 119 + 127 = 375 (100%)
R 129 of 375 ~ 34.4%
G 119 of 375 ~ 31.73%
B 127 of 375 ~ 33.87%

%34.4
%31.73
%33.87

CMYK color model

#81777F color CMYK value is (0,8,2,49).

  • cyan value is 0.00%
  • magenta value is 7.75%
  • yellow value is 1.55%
  • key color value is 49.41%
CMYK:
(0,8,2,49)
C0M8Y2K49 
(0%,8%,2%,49%)
(0.00/0.08/0.02/0.49)	

CMYK percentages

%0
%7.75
%1.55
%49.41

Codes

Color #81777F in popluar color models

81777F
RGB129119127
HSL312°4.03%48.63%
HSB/HSV312°7.75%50.59%
CMYK0.00%7.75%1.55%
49.41%

Color #81777F in popluar number systems.

HEX81777F
Decimal129119127
Binary1000000111101111111111
Octal201167177

Shades and tints

Shades of #81777F

#81777F
(129,119,127)
#766D74
(118,109,116)
#6B6369
(107,99,105)
#60595E
(96,89,94)
#554F53
(85,79,83)
#4A4548
(74,69,72)
#3F3B3D
(63,59,61)
#343132
(52,49,50)
#292727
(41,39,39)
#1E1D1C
(30,29,28)
#131311
(19,19,17)
#000000
(0,0,0)

Tints of #81777F

#81777F
(129,119,127)
#8C838A
(140,131,138)
#978F95
(151,143,149)
#A29BA0
(162,155,160)
#ADA7AB
(173,167,171)
#B8B3B6
(184,179,182)
#C3BFC1
(195,191,193)
#CECBCC
(206,203,204)
#D9D7D7
(217,215,215)
#E4E3E2
(228,227,226)
#EFEFED
(239,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #81777F; }

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

This text font color is #81777F.


Background Color

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

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

This div background color is #81777F.


Border color

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

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

This div border color is #81777F.


Opacity

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

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

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

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

This text has shadow with #81777F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #81777F on black background.


Color preview on white background

This text has color #81777F on white background.



Black color preview on #81777F background

This text has black color on #81777F background.


White color preview on #81777F background

This text has white color on #81777F background.