COLOR #78676B

HEX: #78676B RGB: (120,103,107)

Color info

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

RGB color model

#78676B color RGB value is (120,103,107).

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

RGB channels and saturation

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

120
103
107

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

Portions of RGB colors in percentages

R + G + B = 120 + 103 + 107 = 330 (100%)
R 120 of 330 ~ 36.36%
G 103 of 330 ~ 31.21%
B 107 of 330 ~ 32.42'%

%36.36
%31.21
%32.42

CMYK color model

#78676B color CMYK value is (0,14,11,53).

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

CMYK: (0,14,11,53)
C0M14Y11K53 (0%, 14%, 11%, 53%)
(0.00 / 0.14 / 0.11 / 0.53)

CMYK percentages

%0
%14.17
%10.83
%52.94

Codes

Color #78676B in popluar color models

78 67 6B
RGB 120 103 107
HSL 346° 7.62% 43.73%
HSB/HSV 346° 14.17% 47.06%
CMYK 0.00% 14.17% 10.83%
52.94%

Color #78676B in popluar number systems.

HEX 78 67 6B
Decimal 120 103 107
Binary 1111000 1100111 1101011
Octal 170 147 153

Shades and tints

Shades of #78676B

#78676B
(120,103,107)
#6E5E62
(110,94,98)
#645559
(100,85,89)
#5A4C50
(90,76,80)
#504347
(80,67,71)
#463A3E
(70,58,62)
#3C3135
(60,49,53)
#32282C
(50,40,44)
#281F23
(40,31,35)
#1E161A
(30,22,26)
#140D11
(20,13,17)
#000000
(0,0,0)

Tints of #78676B

#78676B
(120,103,107)
#847478
(132,116,120)
#908185
(144,129,133)
#9C8E92
(156,142,146)
#A89B9F
(168,155,159)
#B4A8AC
(180,168,172)
#C0B5B9
(192,181,185)
#CCC2C6
(204,194,198)
#D8CFD3
(216,207,211)
#E4DCE0
(228,220,224)
#F0E9ED
(240,233,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #78676B; }

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

This text font color is #78676B.

Background Color

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

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

This div background color is #78676B.

Border color

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

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

This div border color is #78676B.

Opacity

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

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

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

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

This text has shadow with #78676B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #78676B.

Preview

Color preview on black background

This text has color #78676B on black background.


Color preview on white background

This text has color #78676B on white background.


Black color preview on #78676B background

This text has black color on #78676B background.


White color preview on #78676B background

This text has white color on #78676B background.


Related colors

Complementary color

Complementary color for #hex is #879894.


I love getcolorcode.com

Triadic colors

1 #6B7867 and #676B78 with #78676B are triadic colors.

2 #6B6778 and #67786B with #78676B are triadic colors.