COLOR #78676A

HEX: #78676A RGB: (120,103,106)

Color info

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

RGB color model

#78676A color RGB value is (120,103,106).

RGB: (120,103,106) (47%, 40%, 42%)

RGB channels and saturation

R 120 of 255 = 47%
G 103 of 255 = 40%
B 106 of 255 = 42%

120
103
106

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

Portions of RGB colors in percentages

R + G + B = 120 + 103 + 106 = 329 (100%)
R 120 of 329 ~ 36.47%
G 103 of 329 ~ 31.31%
B 106 of 329 ~ 32.22'%

%36.47
%31.31
%32.22

CMYK color model

#78676A color CMYK value is (0,14,12,53).

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

CMYK: (0,14,12,53)
C0M14Y12K53 (0%, 14%, 12%, 53%)
(0.00 / 0.14 / 0.12 / 0.53)

CMYK percentages

%0
%14.17
%11.67
%52.94

Codes

Color #78676A in popluar color models

78 67 6A
RGB 120 103 106
HSL 349° 7.62% 43.73%
HSB/HSV 349° 14.17% 47.06%
CMYK 0.00% 14.17% 11.67%
52.94%

Color #78676A in popluar number systems.

HEX 78 67 6A
Decimal 120 103 106
Binary 1111000 1100111 1101010
Octal 170 147 152

Shades and tints

Shades of #78676A

#78676A
(120,103,106)
#6E5E61
(110,94,97)
#645558
(100,85,88)
#5A4C4F
(90,76,79)
#504346
(80,67,70)
#463A3D
(70,58,61)
#3C3134
(60,49,52)
#32282B
(50,40,43)
#281F22
(40,31,34)
#1E1619
(30,22,25)
#140D10
(20,13,16)
#000000
(0,0,0)

Tints of #78676A

#78676A
(120,103,106)
#847477
(132,116,119)
#908184
(144,129,132)
#9C8E91
(156,142,145)
#A89B9E
(168,155,158)
#B4A8AB
(180,168,171)
#C0B5B8
(192,181,184)
#CCC2C5
(204,194,197)
#D8CFD2
(216,207,210)
#E4DCDF
(228,220,223)
#F0E9EC
(240,233,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #78676A; }

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

This text font color is #78676A.

Background Color

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

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

This div background color is #78676A.

Border color

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

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

This div border color is #78676A.

Opacity

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

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

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

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

This text has shadow with #78676A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #78676A.

Preview

Color preview on black background

This text has color #78676A on black background.


Color preview on white background

This text has color #78676A on white background.


Black color preview on #78676A background

This text has black color on #78676A background.


White color preview on #78676A background

This text has white color on #78676A background.


Related colors

Complementary color

Complementary color for #hex is #879895.


I love getcolorcode.com

Triadic colors

1 #6A7867 and #676A78 with #78676A are triadic colors.

2 #6A6778 and #67786A with #78676A are triadic colors.