COLOR #80758B

HEX: #80758B
RGB: (128,117,139)

Color info

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

RGB color model

#80758B color RGB value is (128,117,139).

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

RGB channels and saturation

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

128
117
139

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

Portions of RGB colors in percentages

R + G + B =
128 + 117 + 139 = 384 (100%)
R 128 of 384 ~ 33.33%
G 117 of 384 ~ 30.47%
B 139 of 384 ~ 36.2%

%33.33
%30.47
%36.2

CMYK color model

#80758B color CMYK value is (8,16,0,45).

  • cyan value is 7.91%
  • magenta value is 15.83%
  • yellow value is 0.00%
  • key color value is 45.49%
CMYK:
(8,16,0,45)
C8M16Y0K45 
(8%,16%,0%,45%)
(0.08/0.16/0.00/0.45)	

CMYK percentages

%7.91
%15.83
%0
%45.49

Codes

Color #80758B in popluar color models

80758B
RGB128117139
HSL270°8.66%50.20%
HSB/HSV270°15.83%54.51%
CMYK7.91%15.83%0.00%
45.49%

Color #80758B in popluar number systems.

HEX80758B
Decimal128117139
Binary10000000111010110001011
Octal200165213

Shades and tints

Shades of #80758B

#80758B
(128,117,139)
#756B7F
(117,107,127)
#6A6173
(106,97,115)
#5F5767
(95,87,103)
#544D5B
(84,77,91)
#49434F
(73,67,79)
#3E3943
(62,57,67)
#332F37
(51,47,55)
#28252B
(40,37,43)
#1D1B1F
(29,27,31)
#121113
(18,17,19)
#000000
(0,0,0)

Tints of #80758B

#80758B
(128,117,139)
#8B8195
(139,129,149)
#968D9F
(150,141,159)
#A199A9
(161,153,169)
#ACA5B3
(172,165,179)
#B7B1BD
(183,177,189)
#C2BDC7
(194,189,199)
#CDC9D1
(205,201,209)
#D8D5DB
(216,213,219)
#E3E1E5
(227,225,229)
#EEEDEF
(238,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #80758B; }

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

This text font color is #80758B.


Background Color

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

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

This div background color is #80758B.


Border color

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

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

This div border color is #80758B.


Opacity

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

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

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

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

This text has shadow with #80758B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #80758B on black background.


Color preview on white background

This text has color #80758B on white background.



Black color preview on #80758B background

This text has black color on #80758B background.


White color preview on #80758B background

This text has white color on #80758B background.