COLOR #78696E

HEX: #78696E RGB: (120,105,110)

Color info

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

RGB color model

#78696E color RGB value is (120,105,110).

RGB: (120,105,110) (47%, 41%, 43%)

RGB channels and saturation

R 120 of 255 = 47%
G 105 of 255 = 41%
B 110 of 255 = 43%

120
105
110

R + G + B ~ 44%. #78696E is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 120 + 105 + 110 = 335 (100%)
R 120 of 335 ~ 35.82%
G 105 of 335 ~ 31.34%
B 110 of 335 ~ 32.84'%

%35.82
%31.34
%32.84

CMYK color model

#78696E color CMYK value is (0,13,8,53).

  • cyan value is 0.00%
  • magenta value is 12.50%
  • yellow value is 8.33%
  • key color value is 52.94%

CMYK: (0,13,8,53)
C0M13Y8K53 (0%, 13%, 8%, 53%)
(0.00 / 0.13 / 0.08 / 0.53)

CMYK percentages

%0
%12.5
%8.33
%52.94

Codes

Color #78696E in popluar color models

78 69 6E
RGB 120 105 110
HSL 340° 6.67% 44.12%
HSB/HSV 340° 12.50% 47.06%
CMYK 0.00% 12.50% 8.33%
52.94%

Color #78696E in popluar number systems.

HEX 78 69 6E
Decimal 120 105 110
Binary 1111000 1101001 1101110
Octal 170 151 156

Shades and tints

Shades of #78696E

#78696E
(120,105,110)
#6E6064
(110,96,100)
#64575A
(100,87,90)
#5A4E50
(90,78,80)
#504546
(80,69,70)
#463C3C
(70,60,60)
#3C3332
(60,51,50)
#322A28
(50,42,40)
#28211E
(40,33,30)
#1E1814
(30,24,20)
#140F0A
(20,15,10)
#000000
(0,0,0)

Tints of #78696E

#78696E
(120,105,110)
#84767B
(132,118,123)
#908388
(144,131,136)
#9C9095
(156,144,149)
#A89DA2
(168,157,162)
#B4AAAF
(180,170,175)
#C0B7BC
(192,183,188)
#CCC4C9
(204,196,201)
#D8D1D6
(216,209,214)
#E4DEE3
(228,222,227)
#F0EBF0
(240,235,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #78696E color. Also use rgb(120,105,110) instead hex code.

Text Font Color

.myTextColor { color: #78696E; }

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

This text font color is #78696E.

Background Color

.myBgColor { background-color: #78696E; }

<div style="background-color:#78696E">Inner text</div>

This div background color is #78696E.

Border color

.myBorderColor { border: 1px solid #78696E; }

<div style="border:3px solid #78696E">Div</div>

This div border color is #78696E.

Opacity

.myOpacity80 { color: #78696E; opacity: 0.8; }

<p style="color:#78696E;opacity:0.8;">80%</p>

Text with #78696E 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 #78696E;}

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

This text has shadow with #78696E color.


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

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

This text has shadow with #78696E primary color and red secondary color.


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

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

This text has shadow with #78696E and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #78696E.

Preview

Color preview on black background

This text has color #78696E on black background.


Color preview on white background

This text has color #78696E on white background.


Black color preview on #78696E background

This text has black color on #78696E background.


White color preview on #78696E background

This text has white color on #78696E background.


Related colors

Complementary color

Complementary color for #hex is #879691.


I love getcolorcode.com

Triadic colors

1 #6E7869 and #696E78 with #78696E are triadic colors.

2 #6E6978 and #69786E with #78696E are triadic colors.