COLOR #78646A

HEX: #78646A RGB: (120,100,106)

Color info

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

RGB color model

#78646A color RGB value is (120,100,106).

RGB: (120,100,106) (47%, 39%, 42%)

RGB channels and saturation

R 120 of 255 = 47%
G 100 of 255 = 39%
B 106 of 255 = 42%

120
100
106

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

Portions of RGB colors in percentages

R + G + B = 120 + 100 + 106 = 326 (100%)
R 120 of 326 ~ 36.81%
G 100 of 326 ~ 30.67%
B 106 of 326 ~ 32.52'%

%36.81
%30.67
%32.52

CMYK color model

#78646A color CMYK value is (0,17,12,53).

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

CMYK: (0,17,12,53)
C0M17Y12K53 (0%, 17%, 12%, 53%)
(0.00 / 0.17 / 0.12 / 0.53)

CMYK percentages

%0
%16.67
%11.67
%52.94

Codes

Color #78646A in popluar color models

78 64 6A
RGB 120 100 106
HSL 342° 9.09% 43.14%
HSB/HSV 342° 16.67% 47.06%
CMYK 0.00% 16.67% 11.67%
52.94%

Color #78646A in popluar number systems.

HEX 78 64 6A
Decimal 120 100 106
Binary 1111000 1100100 1101010
Octal 170 144 152

Shades and tints

Shades of #78646A

#78646A
(120,100,106)
#6E5B61
(110,91,97)
#645258
(100,82,88)
#5A494F
(90,73,79)
#504046
(80,64,70)
#46373D
(70,55,61)
#3C2E34
(60,46,52)
#32252B
(50,37,43)
#281C22
(40,28,34)
#1E1319
(30,19,25)
#140A10
(20,10,16)
#000000
(0,0,0)

Tints of #78646A

#78646A
(120,100,106)
#847277
(132,114,119)
#908084
(144,128,132)
#9C8E91
(156,142,145)
#A89C9E
(168,156,158)
#B4AAAB
(180,170,171)
#C0B8B8
(192,184,184)
#CCC6C5
(204,198,197)
#D8D4D2
(216,212,210)
#E4E2DF
(228,226,223)
#F0F0EC
(240,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #78646A; }

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

This text font color is #78646A.

Background Color

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

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

This div background color is #78646A.

Border color

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

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

This div border color is #78646A.

Opacity

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

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

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

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

This text has shadow with #78646A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #78646A.

Preview

Color preview on black background

This text has color #78646A on black background.


Color preview on white background

This text has color #78646A on white background.


Black color preview on #78646A background

This text has black color on #78646A background.


White color preview on #78646A background

This text has white color on #78646A background.


Related colors

Complementary color

Complementary color for #hex is #879B95.


I love getcolorcode.com

Triadic colors

1 #6A7864 and #646A78 with #78646A are triadic colors.

2 #6A6478 and #64786A with #78646A are triadic colors.