COLOR #78537F

HEX: #78537F
RGB: (120,83,127)

Color info

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

RGB color model

#78537F color RGB value is (120,83,127).

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

RGB channels and saturation

R 120 of 255 = 47%
G 83 of 255 = 33%
B 127 of 255 = 50%

120
83
127

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

Portions of RGB colors in percentages

R + G + B =
120 + 83 + 127 = 330 (100%)
R 120 of 330 ~ 36.36%
G 83 of 330 ~ 25.15%
B 127 of 330 ~ 38.48%

%36.36
%25.15
%38.48

CMYK color model

#78537F color CMYK value is (6,35,0,50).

  • cyan value is 5.51%
  • magenta value is 34.65%
  • yellow value is 0.00%
  • key color value is 50.20%
CMYK:
(6,35,0,50)
C6M35Y0K50 
(6%,35%,0%,50%)
(0.06/0.35/0.00/0.50)	

CMYK percentages

%5.51
%34.65
%0
%50.2

Codes

Color #78537F in popluar color models

78537F
RGB12083127
HSL290°20.95%41.18%
HSB/HSV290°34.65%49.80%
CMYK5.51%34.65%0.00%
50.20%

Color #78537F in popluar number systems.

HEX78537F
Decimal12083127
Binary111100010100111111111
Octal170123177

Shades and tints

Shades of #78537F

#78537F
(120,83,127)
#6E4C74
(110,76,116)
#644569
(100,69,105)
#5A3E5E
(90,62,94)
#503753
(80,55,83)
#463048
(70,48,72)
#3C293D
(60,41,61)
#322232
(50,34,50)
#281B27
(40,27,39)
#1E141C
(30,20,28)
#140D11
(20,13,17)
#000000
(0,0,0)

Tints of #78537F

#78537F
(120,83,127)
#84628A
(132,98,138)
#907195
(144,113,149)
#9C80A0
(156,128,160)
#A88FAB
(168,143,171)
#B49EB6
(180,158,182)
#C0ADC1
(192,173,193)
#CCBCCC
(204,188,204)
#D8CBD7
(216,203,215)
#E4DAE2
(228,218,226)
#F0E9ED
(240,233,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #78537F; }

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

This text font color is #78537F.


Background Color

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

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

This div background color is #78537F.


Border color

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

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

This div border color is #78537F.


Opacity

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

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

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

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

This text has shadow with #78537F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #78537F on black background.


Color preview on white background

This text has color #78537F on white background.



Black color preview on #78537F background

This text has black color on #78537F background.


White color preview on #78537F background

This text has white color on #78537F background.