COLOR #80759A

HEX: #80759A
RGB: (128,117,154)

Color info

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

RGB color model

#80759A color RGB value is (128,117,154).

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

RGB channels and saturation

R 128 of 255 = 50%
G 117 of 255 = 46%
B 154 of 255 = 60%

128
117
154

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

Portions of RGB colors in percentages

R + G + B =
128 + 117 + 154 = 399 (100%)
R 128 of 399 ~ 32.08%
G 117 of 399 ~ 29.32%
B 154 of 399 ~ 38.6%

%32.08
%29.32
%38.6

CMYK color model

#80759A color CMYK value is (17,24,0,40).

  • cyan value is 16.88%
  • magenta value is 24.03%
  • yellow value is 0.00%
  • key color value is 39.61%
CMYK:
(17,24,0,40)
C17M24Y0K40 
(17%,24%,0%,40%)
(0.17/0.24/0.00/0.40)	

CMYK percentages

%16.88
%24.03
%0
%39.61

Codes

Color #80759A in popluar color models

80759A
RGB128117154
HSL258°15.48%53.14%
HSB/HSV258°24.03%60.39%
CMYK16.88%24.03%0.00%
39.61%

Color #80759A in popluar number systems.

HEX80759A
Decimal128117154
Binary10000000111010110011010
Octal200165232

Shades and tints

Shades of #80759A

#80759A
(128,117,154)
#756B8C
(117,107,140)
#6A617E
(106,97,126)
#5F5770
(95,87,112)
#544D62
(84,77,98)
#494354
(73,67,84)
#3E3946
(62,57,70)
#332F38
(51,47,56)
#28252A
(40,37,42)
#1D1B1C
(29,27,28)
#12110E
(18,17,14)
#000000
(0,0,0)

Tints of #80759A

#80759A
(128,117,154)
#8B81A3
(139,129,163)
#968DAC
(150,141,172)
#A199B5
(161,153,181)
#ACA5BE
(172,165,190)
#B7B1C7
(183,177,199)
#C2BDD0
(194,189,208)
#CDC9D9
(205,201,217)
#D8D5E2
(216,213,226)
#E3E1EB
(227,225,235)
#EEEDF4
(238,237,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #80759A; }

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

This text font color is #80759A.


Background Color

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

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

This div background color is #80759A.


Border color

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

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

This div border color is #80759A.


Opacity

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

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

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

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

This text has shadow with #80759A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #80759A on black background.


Color preview on white background

This text has color #80759A on white background.



Black color preview on #80759A background

This text has black color on #80759A background.


White color preview on #80759A background

This text has white color on #80759A background.