COLOR #80758C

HEX: #80758C
RGB: (128,117,140)

Color info

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

RGB color model

#80758C color RGB value is (128,117,140).

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

RGB channels and saturation

R 128 of 255 = 50%
G 117 of 255 = 46%
B 140 of 255 = 55%

128
117
140

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

Portions of RGB colors in percentages

R + G + B =
128 + 117 + 140 = 385 (100%)
R 128 of 385 ~ 33.25%
G 117 of 385 ~ 30.39%
B 140 of 385 ~ 36.36%

%33.25
%30.39
%36.36

CMYK color model

#80758C color CMYK value is (9,16,0,45).

  • cyan value is 8.57%
  • magenta value is 16.43%
  • yellow value is 0.00%
  • key color value is 45.10%
CMYK:
(9,16,0,45)
C9M16Y0K45 
(9%,16%,0%,45%)
(0.09/0.16/0.00/0.45)	

CMYK percentages

%8.57
%16.43
%0
%45.1

Codes

Color #80758C in popluar color models

80758C
RGB128117140
HSL269°9.09%50.39%
HSB/HSV269°16.43%54.90%
CMYK8.57%16.43%0.00%
45.10%

Color #80758C in popluar number systems.

HEX80758C
Decimal128117140
Binary10000000111010110001100
Octal200165214

Shades and tints

Shades of #80758C

#80758C
(128,117,140)
#756B80
(117,107,128)
#6A6174
(106,97,116)
#5F5768
(95,87,104)
#544D5C
(84,77,92)
#494350
(73,67,80)
#3E3944
(62,57,68)
#332F38
(51,47,56)
#28252C
(40,37,44)
#1D1B20
(29,27,32)
#121114
(18,17,20)
#000000
(0,0,0)

Tints of #80758C

#80758C
(128,117,140)
#8B8196
(139,129,150)
#968DA0
(150,141,160)
#A199AA
(161,153,170)
#ACA5B4
(172,165,180)
#B7B1BE
(183,177,190)
#C2BDC8
(194,189,200)
#CDC9D2
(205,201,210)
#D8D5DC
(216,213,220)
#E3E1E6
(227,225,230)
#EEEDF0
(238,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #80758C; }

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

This text font color is #80758C.


Background Color

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

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

This div background color is #80758C.


Border color

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

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

This div border color is #80758C.


Opacity

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

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

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

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

This text has shadow with #80758C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #80758C on black background.


Color preview on white background

This text has color #80758C on white background.



Black color preview on #80758C background

This text has black color on #80758C background.


White color preview on #80758C background

This text has white color on #80758C background.