COLOR #80717A

HEX: #80717A
RGB: (128,113,122)

Color info

#80717A contains red, green and blue colors in about the same proportion. Web safe color of #80717A is #666666 (or #666).

RGB color model

#80717A color RGB value is (128,113,122).

  • red value is 128;
  • green value is 113;
  • blue value is 122.
RGB:
(128,113,122)
(50%,44%,48%)

RGB channels and saturation

R 128 of 255 = 50%
G 113 of 255 = 44%
B 122 of 255 = 48%

128
113
122

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

Portions of RGB colors in percentages

R + G + B =
128 + 113 + 122 = 363 (100%)
R 128 of 363 ~ 35.26%
G 113 of 363 ~ 31.13%
B 122 of 363 ~ 33.61%

%35.26
%31.13
%33.61

CMYK color model

#80717A color CMYK value is (0,12,5,50).

  • cyan value is 0.00%
  • magenta value is 11.72%
  • yellow value is 4.69%
  • key color value is 49.80%
CMYK:
(0,12,5,50)
C0M12Y5K50 
(0%,12%,5%,50%)
(0.00/0.12/0.05/0.50)	

CMYK percentages

%0
%11.72
%4.69
%49.8

Codes

Color #80717A in popluar color models

80717A
RGB128113122
HSL324°6.22%47.25%
HSB/HSV324°11.72%50.20%
CMYK0.00%11.72%4.69%
49.80%

Color #80717A in popluar number systems.

HEX80717A
Decimal128113122
Binary1000000011100011111010
Octal200161172

Shades and tints

Shades of #80717A

#80717A
(128,113,122)
#75676F
(117,103,111)
#6A5D64
(106,93,100)
#5F5359
(95,83,89)
#54494E
(84,73,78)
#493F43
(73,63,67)
#3E3538
(62,53,56)
#332B2D
(51,43,45)
#282122
(40,33,34)
#1D1717
(29,23,23)
#120D0C
(18,13,12)
#000000
(0,0,0)

Tints of #80717A

#80717A
(128,113,122)
#8B7D86
(139,125,134)
#968992
(150,137,146)
#A1959E
(161,149,158)
#ACA1AA
(172,161,170)
#B7ADB6
(183,173,182)
#C2B9C2
(194,185,194)
#CDC5CE
(205,197,206)
#D8D1DA
(216,209,218)
#E3DDE6
(227,221,230)
#EEE9F2
(238,233,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #80717A color. Also use rgb(128,113,122) instead hex code.

Text Font Color

.myTextColor { color: #80717A; }

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

This text font color is #80717A.


Background Color

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

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

This div background color is #80717A.


Border color

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

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

This div border color is #80717A.


Opacity

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

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

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

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

This text has shadow with #80717A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #80717A on black background.


Color preview on white background

This text has color #80717A on white background.



Black color preview on #80717A background

This text has black color on #80717A background.


White color preview on #80717A background

This text has white color on #80717A background.