COLOR #78736A

HEX: #78736A
RGB: (120,115,106)

Color info

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

RGB color model

#78736A color RGB value is (120,115,106).

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

RGB channels and saturation

R 120 of 255 = 47%
G 115 of 255 = 45%
B 106 of 255 = 42%

120
115
106

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

Portions of RGB colors in percentages

R + G + B =
120 + 115 + 106 = 341 (100%)
R 120 of 341 ~ 35.19%
G 115 of 341 ~ 33.72%
B 106 of 341 ~ 31.09%

%35.19
%33.72
%31.09

CMYK color model

#78736A color CMYK value is (0,4,12,53).

  • cyan value is 0.00%
  • magenta value is 4.17%
  • yellow value is 11.67%
  • key color value is 52.94%
CMYK:
(0,4,12,53)
C0M4Y12K53 
(0%,4%,12%,53%)
(0.00/0.04/0.12/0.53)	

CMYK percentages

%0
%4.17
%11.67
%52.94

Codes

Color #78736A in popluar color models

78736A
RGB120115106
HSL39°6.19%44.31%
HSB/HSV39°11.67%47.06%
CMYK0.00%4.17%11.67%
52.94%

Color #78736A in popluar number systems.

HEX78736A
Decimal120115106
Binary111100011100111101010
Octal170163152

Shades and tints

Shades of #78736A

#78736A
(120,115,106)
#6E6961
(110,105,97)
#645F58
(100,95,88)
#5A554F
(90,85,79)
#504B46
(80,75,70)
#46413D
(70,65,61)
#3C3734
(60,55,52)
#322D2B
(50,45,43)
#282322
(40,35,34)
#1E1919
(30,25,25)
#140F10
(20,15,16)
#000000
(0,0,0)

Tints of #78736A

#78736A
(120,115,106)
#847F77
(132,127,119)
#908B84
(144,139,132)
#9C9791
(156,151,145)
#A8A39E
(168,163,158)
#B4AFAB
(180,175,171)
#C0BBB8
(192,187,184)
#CCC7C5
(204,199,197)
#D8D3D2
(216,211,210)
#E4DFDF
(228,223,223)
#F0EBEC
(240,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #78736A; }

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

This text font color is #78736A.


Background Color

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

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

This div background color is #78736A.


Border color

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

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

This div border color is #78736A.


Opacity

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

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

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

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

This text has shadow with #78736A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #78736A on black background.


Color preview on white background

This text has color #78736A on white background.



Black color preview on #78736A background

This text has black color on #78736A background.


White color preview on #78736A background

This text has white color on #78736A background.