COLOR #78456C

HEX: #78456C RGB: (120,69,108)

Color info

#78456C contains red, green and blue colors in about the same proportion. Web safe color of #78456C is #663366 (or #636).

RGB color model

#78456C color RGB value is (120,69,108).

RGB: (120,69,108) (47%, 27%, 42%)

RGB channels and saturation

R 120 of 255 = 47%
G 69 of 255 = 27%
B 108 of 255 = 42%

120
69
108

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

Portions of RGB colors in percentages

R + G + B = 120 + 69 + 108 = 297 (100%)
R 120 of 297 ~ 40.4%
G 69 of 297 ~ 23.23%
B 108 of 297 ~ 36.36'%

%40.4
%23.23
%36.36

CMYK color model

#78456C color CMYK value is (0,43,10,53).

  • cyan value is 0.00%
  • magenta value is 42.50%
  • yellow value is 10.00%
  • key color value is 52.94%

CMYK: (0,43,10,53)
C0M43Y10K53 (0%, 43%, 10%, 53%)
(0.00 / 0.43 / 0.10 / 0.53)

CMYK percentages

%0
%42.5
%10
%52.94

Codes

Color #78456C in popluar color models

78 45 6C
RGB 120 69 108
HSL 314° 26.98% 37.06%
HSB/HSV 314° 42.50% 47.06%
CMYK 0.00% 42.50% 10.00%
52.94%

Color #78456C in popluar number systems.

HEX 78 45 6C
Decimal 120 69 108
Binary 1111000 1000101 1101100
Octal 170 105 154

Shades and tints

Shades of #78456C

#78456C
(120,69,108)
#6E3F63
(110,63,99)
#64395A
(100,57,90)
#5A3351
(90,51,81)
#502D48
(80,45,72)
#46273F
(70,39,63)
#3C2136
(60,33,54)
#321B2D
(50,27,45)
#281524
(40,21,36)
#1E0F1B
(30,15,27)
#140912
(20,9,18)
#000000
(0,0,0)

Tints of #78456C

#78456C
(120,69,108)
#845579
(132,85,121)
#906586
(144,101,134)
#9C7593
(156,117,147)
#A885A0
(168,133,160)
#B495AD
(180,149,173)
#C0A5BA
(192,165,186)
#CCB5C7
(204,181,199)
#D8C5D4
(216,197,212)
#E4D5E1
(228,213,225)
#F0E5EE
(240,229,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #78456C color. Also use rgb(120,69,108) instead hex code.

Text Font Color

.myTextColor { color: #78456C; }

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

This text font color is #78456C.

Background Color

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

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

This div background color is #78456C.

Border color

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

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

This div border color is #78456C.

Opacity

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

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

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

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

This text has shadow with #78456C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #78456C.

Preview

Color preview on black background

This text has color #78456C on black background.


Color preview on white background

This text has color #78456C on white background.


Black color preview on #78456C background

This text has black color on #78456C background.


White color preview on #78456C background

This text has white color on #78456C background.


Related colors

Complementary color

Complementary color for #hex is #87BA93.


I love getcolorcode.com

Triadic colors

1 #6C7845 and #456C78 with #78456C are triadic colors.

2 #6C4578 and #45786C with #78456C are triadic colors.