COLOR #78716B

HEX: #78716B RGB: (120,113,107)

Color info

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

RGB color model

#78716B color RGB value is (120,113,107).

RGB: (120,113,107) (47%, 44%, 42%)

RGB channels and saturation

R 120 of 255 = 47%
G 113 of 255 = 44%
B 107 of 255 = 42%

120
113
107

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

Portions of RGB colors in percentages

R + G + B = 120 + 113 + 107 = 340 (100%)
R 120 of 340 ~ 35.29%
G 113 of 340 ~ 33.24%
B 107 of 340 ~ 31.47'%

%35.29
%33.24
%31.47

CMYK color model

#78716B color CMYK value is (0,6,11,53).

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

CMYK: (0,6,11,53)
C0M6Y11K53 (0%, 6%, 11%, 53%)
(0.00 / 0.06 / 0.11 / 0.53)

CMYK percentages

%0
%5.83
%10.83
%52.94

Codes

Color #78716B in popluar color models

78 71 6B
RGB 120 113 107
HSL 28° 5.73% 44.51%
HSB/HSV 28° 10.83% 47.06%
CMYK 0.00% 5.83% 10.83%
52.94%

Color #78716B in popluar number systems.

HEX 78 71 6B
Decimal 120 113 107
Binary 1111000 1110001 1101011
Octal 170 161 153

Shades and tints

Shades of #78716B

#78716B
(120,113,107)
#6E6762
(110,103,98)
#645D59
(100,93,89)
#5A5350
(90,83,80)
#504947
(80,73,71)
#463F3E
(70,63,62)
#3C3535
(60,53,53)
#322B2C
(50,43,44)
#282123
(40,33,35)
#1E171A
(30,23,26)
#140D11
(20,13,17)
#000000
(0,0,0)

Tints of #78716B

#78716B
(120,113,107)
#847D78
(132,125,120)
#908985
(144,137,133)
#9C9592
(156,149,146)
#A8A19F
(168,161,159)
#B4ADAC
(180,173,172)
#C0B9B9
(192,185,185)
#CCC5C6
(204,197,198)
#D8D1D3
(216,209,211)
#E4DDE0
(228,221,224)
#F0E9ED
(240,233,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #78716B; }

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

This text font color is #78716B.

Background Color

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

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

This div background color is #78716B.

Border color

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

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

This div border color is #78716B.

Opacity

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

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

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

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

This text has shadow with #78716B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #78716B.

Preview

Color preview on black background

This text has color #78716B on black background.


Color preview on white background

This text has color #78716B on white background.


Black color preview on #78716B background

This text has black color on #78716B background.


White color preview on #78716B background

This text has white color on #78716B background.


Related colors

Complementary color

Complementary color for #hex is #878E94.


I love getcolorcode.com

Triadic colors

1 #6B7871 and #716B78 with #78716B are triadic colors.

2 #6B7178 and #71786B with #78716B are triadic colors.