COLOR #78725C

HEX: #78725C RGB: (120,114,92)

Color info

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

RGB color model

#78725C color RGB value is (120,114,92).

RGB: (120,114,92) (47%, 45%, 36%)

RGB channels and saturation

R 120 of 255 = 47%
G 114 of 255 = 45%
B 92 of 255 = 36%

120
114
92

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

Portions of RGB colors in percentages

R + G + B = 120 + 114 + 92 = 326 (100%)
R 120 of 326 ~ 36.81%
G 114 of 326 ~ 34.97%
B 92 of 326 ~ 28.22'%

%36.81
%34.97
%28.22

CMYK color model

#78725C color CMYK value is (0,5,23,53).

  • cyan value is 0.00%
  • magenta value is 5.00%
  • yellow value is 23.33%
  • key color value is 52.94%

CMYK: (0,5,23,53)
C0M5Y23K53 (0%, 5%, 23%, 53%)
(0.00 / 0.05 / 0.23 / 0.53)

CMYK percentages

%0
%5
%23.33
%52.94

Codes

Color #78725C in popluar color models

78 72 5C
RGB 120 114 92
HSL 47° 13.21% 41.57%
HSB/HSV 47° 23.33% 47.06%
CMYK 0.00% 5.00% 23.33%
52.94%

Color #78725C in popluar number systems.

HEX 78 72 5C
Decimal 120 114 92
Binary 1111000 1110010 1011100
Octal 170 162 134

Shades and tints

Shades of #78725C

#78725C
(120,114,92)
#6E6854
(110,104,84)
#645E4C
(100,94,76)
#5A5444
(90,84,68)
#504A3C
(80,74,60)
#464034
(70,64,52)
#3C362C
(60,54,44)
#322C24
(50,44,36)
#28221C
(40,34,28)
#1E1814
(30,24,20)
#140E0C
(20,14,12)
#000000
(0,0,0)

Tints of #78725C

#78725C
(120,114,92)
#847E6A
(132,126,106)
#908A78
(144,138,120)
#9C9686
(156,150,134)
#A8A294
(168,162,148)
#B4AEA2
(180,174,162)
#C0BAB0
(192,186,176)
#CCC6BE
(204,198,190)
#D8D2CC
(216,210,204)
#E4DEDA
(228,222,218)
#F0EAE8
(240,234,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #78725C color. Also use rgb(120,114,92) instead hex code.

Text Font Color

.myTextColor { color: #78725C; }

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

This text font color is #78725C.

Background Color

.myBgColor { background-color: #78725C; }

<div style="background-color:#78725C">Inner text</div>

This div background color is #78725C.

Border color

.myBorderColor { border: 1px solid #78725C; }

<div style="border:3px solid #78725C">Div</div>

This div border color is #78725C.

Opacity

.myOpacity80 { color: #78725C; opacity: 0.8; }

<p style="color:#78725C;opacity:0.8;">80%</p>

Text with #78725C 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 #78725C;}

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

This text has shadow with #78725C color.


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

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

This text has shadow with #78725C primary color and red secondary color.


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

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

This text has shadow with #78725C and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #78725C.

Preview

Color preview on black background

This text has color #78725C on black background.


Color preview on white background

This text has color #78725C on white background.


Black color preview on #78725C background

This text has black color on #78725C background.


White color preview on #78725C background

This text has white color on #78725C background.


Related colors

Complementary color

Complementary color for #hex is #878DA3.


I love getcolorcode.com

Triadic colors

1 #5C7872 and #725C78 with #78725C are triadic colors.

2 #5C7278 and #72785C with #78725C are triadic colors.