COLOR #78595F

HEX: #78595F
RGB: (120,89,95)

Color info

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

RGB color model

#78595F color RGB value is (120,89,95).

  • red value is 120;
  • green value is 89;
  • blue value is 95.
RGB:
(120,89,95)
(47%,35%,37%)

RGB channels and saturation

R 120 of 255 = 47%
G 89 of 255 = 35%
B 95 of 255 = 37%

120
89
95

R + G + B ~ 40%. #78595F is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
120 + 89 + 95 = 304 (100%)
R 120 of 304 ~ 39.47%
G 89 of 304 ~ 29.28%
B 95 of 304 ~ 31.25%

%39.47
%29.28
%31.25

CMYK color model

#78595F color CMYK value is (0,26,21,53).

  • cyan value is 0.00%
  • magenta value is 25.83%
  • yellow value is 20.83%
  • key color value is 52.94%
CMYK:
(0,26,21,53)
C0M26Y21K53 
(0%,26%,21%,53%)
(0.00/0.26/0.21/0.53)	

CMYK percentages

%0
%25.83
%20.83
%52.94

Codes

Color #78595F in popluar color models

78595F
RGB1208995
HSL348°14.83%40.98%
HSB/HSV348°25.83%47.06%
CMYK0.00%25.83%20.83%
52.94%

Color #78595F in popluar number systems.

HEX78595F
Decimal1208995
Binary111100010110011011111
Octal170131137

Shades and tints

Shades of #78595F

#78595F
(120,89,95)
#6E5157
(110,81,87)
#64494F
(100,73,79)
#5A4147
(90,65,71)
#50393F
(80,57,63)
#463137
(70,49,55)
#3C292F
(60,41,47)
#322127
(50,33,39)
#28191F
(40,25,31)
#1E1117
(30,17,23)
#14090F
(20,9,15)
#000000
(0,0,0)

Tints of #78595F

#78595F
(120,89,95)
#84686D
(132,104,109)
#90777B
(144,119,123)
#9C8689
(156,134,137)
#A89597
(168,149,151)
#B4A4A5
(180,164,165)
#C0B3B3
(192,179,179)
#CCC2C1
(204,194,193)
#D8D1CF
(216,209,207)
#E4E0DD
(228,224,221)
#F0EFEB
(240,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #78595F color. Also use rgb(120,89,95) instead hex code.

Text Font Color

.myTextColor { color: #78595F; }

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

This text font color is #78595F.


Background Color

.myBgColor { background-color: #78595F; }

<div style="background-color:#78595F">Inner text</div>

This div background color is #78595F.


Border color

.myBorderColor { border: 1px solid #78595F; }

<div style="border:3px solid #78595F">Div</div>

This div border color is #78595F.


Opacity

.myOpacity80 { color: #78595F; opacity: 0.8; }

<p style="color:#78595F;opacity:0.8;">80%</p>

Text with #78595F 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 #78595F;}

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

This text has shadow with #78595F color.

.textShadow {text-shadow: 3px 3px 1px #78595F, 3px 3px 1px red;}

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

This text has shadow with #78595F primary color and red secondary color.


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

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

This text has shadow with #78595F and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #78595F on black background.


Color preview on white background

This text has color #78595F on white background.



Black color preview on #78595F background

This text has black color on #78595F background.


White color preview on #78595F background

This text has white color on #78595F background.