COLOR #78546A

HEX: #78546A RGB: (120,84,106)

Color info

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

RGB color model

#78546A color RGB value is (120,84,106).

RGB: (120,84,106) (47%, 33%, 42%)

RGB channels and saturation

R 120 of 255 = 47%
G 84 of 255 = 33%
B 106 of 255 = 42%

120
84
106

R + G + B ~ 41%. #78546A is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 120 + 84 + 106 = 310 (100%)
R 120 of 310 ~ 38.71%
G 84 of 310 ~ 27.1%
B 106 of 310 ~ 34.19'%

%38.71
%27.1
%34.19

CMYK color model

#78546A color CMYK value is (0,30,12,53).

  • cyan value is 0.00%
  • magenta value is 30.00%
  • yellow value is 11.67%
  • key color value is 52.94%

CMYK: (0,30,12,53)
C0M30Y12K53 (0%, 30%, 12%, 53%)
(0.00 / 0.30 / 0.12 / 0.53)

CMYK percentages

%0
%30
%11.67
%52.94

Codes

Color #78546A in popluar color models

78 54 6A
RGB 120 84 106
HSL 323° 17.65% 40.00%
HSB/HSV 323° 30.00% 47.06%
CMYK 0.00% 30.00% 11.67%
52.94%

Color #78546A in popluar number systems.

HEX 78 54 6A
Decimal 120 84 106
Binary 1111000 1010100 1101010
Octal 170 124 152

Shades and tints

Shades of #78546A

#78546A
(120,84,106)
#6E4D61
(110,77,97)
#644658
(100,70,88)
#5A3F4F
(90,63,79)
#503846
(80,56,70)
#46313D
(70,49,61)
#3C2A34
(60,42,52)
#32232B
(50,35,43)
#281C22
(40,28,34)
#1E1519
(30,21,25)
#140E10
(20,14,16)
#000000
(0,0,0)

Tints of #78546A

#78546A
(120,84,106)
#846377
(132,99,119)
#907284
(144,114,132)
#9C8191
(156,129,145)
#A8909E
(168,144,158)
#B49FAB
(180,159,171)
#C0AEB8
(192,174,184)
#CCBDC5
(204,189,197)
#D8CCD2
(216,204,210)
#E4DBDF
(228,219,223)
#F0EAEC
(240,234,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #78546A color. Also use rgb(120,84,106) instead hex code.

Text Font Color

.myTextColor { color: #78546A; }

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

This text font color is #78546A.

Background Color

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

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

This div background color is #78546A.

Border color

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

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

This div border color is #78546A.

Opacity

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

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

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

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

This text has shadow with #78546A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #78546A.

Preview

Color preview on black background

This text has color #78546A on black background.


Color preview on white background

This text has color #78546A on white background.


Black color preview on #78546A background

This text has black color on #78546A background.


White color preview on #78546A background

This text has white color on #78546A background.


Related colors

Complementary color

Complementary color for #hex is #87AB95.


I love getcolorcode.com

Triadic colors

1 #6A7854 and #546A78 with #78546A are triadic colors.

2 #6A5478 and #54786A with #78546A are triadic colors.