COLOR #78527B

HEX: #78527B
RGB: (120,82,123)

Color info

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

RGB color model

#78527B color RGB value is (120,82,123).

  • red value is 120;
  • green value is 82;
  • blue value is 123.
RGB:
(120,82,123)
(47%,32%,48%)

RGB channels and saturation

R 120 of 255 = 47%
G 82 of 255 = 32%
B 123 of 255 = 48%

120
82
123

R + G + B ~ 42%. #78527B is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
120 + 82 + 123 = 325 (100%)
R 120 of 325 ~ 36.92%
G 82 of 325 ~ 25.23%
B 123 of 325 ~ 37.85%

%36.92
%25.23
%37.85

CMYK color model

#78527B color CMYK value is (2,33,0,52).

  • cyan value is 2.44%
  • magenta value is 33.33%
  • yellow value is 0.00%
  • key color value is 51.76%
CMYK:
(2,33,0,52)
C2M33Y0K52 
(2%,33%,0%,52%)
(0.02/0.33/0.00/0.52)	

CMYK percentages

%2.44
%33.33
%0
%51.76

Codes

Color #78527B in popluar color models

78527B
RGB12082123
HSL296°20.00%40.20%
HSB/HSV296°33.33%48.24%
CMYK2.44%33.33%0.00%
51.76%

Color #78527B in popluar number systems.

HEX78527B
Decimal12082123
Binary111100010100101111011
Octal170122173

Shades and tints

Shades of #78527B

#78527B
(120,82,123)
#6E4B70
(110,75,112)
#644465
(100,68,101)
#5A3D5A
(90,61,90)
#50364F
(80,54,79)
#462F44
(70,47,68)
#3C2839
(60,40,57)
#32212E
(50,33,46)
#281A23
(40,26,35)
#1E1318
(30,19,24)
#140C0D
(20,12,13)
#000000
(0,0,0)

Tints of #78527B

#78527B
(120,82,123)
#846187
(132,97,135)
#907093
(144,112,147)
#9C7F9F
(156,127,159)
#A88EAB
(168,142,171)
#B49DB7
(180,157,183)
#C0ACC3
(192,172,195)
#CCBBCF
(204,187,207)
#D8CADB
(216,202,219)
#E4D9E7
(228,217,231)
#F0E8F3
(240,232,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #78527B color. Also use rgb(120,82,123) instead hex code.

Text Font Color

.myTextColor { color: #78527B; }

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

This text font color is #78527B.


Background Color

.myBgColor { background-color: #78527B; }

<div style="background-color:#78527B">Inner text</div>

This div background color is #78527B.


Border color

.myBorderColor { border: 1px solid #78527B; }

<div style="border:3px solid #78527B">Div</div>

This div border color is #78527B.


Opacity

.myOpacity80 { color: #78527B; opacity: 0.8; }

<p style="color:#78527B;opacity:0.8;">80%</p>

Text with #78527B 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 #78527B;}

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

This text has shadow with #78527B color.

.textShadow {text-shadow: 3px 3px 1px #78527B, 3px 3px 1px red;}

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

This text has shadow with #78527B primary color and red secondary color.


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

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

This text has shadow with #78527B and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #78527B on black background.


Color preview on white background

This text has color #78527B on white background.



Black color preview on #78527B background

This text has black color on #78527B background.


White color preview on #78527B background

This text has white color on #78527B background.