COLOR #78546D

HEX: #78546D RGB: (120,84,109)

Color info

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

RGB color model

#78546D color RGB value is (120,84,109).

RGB: (120,84,109) (47%, 33%, 43%)

RGB channels and saturation

R 120 of 255 = 47%
G 84 of 255 = 33%
B 109 of 255 = 43%

120
84
109

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

Portions of RGB colors in percentages

R + G + B = 120 + 84 + 109 = 313 (100%)
R 120 of 313 ~ 38.34%
G 84 of 313 ~ 26.84%
B 109 of 313 ~ 34.82'%

%38.34
%26.84
%34.82

CMYK color model

#78546D color CMYK value is (0,30,9,53).

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

CMYK: (0,30,9,53)
C0M30Y9K53 (0%, 30%, 9%, 53%)
(0.00 / 0.30 / 0.09 / 0.53)

CMYK percentages

%0
%30
%9.17
%52.94

Codes

Color #78546D in popluar color models

78 54 6D
RGB 120 84 109
HSL 318° 17.65% 40.00%
HSB/HSV 318° 30.00% 47.06%
CMYK 0.00% 30.00% 9.17%
52.94%

Color #78546D in popluar number systems.

HEX 78 54 6D
Decimal 120 84 109
Binary 1111000 1010100 1101101
Octal 170 124 155

Shades and tints

Shades of #78546D

#78546D
(120,84,109)
#6E4D64
(110,77,100)
#64465B
(100,70,91)
#5A3F52
(90,63,82)
#503849
(80,56,73)
#463140
(70,49,64)
#3C2A37
(60,42,55)
#32232E
(50,35,46)
#281C25
(40,28,37)
#1E151C
(30,21,28)
#140E13
(20,14,19)
#000000
(0,0,0)

Tints of #78546D

#78546D
(120,84,109)
#84637A
(132,99,122)
#907287
(144,114,135)
#9C8194
(156,129,148)
#A890A1
(168,144,161)
#B49FAE
(180,159,174)
#C0AEBB
(192,174,187)
#CCBDC8
(204,189,200)
#D8CCD5
(216,204,213)
#E4DBE2
(228,219,226)
#F0EAEF
(240,234,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #78546D; }

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

This text font color is #78546D.

Background Color

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

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

This div background color is #78546D.

Border color

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

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

This div border color is #78546D.

Opacity

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

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

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

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

This text has shadow with #78546D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #78546D.

Preview

Color preview on black background

This text has color #78546D on black background.


Color preview on white background

This text has color #78546D on white background.


Black color preview on #78546D background

This text has black color on #78546D background.


White color preview on #78546D background

This text has white color on #78546D background.


Related colors

Complementary color

Complementary color for #hex is #87AB92.


I love getcolorcode.com

Triadic colors

1 #6D7854 and #546D78 with #78546D are triadic colors.

2 #6D5478 and #54786D with #78546D are triadic colors.