COLOR #80676C

HEX: #80676C RGB: (128,103,108)

Color info

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

RGB color model

#80676C color RGB value is (128,103,108).

RGB: (128,103,108) (50%, 40%, 42%)

RGB channels and saturation

R 128 of 255 = 50%
G 103 of 255 = 40%
B 108 of 255 = 42%

128
103
108

R + G + B ~ 44%. #80676C is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 128 + 103 + 108 = 339 (100%)
R 128 of 339 ~ 37.76%
G 103 of 339 ~ 30.38%
B 108 of 339 ~ 31.86'%

%37.76
%30.38
%31.86

CMYK color model

#80676C color CMYK value is (0,20,16,50).

  • cyan value is 0.00%
  • magenta value is 19.53%
  • yellow value is 15.63%
  • key color value is 49.80%
CMYK: (0,20,16,50) C0M20Y16K50 (0%,20%,16%,50%) (0.00/0.20/0.16/0.50) 

CMYK percentages

%0
%19.53
%15.63
%49.8

Codes

Color #80676C in popluar color models

80 67 6C
RGB 128 103 108
HSL 348° 10.82% 45.29%
HSB/HSV 348° 19.53% 50.20%
CMYK 0.00% 19.53% 15.63%
49.80%

Color #80676C in popluar number systems.

HEX 80 67 6C
Decimal 128 103 108
Binary 10000000 1100111 1101100
Octal 200 147 154

Shades and tints

Shades of #80676C

#80676C
(128,103,108)
#755E63
(117,94,99)
#6A555A
(106,85,90)
#5F4C51
(95,76,81)
#544348
(84,67,72)
#493A3F
(73,58,63)
#3E3136
(62,49,54)
#33282D
(51,40,45)
#281F24
(40,31,36)
#1D161B
(29,22,27)
#120D12
(18,13,18)
#000000
(0,0,0)

Tints of #80676C

#80676C
(128,103,108)
#8B7479
(139,116,121)
#968186
(150,129,134)
#A18E93
(161,142,147)
#AC9BA0
(172,155,160)
#B7A8AD
(183,168,173)
#C2B5BA
(194,181,186)
#CDC2C7
(205,194,199)
#D8CFD4
(216,207,212)
#E3DCE1
(227,220,225)
#EEE9EE
(238,233,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #80676C color. Also use rgb(128,103,108) instead hex code.

Text Font Color

.myTextColor { color: #80676C; }

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

This text font color is #80676C.

Background Color

.myBgColor { background-color: #80676C; }

<div style="background-color:#80676C">Inner text</div>

This div background color is #80676C.

Border color

.myBorderColor { border: 1px solid #80676C; }

<div style="border:3px solid #80676C">Div</div>

This div border color is #80676C.

Opacity

.myOpacity80 { color: #80676C; opacity: 0.8; }

<p style="color:#80676C;opacity:0.8;">80%</p>

Text with #80676C 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 #80676C;}

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

This text has shadow with #80676C color.


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

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

This text has shadow with #80676C primary color and red secondary color.


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

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

This text has shadow with #80676C and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #80676C.

Preview

Color preview on black background

This text has color #80676C on black background.


Color preview on white background

This text has color #80676C on white background.


Black color preview on #80676C background

This text has black color on #80676C background.


White color preview on #80676C background

This text has white color on #80676C background.


Related colors

Complementary color

Complementary color for #hex is #7F9893.


I love getcolorcode.com

Triadic colors

1 #6C8067 and #676C80 with #80676C are triadic colors.

2 #6C6780 and #67806C with #80676C are triadic colors.