COLOR #78636D

HEX: #78636D
RGB: (120,99,109)

Color info

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

RGB color model

#78636D color RGB value is (120,99,109).

  • red value is 120;
  • green value is 99;
  • blue value is 109.
RGB:
(120,99,109)
(47%,39%,43%)

RGB channels and saturation

R 120 of 255 = 47%
G 99 of 255 = 39%
B 109 of 255 = 43%

120
99
109

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

Portions of RGB colors in percentages

R + G + B =
120 + 99 + 109 = 328 (100%)
R 120 of 328 ~ 36.59%
G 99 of 328 ~ 30.18%
B 109 of 328 ~ 33.23%

%36.59
%30.18
%33.23

CMYK color model

#78636D color CMYK value is (0,18,9,53).

  • cyan value is 0.00%
  • magenta value is 17.50%
  • yellow value is 9.17%
  • key color value is 52.94%
CMYK:
(0,18,9,53)
C0M18Y9K53 
(0%,18%,9%,53%)
(0.00/0.18/0.09/0.53)	

CMYK percentages

%0
%17.5
%9.17
%52.94

Codes

Color #78636D in popluar color models

78636D
RGB12099109
HSL331°9.59%42.94%
HSB/HSV331°17.50%47.06%
CMYK0.00%17.50%9.17%
52.94%

Color #78636D in popluar number systems.

HEX78636D
Decimal12099109
Binary111100011000111101101
Octal170143155

Shades and tints

Shades of #78636D

#78636D
(120,99,109)
#6E5A64
(110,90,100)
#64515B
(100,81,91)
#5A4852
(90,72,82)
#503F49
(80,63,73)
#463640
(70,54,64)
#3C2D37
(60,45,55)
#32242E
(50,36,46)
#281B25
(40,27,37)
#1E121C
(30,18,28)
#140913
(20,9,19)
#000000
(0,0,0)

Tints of #78636D

#78636D
(120,99,109)
#84717A
(132,113,122)
#907F87
(144,127,135)
#9C8D94
(156,141,148)
#A89BA1
(168,155,161)
#B4A9AE
(180,169,174)
#C0B7BB
(192,183,187)
#CCC5C8
(204,197,200)
#D8D3D5
(216,211,213)
#E4E1E2
(228,225,226)
#F0EFEF
(240,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #78636D; }

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

This text font color is #78636D.


Background Color

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

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

This div background color is #78636D.


Border color

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

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

This div border color is #78636D.


Opacity

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

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

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

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

This text has shadow with #78636D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #78636D on black background.


Color preview on white background

This text has color #78636D on white background.



Black color preview on #78636D background

This text has black color on #78636D background.


White color preview on #78636D background

This text has white color on #78636D background.