COLOR #78575F

HEX: #78575F
RGB: (120,87,95)

Color info

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

RGB color model

#78575F color RGB value is (120,87,95).

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

RGB channels and saturation

R 120 of 255 = 47%
G 87 of 255 = 34%
B 95 of 255 = 37%

120
87
95

R + G + B ~ 39%. #78575F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
120 + 87 + 95 = 302 (100%)
R 120 of 302 ~ 39.74%
G 87 of 302 ~ 28.81%
B 95 of 302 ~ 31.46%

%39.74
%28.81
%31.46

CMYK color model

#78575F color CMYK value is (0,28,21,53).

  • cyan value is 0.00%
  • magenta value is 27.50%
  • yellow value is 20.83%
  • key color value is 52.94%
CMYK:
(0,28,21,53)
C0M28Y21K53 
(0%,28%,21%,53%)
(0.00/0.28/0.21/0.53)	

CMYK percentages

%0
%27.5
%20.83
%52.94

Codes

Color #78575F in popluar color models

78575F
RGB1208795
HSL345°15.94%40.59%
HSB/HSV345°27.50%47.06%
CMYK0.00%27.50%20.83%
52.94%

Color #78575F in popluar number systems.

HEX78575F
Decimal1208795
Binary111100010101111011111
Octal170127137

Shades and tints

Shades of #78575F

#78575F
(120,87,95)
#6E5057
(110,80,87)
#64494F
(100,73,79)
#5A4247
(90,66,71)
#503B3F
(80,59,63)
#463437
(70,52,55)
#3C2D2F
(60,45,47)
#322627
(50,38,39)
#281F1F
(40,31,31)
#1E1817
(30,24,23)
#14110F
(20,17,15)
#000000
(0,0,0)

Tints of #78575F

#78575F
(120,87,95)
#84666D
(132,102,109)
#90757B
(144,117,123)
#9C8489
(156,132,137)
#A89397
(168,147,151)
#B4A2A5
(180,162,165)
#C0B1B3
(192,177,179)
#CCC0C1
(204,192,193)
#D8CFCF
(216,207,207)
#E4DEDD
(228,222,221)
#F0EDEB
(240,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #78575F; }

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

This text font color is #78575F.


Background Color

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

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

This div background color is #78575F.


Border color

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

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

This div border color is #78575F.


Opacity

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

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

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

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

This text has shadow with #78575F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #78575F on black background.


Color preview on white background

This text has color #78575F on white background.



Black color preview on #78575F background

This text has black color on #78575F background.


White color preview on #78575F background

This text has white color on #78575F background.