COLOR #78666A

HEX: #78666A
RGB: (120,102,106)

Color info

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

RGB color model

#78666A color RGB value is (120,102,106).

  • red value is 120;
  • green value is 102;
  • blue value is 106.
RGB:
(120,102,106)
(47%,40%,42%)

RGB channels and saturation

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

120
102
106

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

Portions of RGB colors in percentages

R + G + B =
120 + 102 + 106 = 328 (100%)
R 120 of 328 ~ 36.59%
G 102 of 328 ~ 31.1%
B 106 of 328 ~ 32.32%

%36.59
%31.1
%32.32

CMYK color model

#78666A color CMYK value is (0,15,12,53).

  • cyan value is 0.00%
  • magenta value is 15.00%
  • yellow value is 11.67%
  • key color value is 52.94%
CMYK:
(0,15,12,53)
C0M15Y12K53 
(0%,15%,12%,53%)
(0.00/0.15/0.12/0.53)	

CMYK percentages

%0
%15
%11.67
%52.94

Codes

Color #78666A in popluar color models

78666A
RGB120102106
HSL347°8.11%43.53%
HSB/HSV347°15.00%47.06%
CMYK0.00%15.00%11.67%
52.94%

Color #78666A in popluar number systems.

HEX78666A
Decimal120102106
Binary111100011001101101010
Octal170146152

Shades and tints

Shades of #78666A

#78666A
(120,102,106)
#6E5D61
(110,93,97)
#645458
(100,84,88)
#5A4B4F
(90,75,79)
#504246
(80,66,70)
#46393D
(70,57,61)
#3C3034
(60,48,52)
#32272B
(50,39,43)
#281E22
(40,30,34)
#1E1519
(30,21,25)
#140C10
(20,12,16)
#000000
(0,0,0)

Tints of #78666A

#78666A
(120,102,106)
#847377
(132,115,119)
#908084
(144,128,132)
#9C8D91
(156,141,145)
#A89A9E
(168,154,158)
#B4A7AB
(180,167,171)
#C0B4B8
(192,180,184)
#CCC1C5
(204,193,197)
#D8CED2
(216,206,210)
#E4DBDF
(228,219,223)
#F0E8EC
(240,232,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #78666A; }

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

This text font color is #78666A.


Background Color

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

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

This div background color is #78666A.


Border color

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

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

This div border color is #78666A.


Opacity

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

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

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

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

This text has shadow with #78666A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #78666A on black background.


Color preview on white background

This text has color #78666A on white background.



Black color preview on #78666A background

This text has black color on #78666A background.


White color preview on #78666A background

This text has white color on #78666A background.