COLOR #81767E

HEX: #81767E
RGB: (129,118,126)

Color info

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

RGB color model

#81767E color RGB value is (129,118,126).

  • red value is 129;
  • green value is 118;
  • blue value is 126.
RGB:
(129,118,126)
(51%,46%,49%)

RGB channels and saturation

R 129 of 255 = 51%
G 118 of 255 = 46%
B 126 of 255 = 49%

129
118
126

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

Portions of RGB colors in percentages

R + G + B =
129 + 118 + 126 = 373 (100%)
R 129 of 373 ~ 34.58%
G 118 of 373 ~ 31.64%
B 126 of 373 ~ 33.78%

%34.58
%31.64
%33.78

CMYK color model

#81767E color CMYK value is (0,9,2,49).

  • cyan value is 0.00%
  • magenta value is 8.53%
  • yellow value is 2.33%
  • key color value is 49.41%
CMYK:
(0,9,2,49)
C0M9Y2K49 
(0%,9%,2%,49%)
(0.00/0.09/0.02/0.49)	

CMYK percentages

%0
%8.53
%2.33
%49.41

Codes

Color #81767E in popluar color models

81767E
RGB129118126
HSL316°4.45%48.43%
HSB/HSV316°8.53%50.59%
CMYK0.00%8.53%2.33%
49.41%

Color #81767E in popluar number systems.

HEX81767E
Decimal129118126
Binary1000000111101101111110
Octal201166176

Shades and tints

Shades of #81767E

#81767E
(129,118,126)
#766C73
(118,108,115)
#6B6268
(107,98,104)
#60585D
(96,88,93)
#554E52
(85,78,82)
#4A4447
(74,68,71)
#3F3A3C
(63,58,60)
#343031
(52,48,49)
#292626
(41,38,38)
#1E1C1B
(30,28,27)
#131210
(19,18,16)
#000000
(0,0,0)

Tints of #81767E

#81767E
(129,118,126)
#8C8289
(140,130,137)
#978E94
(151,142,148)
#A29A9F
(162,154,159)
#ADA6AA
(173,166,170)
#B8B2B5
(184,178,181)
#C3BEC0
(195,190,192)
#CECACB
(206,202,203)
#D9D6D6
(217,214,214)
#E4E2E1
(228,226,225)
#EFEEEC
(239,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #81767E color. Also use rgb(129,118,126) instead hex code.

Text Font Color

.myTextColor { color: #81767E; }

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

This text font color is #81767E.


Background Color

.myBgColor { background-color: #81767E; }

<div style="background-color:#81767E">Inner text</div>

This div background color is #81767E.


Border color

.myBorderColor { border: 1px solid #81767E; }

<div style="border:3px solid #81767E">Div</div>

This div border color is #81767E.


Opacity

.myOpacity80 { color: #81767E; opacity: 0.8; }

<p style="color:#81767E;opacity:0.8;">80%</p>

Text with #81767E 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 #81767E;}

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

This text has shadow with #81767E color.

.textShadow {text-shadow: 3px 3px 1px #81767E, 3px 3px 1px red;}

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

This text has shadow with #81767E primary color and red secondary color.


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

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

This text has shadow with #81767E and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #81767E on black background.


Color preview on white background

This text has color #81767E on white background.



Black color preview on #81767E background

This text has black color on #81767E background.


White color preview on #81767E background

This text has white color on #81767E background.