COLOR #78557A

HEX: #78557A RGB: (120,85,122)

Color info

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

RGB color model

#78557A color RGB value is (120,85,122).

RGB: (120,85,122) (47%, 33%, 48%)

RGB channels and saturation

R 120 of 255 = 47%
G 85 of 255 = 33%
B 122 of 255 = 48%

120
85
122

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

Portions of RGB colors in percentages

R + G + B = 120 + 85 + 122 = 327 (100%)
R 120 of 327 ~ 36.7%
G 85 of 327 ~ 25.99%
B 122 of 327 ~ 37.31'%

%36.7
%25.99
%37.31

CMYK color model

#78557A color CMYK value is (2,30,0,52).

  • cyan value is 1.64%
  • magenta value is 30.33%
  • yellow value is 0.00%
  • key color value is 52.16%

CMYK: (2,30,0,52)
C2M30Y0K52 (2%, 30%, 0%, 52%)
(0.02 / 0.30 / 0.00 / 0.52)

CMYK percentages

%1.64
%30.33
%0
%52.16

Codes

Color #78557A in popluar color models

78 55 7A
RGB 120 85 122
HSL 297° 17.87% 40.59%
HSB/HSV 297° 30.33% 47.84%
CMYK 1.64% 30.33% 0.00%
52.16%

Color #78557A in popluar number systems.

HEX 78 55 7A
Decimal 120 85 122
Binary 1111000 1010101 1111010
Octal 170 125 172

Shades and tints

Shades of #78557A

#78557A
(120,85,122)
#6E4E6F
(110,78,111)
#644764
(100,71,100)
#5A4059
(90,64,89)
#50394E
(80,57,78)
#463243
(70,50,67)
#3C2B38
(60,43,56)
#32242D
(50,36,45)
#281D22
(40,29,34)
#1E1617
(30,22,23)
#140F0C
(20,15,12)
#000000
(0,0,0)

Tints of #78557A

#78557A
(120,85,122)
#846486
(132,100,134)
#907392
(144,115,146)
#9C829E
(156,130,158)
#A891AA
(168,145,170)
#B4A0B6
(180,160,182)
#C0AFC2
(192,175,194)
#CCBECE
(204,190,206)
#D8CDDA
(216,205,218)
#E4DCE6
(228,220,230)
#F0EBF2
(240,235,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #78557A; }

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

This text font color is #78557A.

Background Color

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

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

This div background color is #78557A.

Border color

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

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

This div border color is #78557A.

Opacity

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

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

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

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

This text has shadow with #78557A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #78557A.

Preview

Color preview on black background

This text has color #78557A on black background.


Color preview on white background

This text has color #78557A on white background.


Black color preview on #78557A background

This text has black color on #78557A background.


White color preview on #78557A background

This text has white color on #78557A background.


Related colors

Complementary color

Complementary color for #hex is #87AA85.


I love getcolorcode.com

Triadic colors

1 #7A7855 and #557A78 with #78557A are triadic colors.

2 #7A5578 and #55787A with #78557A are triadic colors.