COLOR #78575B

HEX: #78575B RGB: (120,87,91)

Color info

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

RGB color model

#78575B color RGB value is (120,87,91).

RGB: (120,87,91) (47%, 34%, 36%)

RGB channels and saturation

R 120 of 255 = 47%
G 87 of 255 = 34%
B 91 of 255 = 36%

120
87
91

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

Portions of RGB colors in percentages

R + G + B = 120 + 87 + 91 = 298 (100%)
R 120 of 298 ~ 40.27%
G 87 of 298 ~ 29.19%
B 91 of 298 ~ 30.54'%

%40.27
%29.19
%30.54

CMYK color model

#78575B color CMYK value is (0,28,24,53).

  • cyan value is 0.00%
  • magenta value is 27.50%
  • yellow value is 24.17%
  • key color value is 52.94%

CMYK: (0,28,24,53)
C0M28Y24K53 (0%, 28%, 24%, 53%)
(0.00 / 0.28 / 0.24 / 0.53)

CMYK percentages

%0
%27.5
%24.17
%52.94

Codes

Color #78575B in popluar color models

78 57 5B
RGB 120 87 91
HSL 353° 15.94% 40.59%
HSB/HSV 353° 27.50% 47.06%
CMYK 0.00% 27.50% 24.17%
52.94%

Color #78575B in popluar number systems.

HEX 78 57 5B
Decimal 120 87 91
Binary 1111000 1010111 1011011
Octal 170 127 133

Shades and tints

Shades of #78575B

#78575B
(120,87,91)
#6E5053
(110,80,83)
#64494B
(100,73,75)
#5A4243
(90,66,67)
#503B3B
(80,59,59)
#463433
(70,52,51)
#3C2D2B
(60,45,43)
#322623
(50,38,35)
#281F1B
(40,31,27)
#1E1813
(30,24,19)
#14110B
(20,17,11)
#000000
(0,0,0)

Tints of #78575B

#78575B
(120,87,91)
#846669
(132,102,105)
#907577
(144,117,119)
#9C8485
(156,132,133)
#A89393
(168,147,147)
#B4A2A1
(180,162,161)
#C0B1AF
(192,177,175)
#CCC0BD
(204,192,189)
#D8CFCB
(216,207,203)
#E4DED9
(228,222,217)
#F0EDE7
(240,237,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #78575B; }

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

This text font color is #78575B.

Background Color

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

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

This div background color is #78575B.

Border color

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

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

This div border color is #78575B.

Opacity

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

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

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

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

This text has shadow with #78575B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #78575B.

Preview

Color preview on black background

This text has color #78575B on black background.


Color preview on white background

This text has color #78575B on white background.


Black color preview on #78575B background

This text has black color on #78575B background.


White color preview on #78575B background

This text has white color on #78575B background.


Related colors

Complementary color

Complementary color for #hex is #87A8A4.


I love getcolorcode.com

Triadic colors

1 #5B7857 and #575B78 with #78575B are triadic colors.

2 #5B5778 and #57785B with #78575B are triadic colors.