COLOR #78606D

HEX: #78606D RGB: (120,96,109)

Color info

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

RGB color model

#78606D color RGB value is (120,96,109).

RGB: (120,96,109) (47%, 38%, 43%)

RGB channels and saturation

R 120 of 255 = 47%
G 96 of 255 = 38%
B 109 of 255 = 43%

120
96
109

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

Portions of RGB colors in percentages

R + G + B = 120 + 96 + 109 = 325 (100%)
R 120 of 325 ~ 36.92%
G 96 of 325 ~ 29.54%
B 109 of 325 ~ 33.54'%

%36.92
%29.54
%33.54

CMYK color model

#78606D color CMYK value is (0,20,9,53).

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

CMYK: (0,20,9,53)
C0M20Y9K53 (0%, 20%, 9%, 53%)
(0.00 / 0.20 / 0.09 / 0.53)

CMYK percentages

%0
%20
%9.17
%52.94

Codes

Color #78606D in popluar color models

78 60 6D
RGB 120 96 109
HSL 328° 11.11% 42.35%
HSB/HSV 328° 20.00% 47.06%
CMYK 0.00% 20.00% 9.17%
52.94%

Color #78606D in popluar number systems.

HEX 78 60 6D
Decimal 120 96 109
Binary 1111000 1100000 1101101
Octal 170 140 155

Shades and tints

Shades of #78606D

#78606D
(120,96,109)
#6E5864
(110,88,100)
#64505B
(100,80,91)
#5A4852
(90,72,82)
#504049
(80,64,73)
#463840
(70,56,64)
#3C3037
(60,48,55)
#32282E
(50,40,46)
#282025
(40,32,37)
#1E181C
(30,24,28)
#141013
(20,16,19)
#000000
(0,0,0)

Tints of #78606D

#78606D
(120,96,109)
#846E7A
(132,110,122)
#907C87
(144,124,135)
#9C8A94
(156,138,148)
#A898A1
(168,152,161)
#B4A6AE
(180,166,174)
#C0B4BB
(192,180,187)
#CCC2C8
(204,194,200)
#D8D0D5
(216,208,213)
#E4DEE2
(228,222,226)
#F0ECEF
(240,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #78606D; }

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

This text font color is #78606D.

Background Color

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

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

This div background color is #78606D.

Border color

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

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

This div border color is #78606D.

Opacity

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

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

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

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

This text has shadow with #78606D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #78606D.

Preview

Color preview on black background

This text has color #78606D on black background.


Color preview on white background

This text has color #78606D on white background.


Black color preview on #78606D background

This text has black color on #78606D background.


White color preview on #78606D background

This text has white color on #78606D background.


Related colors

Complementary color

Complementary color for #hex is #879F92.


I love getcolorcode.com

Triadic colors

1 #6D7860 and #606D78 with #78606D are triadic colors.

2 #6D6078 and #60786D with #78606D are triadic colors.