COLOR #81757A

HEX: #81757A
RGB: (129,117,122)

Color info

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

RGB color model

#81757A color RGB value is (129,117,122).

  • red value is 129;
  • green value is 117;
  • blue value is 122.
RGB:
(129,117,122)
(51%,46%,48%)

RGB channels and saturation

R 129 of 255 = 51%
G 117 of 255 = 46%
B 122 of 255 = 48%

129
117
122

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

Portions of RGB colors in percentages

R + G + B =
129 + 117 + 122 = 368 (100%)
R 129 of 368 ~ 35.05%
G 117 of 368 ~ 31.79%
B 122 of 368 ~ 33.15%

%35.05
%31.79
%33.15

CMYK color model

#81757A color CMYK value is (0,9,5,49).

  • cyan value is 0.00%
  • magenta value is 9.30%
  • yellow value is 5.43%
  • key color value is 49.41%
CMYK:
(0,9,5,49)
C0M9Y5K49 
(0%,9%,5%,49%)
(0.00/0.09/0.05/0.49)	

CMYK percentages

%0
%9.3
%5.43
%49.41

Codes

Color #81757A in popluar color models

81757A
RGB129117122
HSL335°4.88%48.24%
HSB/HSV335°9.30%50.59%
CMYK0.00%9.30%5.43%
49.41%

Color #81757A in popluar number systems.

HEX81757A
Decimal129117122
Binary1000000111101011111010
Octal201165172

Shades and tints

Shades of #81757A

#81757A
(129,117,122)
#766B6F
(118,107,111)
#6B6164
(107,97,100)
#605759
(96,87,89)
#554D4E
(85,77,78)
#4A4343
(74,67,67)
#3F3938
(63,57,56)
#342F2D
(52,47,45)
#292522
(41,37,34)
#1E1B17
(30,27,23)
#13110C
(19,17,12)
#000000
(0,0,0)

Tints of #81757A

#81757A
(129,117,122)
#8C8186
(140,129,134)
#978D92
(151,141,146)
#A2999E
(162,153,158)
#ADA5AA
(173,165,170)
#B8B1B6
(184,177,182)
#C3BDC2
(195,189,194)
#CEC9CE
(206,201,206)
#D9D5DA
(217,213,218)
#E4E1E6
(228,225,230)
#EFEDF2
(239,237,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #81757A; }

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

This text font color is #81757A.


Background Color

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

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

This div background color is #81757A.


Border color

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

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

This div border color is #81757A.


Opacity

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

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

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

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

This text has shadow with #81757A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #81757A on black background.


Color preview on white background

This text has color #81757A on white background.



Black color preview on #81757A background

This text has black color on #81757A background.


White color preview on #81757A background

This text has white color on #81757A background.