COLOR #78555A

HEX: #78555A
RGB: (120,85,90)

Color info

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

RGB color model

#78555A color RGB value is (120,85,90).

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

RGB channels and saturation

R 120 of 255 = 47%
G 85 of 255 = 33%
B 90 of 255 = 35%

120
85
90

R + G + B ~ 38%. #78555A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
120 + 85 + 90 = 295 (100%)
R 120 of 295 ~ 40.68%
G 85 of 295 ~ 28.81%
B 90 of 295 ~ 30.51%

%40.68
%28.81
%30.51

CMYK color model

#78555A color CMYK value is (0,29,25,53).

  • cyan value is 0.00%
  • magenta value is 29.17%
  • yellow value is 25.00%
  • key color value is 52.94%
CMYK:
(0,29,25,53)
C0M29Y25K53 
(0%,29%,25%,53%)
(0.00/0.29/0.25/0.53)	

CMYK percentages

%0
%29.17
%25
%52.94

Codes

Color #78555A in popluar color models

78555A
RGB1208590
HSL351°17.07%40.20%
HSB/HSV351°29.17%47.06%
CMYK0.00%29.17%25.00%
52.94%

Color #78555A in popluar number systems.

HEX78555A
Decimal1208590
Binary111100010101011011010
Octal170125132

Shades and tints

Shades of #78555A

#78555A
(120,85,90)
#6E4E52
(110,78,82)
#64474A
(100,71,74)
#5A4042
(90,64,66)
#50393A
(80,57,58)
#463232
(70,50,50)
#3C2B2A
(60,43,42)
#322422
(50,36,34)
#281D1A
(40,29,26)
#1E1612
(30,22,18)
#140F0A
(20,15,10)
#000000
(0,0,0)

Tints of #78555A

#78555A
(120,85,90)
#846469
(132,100,105)
#907378
(144,115,120)
#9C8287
(156,130,135)
#A89196
(168,145,150)
#B4A0A5
(180,160,165)
#C0AFB4
(192,175,180)
#CCBEC3
(204,190,195)
#D8CDD2
(216,205,210)
#E4DCE1
(228,220,225)
#F0EBF0
(240,235,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #78555A; }

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

This text font color is #78555A.


Background Color

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

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

This div background color is #78555A.


Border color

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

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

This div border color is #78555A.


Opacity

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

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

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

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

This text has shadow with #78555A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #78555A on black background.


Color preview on white background

This text has color #78555A on white background.



Black color preview on #78555A background

This text has black color on #78555A background.


White color preview on #78555A background

This text has white color on #78555A background.