COLOR #808078

HEX: #808078 RGB: (128,128,120)

Color info

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

RGB color model

#808078 color RGB value is (128,128,120).

RGB: (128,128,120) (50%, 50%, 47%)

RGB channels and saturation

R 128 of 255 = 50%
G 128 of 255 = 50%
B 120 of 255 = 47%

128
128
120

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

Portions of RGB colors in percentages

R + G + B = 128 + 128 + 120 = 376 (100%)
R 128 of 376 ~ 34.04%
G 128 of 376 ~ 34.04%
B 120 of 376 ~ 31.91'%

%34.04
%34.04
%31.91

CMYK color model

#808078 color CMYK value is (0,0,6,50).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 6.25%
  • key color value is 49.80%

CMYK: (0,0,6,50)
C0M0Y6K50 (0%, 0%, 6%, 50%)
(0.00 / 0.00 / 0.06 / 0.50)

CMYK percentages

%0
%0
%6.25
%49.8

Codes

Color #808078 in popluar color models

80 80 78
RGB 128 128 120
HSL 60° 3.23% 48.63%
HSB/HSV 60° 6.25% 50.20%
CMYK 0.00% 0.00% 6.25%
49.80%

Color #808078 in popluar number systems.

HEX 80 80 78
Decimal 128 128 120
Binary 10000000 10000000 1111000
Octal 200 200 170

Shades and tints

Shades of #808078

#808078
(128,128,120)
#75756E
(117,117,110)
#6A6A64
(106,106,100)
#5F5F5A
(95,95,90)
#545450
(84,84,80)
#494946
(73,73,70)
#3E3E3C
(62,62,60)
#333332
(51,51,50)
#282828
(40,40,40)
#1D1D1E
(29,29,30)
#121214
(18,18,20)
#000000
(0,0,0)

Tints of #808078

#808078
(128,128,120)
#8B8B84
(139,139,132)
#969690
(150,150,144)
#A1A19C
(161,161,156)
#ACACA8
(172,172,168)
#B7B7B4
(183,183,180)
#C2C2C0
(194,194,192)
#CDCDCC
(205,205,204)
#D8D8D8
(216,216,216)
#E3E3E4
(227,227,228)
#EEEEF0
(238,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #808078 color. Also use rgb(128,128,120) instead hex code.

Text Font Color

.myTextColor { color: #808078; }

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

This text font color is #808078.

Background Color

.myBgColor { background-color: #808078; }

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

This div background color is #808078.

Border color

.myBorderColor { border: 1px solid #808078; }

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

This div border color is #808078.

Opacity

.myOpacity80 { color: #808078; opacity: 0.8; }

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

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

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

This text has shadow with #808078 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #808078.

Preview

Color preview on black background

This text has color #808078 on black background.


Color preview on white background

This text has color #808078 on white background.


Black color preview on #808078 background

This text has black color on #808078 background.


White color preview on #808078 background

This text has white color on #808078 background.


Related colors

Complementary color

Complementary color for #hex is #7F7F87.


I love getcolorcode.com