COLOR #78546E

HEX: #78546E RGB: (120,84,110)

Color info

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

RGB color model

#78546E color RGB value is (120,84,110).

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

RGB channels and saturation

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

120
84
110

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

Portions of RGB colors in percentages

R + G + B = 120 + 84 + 110 = 314 (100%)
R 120 of 314 ~ 38.22%
G 84 of 314 ~ 26.75%
B 110 of 314 ~ 35.03'%

%38.22
%26.75
%35.03

CMYK color model

#78546E color CMYK value is (0,30,8,53).

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

CMYK: (0,30,8,53)
C0M30Y8K53 (0%, 30%, 8%, 53%)
(0.00 / 0.30 / 0.08 / 0.53)

CMYK percentages

%0
%30
%8.33
%52.94

Codes

Color #78546E in popluar color models

78 54 6E
RGB 120 84 110
HSL 317° 17.65% 40.00%
HSB/HSV 317° 30.00% 47.06%
CMYK 0.00% 30.00% 8.33%
52.94%

Color #78546E in popluar number systems.

HEX 78 54 6E
Decimal 120 84 110
Binary 1111000 1010100 1101110
Octal 170 124 156

Shades and tints

Shades of #78546E

#78546E
(120,84,110)
#6E4D64
(110,77,100)
#64465A
(100,70,90)
#5A3F50
(90,63,80)
#503846
(80,56,70)
#46313C
(70,49,60)
#3C2A32
(60,42,50)
#322328
(50,35,40)
#281C1E
(40,28,30)
#1E1514
(30,21,20)
#140E0A
(20,14,10)
#000000
(0,0,0)

Tints of #78546E

#78546E
(120,84,110)
#84637B
(132,99,123)
#907288
(144,114,136)
#9C8195
(156,129,149)
#A890A2
(168,144,162)
#B49FAF
(180,159,175)
#C0AEBC
(192,174,188)
#CCBDC9
(204,189,201)
#D8CCD6
(216,204,214)
#E4DBE3
(228,219,227)
#F0EAF0
(240,234,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #78546E; }

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

This text font color is #78546E.

Background Color

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

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

This div background color is #78546E.

Border color

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

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

This div border color is #78546E.

Opacity

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

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

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

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

This text has shadow with #78546E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #78546E.

Preview

Color preview on black background

This text has color #78546E on black background.


Color preview on white background

This text has color #78546E on white background.


Black color preview on #78546E background

This text has black color on #78546E background.


White color preview on #78546E background

This text has white color on #78546E background.


Related colors

Complementary color

Complementary color for #hex is #87AB91.


I love getcolorcode.com

Triadic colors

1 #6E7854 and #546E78 with #78546E are triadic colors.

2 #6E5478 and #54786E with #78546E are triadic colors.