COLOR #78584A

HEX: #78584A
RGB: (120,88,74)

Color info

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

RGB color model

#78584A color RGB value is (120,88,74).

  • red value is 120;
  • green value is 88;
  • blue value is 74.
RGB:
(120,88,74)
(47%,35%,29%)

RGB channels and saturation

R 120 of 255 = 47%
G 88 of 255 = 35%
B 74 of 255 = 29%

120
88
74

R + G + B ~ 37%. #78584A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
120 + 88 + 74 = 282 (100%)
R 120 of 282 ~ 42.55%
G 88 of 282 ~ 31.21%
B 74 of 282 ~ 26.24%

%42.55
%31.21
%26.24

CMYK color model

#78584A color CMYK value is (0,27,38,53).

  • cyan value is 0.00%
  • magenta value is 26.67%
  • yellow value is 38.33%
  • key color value is 52.94%
CMYK:
(0,27,38,53)
C0M27Y38K53 
(0%,27%,38%,53%)
(0.00/0.27/0.38/0.53)	

CMYK percentages

%0
%26.67
%38.33
%52.94

Codes

Color #78584A in popluar color models

78584A
RGB1208874
HSL18°23.71%38.04%
HSB/HSV18°38.33%47.06%
CMYK0.00%26.67%38.33%
52.94%

Color #78584A in popluar number systems.

HEX78584A
Decimal1208874
Binary111100010110001001010
Octal170130112

Shades and tints

Shades of #78584A

#78584A
(120,88,74)
#6E5044
(110,80,68)
#64483E
(100,72,62)
#5A4038
(90,64,56)
#503832
(80,56,50)
#46302C
(70,48,44)
#3C2826
(60,40,38)
#322020
(50,32,32)
#28181A
(40,24,26)
#1E1014
(30,16,20)
#14080E
(20,8,14)
#000000
(0,0,0)

Tints of #78584A

#78584A
(120,88,74)
#84675A
(132,103,90)
#90766A
(144,118,106)
#9C857A
(156,133,122)
#A8948A
(168,148,138)
#B4A39A
(180,163,154)
#C0B2AA
(192,178,170)
#CCC1BA
(204,193,186)
#D8D0CA
(216,208,202)
#E4DFDA
(228,223,218)
#F0EEEA
(240,238,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #78584A color. Also use rgb(120,88,74) instead hex code.

Text Font Color

.myTextColor { color: #78584A; }

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

This text font color is #78584A.


Background Color

.myBgColor { background-color: #78584A; }

<div style="background-color:#78584A">Inner text</div>

This div background color is #78584A.


Border color

.myBorderColor { border: 1px solid #78584A; }

<div style="border:3px solid #78584A">Div</div>

This div border color is #78584A.


Opacity

.myOpacity80 { color: #78584A; opacity: 0.8; }

<p style="color:#78584A;opacity:0.8;">80%</p>

Text with #78584A 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 #78584A;}

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

This text has shadow with #78584A color.

.textShadow {text-shadow: 3px 3px 1px #78584A, 3px 3px 1px red;}

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

This text has shadow with #78584A primary color and red secondary color.


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

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

This text has shadow with #78584A and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #78584A on black background.


Color preview on white background

This text has color #78584A on white background.



Black color preview on #78584A background

This text has black color on #78584A background.


White color preview on #78584A background

This text has white color on #78584A background.