COLOR #80757E

HEX: #80757E
RGB: (128,117,126)

Color info

#80757E contains red, green and blue colors in about the same proportion. Web safe color of #80757E is #666666 (or #666).

RGB color model

#80757E color RGB value is (128,117,126).

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

RGB channels and saturation

R 128 of 255 = 50%
G 117 of 255 = 46%
B 126 of 255 = 49%

128
117
126

R + G + B ~ 48%. #80757E is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
128 + 117 + 126 = 371 (100%)
R 128 of 371 ~ 34.5%
G 117 of 371 ~ 31.54%
B 126 of 371 ~ 33.96%

%34.5
%31.54
%33.96

CMYK color model

#80757E color CMYK value is (0,9,2,50).

  • cyan value is 0.00%
  • magenta value is 8.59%
  • yellow value is 1.56%
  • key color value is 49.80%
CMYK:
(0,9,2,50)
C0M9Y2K50 
(0%,9%,2%,50%)
(0.00/0.09/0.02/0.50)	

CMYK percentages

%0
%8.59
%1.56
%49.8

Codes

Color #80757E in popluar color models

80757E
RGB128117126
HSL311°4.49%48.04%
HSB/HSV311°8.59%50.20%
CMYK0.00%8.59%1.56%
49.80%

Color #80757E in popluar number systems.

HEX80757E
Decimal128117126
Binary1000000011101011111110
Octal200165176

Shades and tints

Shades of #80757E

#80757E
(128,117,126)
#756B73
(117,107,115)
#6A6168
(106,97,104)
#5F575D
(95,87,93)
#544D52
(84,77,82)
#494347
(73,67,71)
#3E393C
(62,57,60)
#332F31
(51,47,49)
#282526
(40,37,38)
#1D1B1B
(29,27,27)
#121110
(18,17,16)
#000000
(0,0,0)

Tints of #80757E

#80757E
(128,117,126)
#8B8189
(139,129,137)
#968D94
(150,141,148)
#A1999F
(161,153,159)
#ACA5AA
(172,165,170)
#B7B1B5
(183,177,181)
#C2BDC0
(194,189,192)
#CDC9CB
(205,201,203)
#D8D5D6
(216,213,214)
#E3E1E1
(227,225,225)
#EEEDEC
(238,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #80757E color. Also use rgb(128,117,126) instead hex code.

Text Font Color

.myTextColor { color: #80757E; }

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

This text font color is #80757E.


Background Color

.myBgColor { background-color: #80757E; }

<div style="background-color:#80757E">Inner text</div>

This div background color is #80757E.


Border color

.myBorderColor { border: 1px solid #80757E; }

<div style="border:3px solid #80757E">Div</div>

This div border color is #80757E.


Opacity

.myOpacity80 { color: #80757E; opacity: 0.8; }

<p style="color:#80757E;opacity:0.8;">80%</p>

Text with #80757E 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 #80757E;}

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

This text has shadow with #80757E color.

.textShadow {text-shadow: 3px 3px 1px #80757E, 3px 3px 1px red;}

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

This text has shadow with #80757E primary color and red secondary color.


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

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

This text has shadow with #80757E and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #80757E on black background.


Color preview on white background

This text has color #80757E on white background.



Black color preview on #80757E background

This text has black color on #80757E background.


White color preview on #80757E background

This text has white color on #80757E background.