COLOR #78524B

HEX: #78524B
RGB: (120,82,75)

Color info

#78524B contains red, green and blue colors in about the same proportion. Web safe color of #78524B is #666633 (or #663).

RGB color model

#78524B color RGB value is (120,82,75).

  • red value is 120;
  • green value is 82;
  • blue value is 75.
RGB:
(120,82,75)
(47%,32%,29%)

RGB channels and saturation

R 120 of 255 = 47%
G 82 of 255 = 32%
B 75 of 255 = 29%

120
82
75

R + G + B ~ 36%. #78524B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
120 + 82 + 75 = 277 (100%)
R 120 of 277 ~ 43.32%
G 82 of 277 ~ 29.6%
B 75 of 277 ~ 27.08%

%43.32
%29.6
%27.08

CMYK color model

#78524B color CMYK value is (0,32,38,53).

  • cyan value is 0.00%
  • magenta value is 31.67%
  • yellow value is 37.50%
  • key color value is 52.94%
CMYK:
(0,32,38,53)
C0M32Y38K53 
(0%,32%,38%,53%)
(0.00/0.32/0.38/0.53)	

CMYK percentages

%0
%31.67
%37.5
%52.94

Codes

Color #78524B in popluar color models

78524B
RGB1208275
HSL23.08%38.24%
HSB/HSV37.50%47.06%
CMYK0.00%31.67%37.50%
52.94%

Color #78524B in popluar number systems.

HEX78524B
Decimal1208275
Binary111100010100101001011
Octal170122113

Shades and tints

Shades of #78524B

#78524B
(120,82,75)
#6E4B45
(110,75,69)
#64443F
(100,68,63)
#5A3D39
(90,61,57)
#503633
(80,54,51)
#462F2D
(70,47,45)
#3C2827
(60,40,39)
#322121
(50,33,33)
#281A1B
(40,26,27)
#1E1315
(30,19,21)
#140C0F
(20,12,15)
#000000
(0,0,0)

Tints of #78524B

#78524B
(120,82,75)
#84615B
(132,97,91)
#90706B
(144,112,107)
#9C7F7B
(156,127,123)
#A88E8B
(168,142,139)
#B49D9B
(180,157,155)
#C0ACAB
(192,172,171)
#CCBBBB
(204,187,187)
#D8CACB
(216,202,203)
#E4D9DB
(228,217,219)
#F0E8EB
(240,232,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #78524B color. Also use rgb(120,82,75) instead hex code.

Text Font Color

.myTextColor { color: #78524B; }

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

This text font color is #78524B.


Background Color

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

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

This div background color is #78524B.


Border color

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

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

This div border color is #78524B.


Opacity

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

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

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

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

This text has shadow with #78524B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #78524B on black background.


Color preview on white background

This text has color #78524B on white background.



Black color preview on #78524B background

This text has black color on #78524B background.


White color preview on #78524B background

This text has white color on #78524B background.