COLOR #80737A

HEX: #80737A RGB: (128,115,122)

Color info

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

RGB color model

#80737A color RGB value is (128,115,122).

RGB: (128,115,122) (50%, 45%, 48%)

RGB channels and saturation

R 128 of 255 = 50%
G 115 of 255 = 45%
B 122 of 255 = 48%

128
115
122

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

Portions of RGB colors in percentages

R + G + B = 128 + 115 + 122 = 365 (100%)
R 128 of 365 ~ 35.07%
G 115 of 365 ~ 31.51%
B 122 of 365 ~ 33.42'%

%35.07
%31.51
%33.42

CMYK color model

#80737A color CMYK value is (0,10,5,50).

  • cyan value is 0.00%
  • magenta value is 10.16%
  • yellow value is 4.69%
  • key color value is 49.80%

CMYK: (0,10,5,50)
C0M10Y5K50 (0%, 10%, 5%, 50%)
(0.00 / 0.10 / 0.05 / 0.50)

CMYK percentages

%0
%10.16
%4.69
%49.8

Codes

Color #80737A in popluar color models

80 73 7A
RGB 128 115 122
HSL 328° 5.35% 47.65%
HSB/HSV 328° 10.16% 50.20%
CMYK 0.00% 10.16% 4.69%
49.80%

Color #80737A in popluar number systems.

HEX 80 73 7A
Decimal 128 115 122
Binary 10000000 1110011 1111010
Octal 200 163 172

Shades and tints

Shades of #80737A

#80737A
(128,115,122)
#75696F
(117,105,111)
#6A5F64
(106,95,100)
#5F5559
(95,85,89)
#544B4E
(84,75,78)
#494143
(73,65,67)
#3E3738
(62,55,56)
#332D2D
(51,45,45)
#282322
(40,35,34)
#1D1917
(29,25,23)
#120F0C
(18,15,12)
#000000
(0,0,0)

Tints of #80737A

#80737A
(128,115,122)
#8B7F86
(139,127,134)
#968B92
(150,139,146)
#A1979E
(161,151,158)
#ACA3AA
(172,163,170)
#B7AFB6
(183,175,182)
#C2BBC2
(194,187,194)
#CDC7CE
(205,199,206)
#D8D3DA
(216,211,218)
#E3DFE6
(227,223,230)
#EEEBF2
(238,235,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #80737A color. Also use rgb(128,115,122) instead hex code.

Text Font Color

.myTextColor { color: #80737A; }

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

This text font color is #80737A.

Background Color

.myBgColor { background-color: #80737A; }

<div style="background-color:#80737A">Inner text</div>

This div background color is #80737A.

Border color

.myBorderColor { border: 1px solid #80737A; }

<div style="border:3px solid #80737A">Div</div>

This div border color is #80737A.

Opacity

.myOpacity80 { color: #80737A; opacity: 0.8; }

<p style="color:#80737A;opacity:0.8;">80%</p>

Text with #80737A 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 #80737A;}

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

This text has shadow with #80737A color.


.textShadow {text-shadow: 3px 3px 1px #80737A', 3px 3px 1px red;}

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

This text has shadow with #80737A primary color and red secondary color.


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

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

This text has shadow with #80737A and red colors in old Internet Explorer.

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #80737A; -webkit-box-shadow: 1px 1px 3px 2px #80737A; box-shadow:1px 1px 3px 2px #80737A;">
Div content here
</div>

This div box has shadow with color #80737A.

Preview

Color preview on black background

This text has color #80737A on black background.


Color preview on white background

This text has color #80737A on white background.


Black color preview on #80737A background

This text has black color on #80737A background.


White color preview on #80737A background

This text has white color on #80737A background.


Related colors

Complementary color

Complementary color for #hex is #7F8C85.


I love getcolorcode.com

Triadic colors

1 #7A8073 and #737A80 with #80737A are triadic colors.

2 #7A7380 and #73807A with #80737A are triadic colors.