COLOR #78577F

HEX: #78577F
RGB: (120,87,127)

Color info

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

RGB color model

#78577F color RGB value is (120,87,127).

  • red value is 120;
  • green value is 87;
  • blue value is 127.
RGB:
(120,87,127)
(47%,34%,50%)

RGB channels and saturation

R 120 of 255 = 47%
G 87 of 255 = 34%
B 127 of 255 = 50%

120
87
127

R + G + B ~ 44%. #78577F is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
120 + 87 + 127 = 334 (100%)
R 120 of 334 ~ 35.93%
G 87 of 334 ~ 26.05%
B 127 of 334 ~ 38.02%

%35.93
%26.05
%38.02

CMYK color model

#78577F color CMYK value is (6,31,0,50).

  • cyan value is 5.51%
  • magenta value is 31.50%
  • yellow value is 0.00%
  • key color value is 50.20%
CMYK:
(6,31,0,50)
C6M31Y0K50 
(6%,31%,0%,50%)
(0.06/0.31/0.00/0.50)	

CMYK percentages

%5.51
%31.5
%0
%50.2

Codes

Color #78577F in popluar color models

78577F
RGB12087127
HSL290°18.69%41.96%
HSB/HSV290°31.50%49.80%
CMYK5.51%31.50%0.00%
50.20%

Color #78577F in popluar number systems.

HEX78577F
Decimal12087127
Binary111100010101111111111
Octal170127177

Shades and tints

Shades of #78577F

#78577F
(120,87,127)
#6E5074
(110,80,116)
#644969
(100,73,105)
#5A425E
(90,66,94)
#503B53
(80,59,83)
#463448
(70,52,72)
#3C2D3D
(60,45,61)
#322632
(50,38,50)
#281F27
(40,31,39)
#1E181C
(30,24,28)
#141111
(20,17,17)
#000000
(0,0,0)

Tints of #78577F

#78577F
(120,87,127)
#84668A
(132,102,138)
#907595
(144,117,149)
#9C84A0
(156,132,160)
#A893AB
(168,147,171)
#B4A2B6
(180,162,182)
#C0B1C1
(192,177,193)
#CCC0CC
(204,192,204)
#D8CFD7
(216,207,215)
#E4DEE2
(228,222,226)
#F0EDED
(240,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #78577F color. Also use rgb(120,87,127) instead hex code.

Text Font Color

.myTextColor { color: #78577F; }

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

This text font color is #78577F.


Background Color

.myBgColor { background-color: #78577F; }

<div style="background-color:#78577F">Inner text</div>

This div background color is #78577F.


Border color

.myBorderColor { border: 1px solid #78577F; }

<div style="border:3px solid #78577F">Div</div>

This div border color is #78577F.


Opacity

.myOpacity80 { color: #78577F; opacity: 0.8; }

<p style="color:#78577F;opacity:0.8;">80%</p>

Text with #78577F 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 #78577F;}

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

This text has shadow with #78577F color.

.textShadow {text-shadow: 3px 3px 1px #78577F, 3px 3px 1px red;}

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

This text has shadow with #78577F primary color and red secondary color.


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

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

This text has shadow with #78577F and red colors in old Internet Explorer.


Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #78577F;
-webkit-box-shadow: 1px 1px 3px 2px #78577F;
box-shadow:1px 1px 3px 2px #78577F;">
Div content here</div>
This div box has shadow with color #78577F.

Preview

Color preview on black background

This text has color #78577F on black background.


Color preview on white background

This text has color #78577F on white background.



Black color preview on #78577F background

This text has black color on #78577F background.


White color preview on #78577F background

This text has white color on #78577F background.