COLOR #78555C

HEX: #78555C
RGB: (120,85,92)

Color info

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

RGB color model

#78555C color RGB value is (120,85,92).

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

RGB channels and saturation

R 120 of 255 = 47%
G 85 of 255 = 33%
B 92 of 255 = 36%

120
85
92

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

Portions of RGB colors in percentages

R + G + B =
120 + 85 + 92 = 297 (100%)
R 120 of 297 ~ 40.4%
G 85 of 297 ~ 28.62%
B 92 of 297 ~ 30.98%

%40.4
%28.62
%30.98

CMYK color model

#78555C color CMYK value is (0,29,23,53).

  • cyan value is 0.00%
  • magenta value is 29.17%
  • yellow value is 23.33%
  • key color value is 52.94%
CMYK:
(0,29,23,53)
C0M29Y23K53 
(0%,29%,23%,53%)
(0.00/0.29/0.23/0.53)	

CMYK percentages

%0
%29.17
%23.33
%52.94

Codes

Color #78555C in popluar color models

78555C
RGB1208592
HSL348°17.07%40.20%
HSB/HSV348°29.17%47.06%
CMYK0.00%29.17%23.33%
52.94%

Color #78555C in popluar number systems.

HEX78555C
Decimal1208592
Binary111100010101011011100
Octal170125134

Shades and tints

Shades of #78555C

#78555C
(120,85,92)
#6E4E54
(110,78,84)
#64474C
(100,71,76)
#5A4044
(90,64,68)
#50393C
(80,57,60)
#463234
(70,50,52)
#3C2B2C
(60,43,44)
#322424
(50,36,36)
#281D1C
(40,29,28)
#1E1614
(30,22,20)
#140F0C
(20,15,12)
#000000
(0,0,0)

Tints of #78555C

#78555C
(120,85,92)
#84646A
(132,100,106)
#907378
(144,115,120)
#9C8286
(156,130,134)
#A89194
(168,145,148)
#B4A0A2
(180,160,162)
#C0AFB0
(192,175,176)
#CCBEBE
(204,190,190)
#D8CDCC
(216,205,204)
#E4DCDA
(228,220,218)
#F0EBE8
(240,235,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #78555C; }

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

This text font color is #78555C.


Background Color

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

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

This div background color is #78555C.


Border color

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

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

This div border color is #78555C.


Opacity

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

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

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

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

This text has shadow with #78555C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #78555C on black background.


Color preview on white background

This text has color #78555C on white background.



Black color preview on #78555C background

This text has black color on #78555C background.


White color preview on #78555C background

This text has white color on #78555C background.