COLOR #80707B

HEX: #80707B
RGB: (128,112,123)

Color info

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

RGB color model

#80707B color RGB value is (128,112,123).

  • red value is 128;
  • green value is 112;
  • blue value is 123.
RGB:
(128,112,123)
(50%,44%,48%)

RGB channels and saturation

R 128 of 255 = 50%
G 112 of 255 = 44%
B 123 of 255 = 48%

128
112
123

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

Portions of RGB colors in percentages

R + G + B =
128 + 112 + 123 = 363 (100%)
R 128 of 363 ~ 35.26%
G 112 of 363 ~ 30.85%
B 123 of 363 ~ 33.88%

%35.26
%30.85
%33.88

CMYK color model

#80707B color CMYK value is (0,13,4,50).

  • cyan value is 0.00%
  • magenta value is 12.50%
  • yellow value is 3.91%
  • key color value is 49.80%
CMYK:
(0,13,4,50)
C0M13Y4K50 
(0%,13%,4%,50%)
(0.00/0.13/0.04/0.50)	

CMYK percentages

%0
%12.5
%3.91
%49.8

Codes

Color #80707B in popluar color models

80707B
RGB128112123
HSL319°6.67%47.06%
HSB/HSV319°12.50%50.20%
CMYK0.00%12.50%3.91%
49.80%

Color #80707B in popluar number systems.

HEX80707B
Decimal128112123
Binary1000000011100001111011
Octal200160173

Shades and tints

Shades of #80707B

#80707B
(128,112,123)
#756670
(117,102,112)
#6A5C65
(106,92,101)
#5F525A
(95,82,90)
#54484F
(84,72,79)
#493E44
(73,62,68)
#3E3439
(62,52,57)
#332A2E
(51,42,46)
#282023
(40,32,35)
#1D1618
(29,22,24)
#120C0D
(18,12,13)
#000000
(0,0,0)

Tints of #80707B

#80707B
(128,112,123)
#8B7D87
(139,125,135)
#968A93
(150,138,147)
#A1979F
(161,151,159)
#ACA4AB
(172,164,171)
#B7B1B7
(183,177,183)
#C2BEC3
(194,190,195)
#CDCBCF
(205,203,207)
#D8D8DB
(216,216,219)
#E3E5E7
(227,229,231)
#EEF2F3
(238,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #80707B color. Also use rgb(128,112,123) instead hex code.

Text Font Color

.myTextColor { color: #80707B; }

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

This text font color is #80707B.


Background Color

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

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

This div background color is #80707B.


Border color

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

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

This div border color is #80707B.


Opacity

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

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

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

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

This text has shadow with #80707B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #80707B on black background.


Color preview on white background

This text has color #80707B on white background.



Black color preview on #80707B background

This text has black color on #80707B background.


White color preview on #80707B background

This text has white color on #80707B background.