COLOR #81757E

HEX: #81757E RGB: (129,117,126)

Color info

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

RGB color model

#81757E color RGB value is (129,117,126).

RGB: (129,117,126) (51%, 46%, 49%)

RGB channels and saturation

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

129
117
126

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

Portions of RGB colors in percentages

R + G + B = 129 + 117 + 126 = 372 (100%)
R 129 of 372 ~ 34.68%
G 117 of 372 ~ 31.45%
B 126 of 372 ~ 33.87'%

%34.68
%31.45
%33.87

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 9.30%
  • 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
%9.3
%2.33
%49.41

Codes

Color #81757E in popluar color models

81 75 7E
RGB 129 117 126
HSL 315° 4.88% 48.24%
HSB/HSV 315° 9.30% 50.59%
CMYK 0.00% 9.30% 2.33%
49.41%

Color #81757E in popluar number systems.

HEX 81 75 7E
Decimal 129 117 126
Binary 10000001 1110101 1111110
Octal 201 165 176

Shades and tints

Shades of #81757E

#81757E
(129,117,126)
#766B73
(118,107,115)
#6B6168
(107,97,104)
#60575D
(96,87,93)
#554D52
(85,77,82)
#4A4347
(74,67,71)
#3F393C
(63,57,60)
#342F31
(52,47,49)
#292526
(41,37,38)
#1E1B1B
(30,27,27)
#131110
(19,17,16)
#000000
(0,0,0)

Tints of #81757E

#81757E
(129,117,126)
#8C8189
(140,129,137)
#978D94
(151,141,148)
#A2999F
(162,153,159)
#ADA5AA
(173,165,170)
#B8B1B5
(184,177,181)
#C3BDC0
(195,189,192)
#CEC9CB
(206,201,203)
#D9D5D6
(217,213,214)
#E4E1E1
(228,225,225)
#EFEDEC
(239,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #81757E; }

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

This text font color is #81757E.

Background Color

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

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

This div background color is #81757E.

Border color

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

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

This div border color is #81757E.

Opacity

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

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

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

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

This text has shadow with #81757E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #81757E.

Preview

Color preview on black background

This text has color #81757E on black background.


Color preview on white background

This text has color #81757E on white background.


Black color preview on #81757E background

This text has black color on #81757E background.


White color preview on #81757E background

This text has white color on #81757E background.


Related colors

Complementary color

Complementary color for #hex is #7E8A81.


I love getcolorcode.com

Triadic colors

1 #7E8175 and #757E81 with #81757E are triadic colors.

2 #7E7581 and #75817E with #81757E are triadic colors.