COLOR #78555E

HEX: #78555E
RGB: (120,85,94)

Color info

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

RGB color model

#78555E color RGB value is (120,85,94).

  • red value is 120;
  • green value is 85;
  • blue value is 94.
RGB:
(120,85,94)
(47%,33%,37%)

RGB channels and saturation

R 120 of 255 = 47%
G 85 of 255 = 33%
B 94 of 255 = 37%

120
85
94

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

Portions of RGB colors in percentages

R + G + B =
120 + 85 + 94 = 299 (100%)
R 120 of 299 ~ 40.13%
G 85 of 299 ~ 28.43%
B 94 of 299 ~ 31.44%

%40.13
%28.43
%31.44

CMYK color model

#78555E color CMYK value is (0,29,22,53).

  • cyan value is 0.00%
  • magenta value is 29.17%
  • yellow value is 21.67%
  • key color value is 52.94%
CMYK:
(0,29,22,53)
C0M29Y22K53 
(0%,29%,22%,53%)
(0.00/0.29/0.22/0.53)	

CMYK percentages

%0
%29.17
%21.67
%52.94

Codes

Color #78555E in popluar color models

78555E
RGB1208594
HSL345°17.07%40.20%
HSB/HSV345°29.17%47.06%
CMYK0.00%29.17%21.67%
52.94%

Color #78555E in popluar number systems.

HEX78555E
Decimal1208594
Binary111100010101011011110
Octal170125136

Shades and tints

Shades of #78555E

#78555E
(120,85,94)
#6E4E56
(110,78,86)
#64474E
(100,71,78)
#5A4046
(90,64,70)
#50393E
(80,57,62)
#463236
(70,50,54)
#3C2B2E
(60,43,46)
#322426
(50,36,38)
#281D1E
(40,29,30)
#1E1616
(30,22,22)
#140F0E
(20,15,14)
#000000
(0,0,0)

Tints of #78555E

#78555E
(120,85,94)
#84646C
(132,100,108)
#90737A
(144,115,122)
#9C8288
(156,130,136)
#A89196
(168,145,150)
#B4A0A4
(180,160,164)
#C0AFB2
(192,175,178)
#CCBEC0
(204,190,192)
#D8CDCE
(216,205,206)
#E4DCDC
(228,220,220)
#F0EBEA
(240,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #78555E color. Also use rgb(120,85,94) instead hex code.

Text Font Color

.myTextColor { color: #78555E; }

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

This text font color is #78555E.


Background Color

.myBgColor { background-color: #78555E; }

<div style="background-color:#78555E">Inner text</div>

This div background color is #78555E.


Border color

.myBorderColor { border: 1px solid #78555E; }

<div style="border:3px solid #78555E">Div</div>

This div border color is #78555E.


Opacity

.myOpacity80 { color: #78555E; opacity: 0.8; }

<p style="color:#78555E;opacity:0.8;">80%</p>

Text with #78555E 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 #78555E;}

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

This text has shadow with #78555E color.

.textShadow {text-shadow: 3px 3px 1px #78555E, 3px 3px 1px red;}

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

This text has shadow with #78555E primary color and red secondary color.


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

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

This text has shadow with #78555E and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #78555E on black background.


Color preview on white background

This text has color #78555E on white background.



Black color preview on #78555E background

This text has black color on #78555E background.


White color preview on #78555E background

This text has white color on #78555E background.