COLOR #80729A

HEX: #80729A
RGB: (128,114,154)

Color info

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

RGB color model

#80729A color RGB value is (128,114,154).

  • red value is 128;
  • green value is 114;
  • blue value is 154.
RGB:
(128,114,154)
(50%,45%,60%)

RGB channels and saturation

R 128 of 255 = 50%
G 114 of 255 = 45%
B 154 of 255 = 60%

128
114
154

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

Portions of RGB colors in percentages

R + G + B =
128 + 114 + 154 = 396 (100%)
R 128 of 396 ~ 32.32%
G 114 of 396 ~ 28.79%
B 154 of 396 ~ 38.89%

%32.32
%28.79
%38.89

CMYK color model

#80729A color CMYK value is (17,26,0,40).

  • cyan value is 16.88%
  • magenta value is 25.97%
  • yellow value is 0.00%
  • key color value is 39.61%
CMYK:
(17,26,0,40)
C17M26Y0K40 
(17%,26%,0%,40%)
(0.17/0.26/0.00/0.40)	

CMYK percentages

%16.88
%25.97
%0
%39.61

Codes

Color #80729A in popluar color models

80729A
RGB128114154
HSL261°16.53%52.55%
HSB/HSV261°25.97%60.39%
CMYK16.88%25.97%0.00%
39.61%

Color #80729A in popluar number systems.

HEX80729A
Decimal128114154
Binary10000000111001010011010
Octal200162232

Shades and tints

Shades of #80729A

#80729A
(128,114,154)
#75688C
(117,104,140)
#6A5E7E
(106,94,126)
#5F5470
(95,84,112)
#544A62
(84,74,98)
#494054
(73,64,84)
#3E3646
(62,54,70)
#332C38
(51,44,56)
#28222A
(40,34,42)
#1D181C
(29,24,28)
#120E0E
(18,14,14)
#000000
(0,0,0)

Tints of #80729A

#80729A
(128,114,154)
#8B7EA3
(139,126,163)
#968AAC
(150,138,172)
#A196B5
(161,150,181)
#ACA2BE
(172,162,190)
#B7AEC7
(183,174,199)
#C2BAD0
(194,186,208)
#CDC6D9
(205,198,217)
#D8D2E2
(216,210,226)
#E3DEEB
(227,222,235)
#EEEAF4
(238,234,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #80729A color. Also use rgb(128,114,154) instead hex code.

Text Font Color

.myTextColor { color: #80729A; }

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

This text font color is #80729A.


Background Color

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

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

This div background color is #80729A.


Border color

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

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

This div border color is #80729A.


Opacity

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

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

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

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

This text has shadow with #80729A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #80729A on black background.


Color preview on white background

This text has color #80729A on white background.



Black color preview on #80729A background

This text has black color on #80729A background.


White color preview on #80729A background

This text has white color on #80729A background.