COLOR #705B78

HEX: #705B78
RGB: (112,91,120)

Color info

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

RGB color model

#705B78 color RGB value is (112,91,120).

  • red value is 112;
  • green value is 91;
  • blue value is 120.
RGB:
(112,91,120)
(44%,36%,47%)

RGB channels and saturation

R 112 of 255 = 44%
G 91 of 255 = 36%
B 120 of 255 = 47%

112
91
120

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

Portions of RGB colors in percentages

R + G + B =
112 + 91 + 120 = 323 (100%)
R 112 of 323 ~ 34.67%
G 91 of 323 ~ 28.17%
B 120 of 323 ~ 37.15%

%34.67
%28.17
%37.15

CMYK color model

#705B78 color CMYK value is (7,24,0,53).

  • cyan value is 6.67%
  • magenta value is 24.17%
  • yellow value is 0.00%
  • key color value is 52.94%
CMYK:
(7,24,0,53)
C7M24Y0K53 
(7%,24%,0%,53%)
(0.07/0.24/0.00/0.53)	

CMYK percentages

%6.67
%24.17
%0
%52.94

Codes

Color #705B78 in popluar color models

705B78
RGB11291120
HSL283°13.74%41.37%
HSB/HSV283°24.17%47.06%
CMYK6.67%24.17%0.00%
52.94%

Color #705B78 in popluar number systems.

HEX705B78
Decimal11291120
Binary111000010110111111000
Octal160133170

Shades and tints

Shades of #705B78

#705B78
(112,91,120)
#66536E
(102,83,110)
#5C4B64
(92,75,100)
#52435A
(82,67,90)
#483B50
(72,59,80)
#3E3346
(62,51,70)
#342B3C
(52,43,60)
#2A2332
(42,35,50)
#201B28
(32,27,40)
#16131E
(22,19,30)
#0C0B14
(12,11,20)
#000000
(0,0,0)

Tints of #705B78

#705B78
(112,91,120)
#7D6984
(125,105,132)
#8A7790
(138,119,144)
#97859C
(151,133,156)
#A493A8
(164,147,168)
#B1A1B4
(177,161,180)
#BEAFC0
(190,175,192)
#CBBDCC
(203,189,204)
#D8CBD8
(216,203,216)
#E5D9E4
(229,217,228)
#F2E7F0
(242,231,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #705B78 color. Also use rgb(112,91,120) instead hex code.

Text Font Color

.myTextColor { color: #705B78; }

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

This text font color is #705B78.


Background Color

.myBgColor { background-color: #705B78; }

<div style="background-color:#705B78">Inner text</div>

This div background color is #705B78.


Border color

.myBorderColor { border: 1px solid #705B78; }

<div style="border:3px solid #705B78">Div</div>

This div border color is #705B78.


Opacity

.myOpacity80 { color: #705B78; opacity: 0.8; }

<p style="color:#705B78;opacity:0.8;">80%</p>

Text with #705B78 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 #705B78;}

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

This text has shadow with #705B78 color.

.textShadow {text-shadow: 3px 3px 1px #705B78, 3px 3px 1px red;}

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

This text has shadow with #705B78 primary color and red secondary color.


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

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

This text has shadow with #705B78 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #705B78 on black background.


Color preview on white background

This text has color #705B78 on white background.



Black color preview on #705B78 background

This text has black color on #705B78 background.


White color preview on #705B78 background

This text has white color on #705B78 background.