COLOR #78806A

HEX: #78806A RGB: (120,128,106)

Color info

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

RGB color model

#78806A color RGB value is (120,128,106).

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

RGB channels and saturation

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

120
128
106

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

Portions of RGB colors in percentages

R + G + B = 120 + 128 + 106 = 354 (100%)
R 120 of 354 ~ 33.9%
G 128 of 354 ~ 36.16%
B 106 of 354 ~ 29.94'%

%33.9
%36.16
%29.94

CMYK color model

#78806A color CMYK value is (6,0,17,50).

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

CMYK: (6,0,17,50)
C6M0Y17K50 (6%, 0%, 17%, 50%)
(0.06 / 0.00 / 0.17 / 0.50)

CMYK percentages

%6.25
%0
%17.19
%49.8

Codes

Color #78806A in popluar color models

78 80 6A
RGB 120 128 106
HSL 82° 9.40% 45.88%
HSB/HSV 82° 17.19% 50.20%
CMYK 6.25% 0.00% 17.19%
49.80%

Color #78806A in popluar number systems.

HEX 78 80 6A
Decimal 120 128 106
Binary 1111000 10000000 1101010
Octal 170 200 152

Shades and tints

Shades of #78806A

#78806A
(120,128,106)
#6E7561
(110,117,97)
#646A58
(100,106,88)
#5A5F4F
(90,95,79)
#505446
(80,84,70)
#46493D
(70,73,61)
#3C3E34
(60,62,52)
#32332B
(50,51,43)
#282822
(40,40,34)
#1E1D19
(30,29,25)
#141210
(20,18,16)
#000000
(0,0,0)

Tints of #78806A

#78806A
(120,128,106)
#848B77
(132,139,119)
#909684
(144,150,132)
#9CA191
(156,161,145)
#A8AC9E
(168,172,158)
#B4B7AB
(180,183,171)
#C0C2B8
(192,194,184)
#CCCDC5
(204,205,197)
#D8D8D2
(216,216,210)
#E4E3DF
(228,227,223)
#F0EEEC
(240,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #78806A; }

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

This text font color is #78806A.

Background Color

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

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

This div background color is #78806A.

Border color

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

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

This div border color is #78806A.

Opacity

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

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

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

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

This text has shadow with #78806A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #78806A.

Preview

Color preview on black background

This text has color #78806A on black background.


Color preview on white background

This text has color #78806A on white background.


Black color preview on #78806A background

This text has black color on #78806A background.


White color preview on #78806A background

This text has white color on #78806A background.


Related colors

Complementary color

Complementary color for #hex is #877F95.


I love getcolorcode.com

Triadic colors

1 #6A7880 and #806A78 with #78806A are triadic colors.

2 #6A8078 and #80786A with #78806A are triadic colors.