COLOR #80718C

HEX: #80718C RGB: (128,113,140)

Color info

#80718C contains red, green and blue colors in about the same proportion. Web safe color of #80718C is #666699 (or #669).

RGB color model

#80718C color RGB value is (128,113,140).

RGB: (128,113,140) (50%, 44%, 55%)

RGB channels and saturation

R 128 of 255 = 50%
G 113 of 255 = 44%
B 140 of 255 = 55%

128
113
140

R + G + B ~ 50%. #80718C is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 128 + 113 + 140 = 381 (100%)
R 128 of 381 ~ 33.6%
G 113 of 381 ~ 29.66%
B 140 of 381 ~ 36.75'%

%33.6
%29.66
%36.75

CMYK color model

#80718C color CMYK value is (9,19,0,45).

  • cyan value is 8.57%
  • magenta value is 19.29%
  • yellow value is 0.00%
  • key color value is 45.10%

CMYK: (9,19,0,45)
C9M19Y0K45 (9%, 19%, 0%, 45%)
(0.09 / 0.19 / 0.00 / 0.45)

CMYK percentages

%8.57
%19.29
%0
%45.1

Codes

Color #80718C in popluar color models

80 71 8C
RGB 128 113 140
HSL 273° 10.67% 49.61%
HSB/HSV 273° 19.29% 54.90%
CMYK 8.57% 19.29% 0.00%
45.10%

Color #80718C in popluar number systems.

HEX 80 71 8C
Decimal 128 113 140
Binary 10000000 1110001 10001100
Octal 200 161 214

Shades and tints

Shades of #80718C

#80718C
(128,113,140)
#756780
(117,103,128)
#6A5D74
(106,93,116)
#5F5368
(95,83,104)
#54495C
(84,73,92)
#493F50
(73,63,80)
#3E3544
(62,53,68)
#332B38
(51,43,56)
#28212C
(40,33,44)
#1D1720
(29,23,32)
#120D14
(18,13,20)
#000000
(0,0,0)

Tints of #80718C

#80718C
(128,113,140)
#8B7D96
(139,125,150)
#9689A0
(150,137,160)
#A195AA
(161,149,170)
#ACA1B4
(172,161,180)
#B7ADBE
(183,173,190)
#C2B9C8
(194,185,200)
#CDC5D2
(205,197,210)
#D8D1DC
(216,209,220)
#E3DDE6
(227,221,230)
#EEE9F0
(238,233,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #80718C color. Also use rgb(128,113,140) instead hex code.

Text Font Color

.myTextColor { color: #80718C; }

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

This text font color is #80718C.

Background Color

.myBgColor { background-color: #80718C; }

<div style="background-color:#80718C">Inner text</div>

This div background color is #80718C.

Border color

.myBorderColor { border: 1px solid #80718C; }

<div style="border:3px solid #80718C">Div</div>

This div border color is #80718C.

Opacity

.myOpacity80 { color: #80718C; opacity: 0.8; }

<p style="color:#80718C;opacity:0.8;">80%</p>

Text with #80718C 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 #80718C;}

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

This text has shadow with #80718C color.


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

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

This text has shadow with #80718C primary color and red secondary color.


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

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

This text has shadow with #80718C and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #80718C.

Preview

Color preview on black background

This text has color #80718C on black background.


Color preview on white background

This text has color #80718C on white background.


Black color preview on #80718C background

This text has black color on #80718C background.


White color preview on #80718C background

This text has white color on #80718C background.


Related colors

Complementary color

Complementary color for #hex is #7F8E73.


I love getcolorcode.com

Triadic colors

1 #8C8071 and #718C80 with #80718C are triadic colors.

2 #8C7180 and #71808C with #80718C are triadic colors.