COLOR #80767F

HEX: #80767F
RGB: (128,118,127)

Color info

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

RGB color model

#80767F color RGB value is (128,118,127).

  • red value is 128;
  • green value is 118;
  • blue value is 127.
RGB:
(128,118,127)
(50%,46%,50%)

RGB channels and saturation

R 128 of 255 = 50%
G 118 of 255 = 46%
B 127 of 255 = 50%

128
118
127

R + G + B ~ 49%. #80767F is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
128 + 118 + 127 = 373 (100%)
R 128 of 373 ~ 34.32%
G 118 of 373 ~ 31.64%
B 127 of 373 ~ 34.05%

%34.32
%31.64
%34.05

CMYK color model

#80767F color CMYK value is (0,8,1,50).

  • cyan value is 0.00%
  • magenta value is 7.81%
  • yellow value is 0.78%
  • key color value is 49.80%
CMYK:
(0,8,1,50)
C0M8Y1K50 
(0%,8%,1%,50%)
(0.00/0.08/0.01/0.50)	

CMYK percentages

%0
%7.81
%0.78
%49.8

Codes

Color #80767F in popluar color models

80767F
RGB128118127
HSL306°4.07%48.24%
HSB/HSV306°7.81%50.20%
CMYK0.00%7.81%0.78%
49.80%

Color #80767F in popluar number systems.

HEX80767F
Decimal128118127
Binary1000000011101101111111
Octal200166177

Shades and tints

Shades of #80767F

#80767F
(128,118,127)
#756C74
(117,108,116)
#6A6269
(106,98,105)
#5F585E
(95,88,94)
#544E53
(84,78,83)
#494448
(73,68,72)
#3E3A3D
(62,58,61)
#333032
(51,48,50)
#282627
(40,38,39)
#1D1C1C
(29,28,28)
#121211
(18,18,17)
#000000
(0,0,0)

Tints of #80767F

#80767F
(128,118,127)
#8B828A
(139,130,138)
#968E95
(150,142,149)
#A19AA0
(161,154,160)
#ACA6AB
(172,166,171)
#B7B2B6
(183,178,182)
#C2BEC1
(194,190,193)
#CDCACC
(205,202,204)
#D8D6D7
(216,214,215)
#E3E2E2
(227,226,226)
#EEEEED
(238,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #80767F color. Also use rgb(128,118,127) instead hex code.

Text Font Color

.myTextColor { color: #80767F; }

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

This text font color is #80767F.


Background Color

.myBgColor { background-color: #80767F; }

<div style="background-color:#80767F">Inner text</div>

This div background color is #80767F.


Border color

.myBorderColor { border: 1px solid #80767F; }

<div style="border:3px solid #80767F">Div</div>

This div border color is #80767F.


Opacity

.myOpacity80 { color: #80767F; opacity: 0.8; }

<p style="color:#80767F;opacity:0.8;">80%</p>

Text with #80767F 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 #80767F;}

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

This text has shadow with #80767F color.

.textShadow {text-shadow: 3px 3px 1px #80767F, 3px 3px 1px red;}

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

This text has shadow with #80767F primary color and red secondary color.


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

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

This text has shadow with #80767F and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #80767F on black background.


Color preview on white background

This text has color #80767F on white background.



Black color preview on #80767F background

This text has black color on #80767F background.


White color preview on #80767F background

This text has white color on #80767F background.