COLOR #78606A

HEX: #78606A RGB: (120,96,106)

Color info

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

RGB color model

#78606A color RGB value is (120,96,106).

RGB: (120,96,106) (47%, 38%, 42%)

RGB channels and saturation

R 120 of 255 = 47%
G 96 of 255 = 38%
B 106 of 255 = 42%

120
96
106

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

Portions of RGB colors in percentages

R + G + B = 120 + 96 + 106 = 322 (100%)
R 120 of 322 ~ 37.27%
G 96 of 322 ~ 29.81%
B 106 of 322 ~ 32.92'%

%37.27
%29.81
%32.92

CMYK color model

#78606A color CMYK value is (0,20,12,53).

  • cyan value is 0.00%
  • magenta value is 20.00%
  • yellow value is 11.67%
  • key color value is 52.94%

CMYK: (0,20,12,53)
C0M20Y12K53 (0%, 20%, 12%, 53%)
(0.00 / 0.20 / 0.12 / 0.53)

CMYK percentages

%0
%20
%11.67
%52.94

Codes

Color #78606A in popluar color models

78 60 6A
RGB 120 96 106
HSL 335° 11.11% 42.35%
HSB/HSV 335° 20.00% 47.06%
CMYK 0.00% 20.00% 11.67%
52.94%

Color #78606A in popluar number systems.

HEX 78 60 6A
Decimal 120 96 106
Binary 1111000 1100000 1101010
Octal 170 140 152

Shades and tints

Shades of #78606A

#78606A
(120,96,106)
#6E5861
(110,88,97)
#645058
(100,80,88)
#5A484F
(90,72,79)
#504046
(80,64,70)
#46383D
(70,56,61)
#3C3034
(60,48,52)
#32282B
(50,40,43)
#282022
(40,32,34)
#1E1819
(30,24,25)
#141010
(20,16,16)
#000000
(0,0,0)

Tints of #78606A

#78606A
(120,96,106)
#846E77
(132,110,119)
#907C84
(144,124,132)
#9C8A91
(156,138,145)
#A8989E
(168,152,158)
#B4A6AB
(180,166,171)
#C0B4B8
(192,180,184)
#CCC2C5
(204,194,197)
#D8D0D2
(216,208,210)
#E4DEDF
(228,222,223)
#F0ECEC
(240,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #78606A; }

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

This text font color is #78606A.

Background Color

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

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

This div background color is #78606A.

Border color

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

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

This div border color is #78606A.

Opacity

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

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

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

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

This text has shadow with #78606A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #78606A.

Preview

Color preview on black background

This text has color #78606A on black background.


Color preview on white background

This text has color #78606A on white background.


Black color preview on #78606A background

This text has black color on #78606A background.


White color preview on #78606A background

This text has white color on #78606A background.


Related colors

Complementary color

Complementary color for #hex is #879F95.


I love getcolorcode.com

Triadic colors

1 #6A7860 and #606A78 with #78606A are triadic colors.

2 #6A6078 and #60786A with #78606A are triadic colors.