COLOR #706878

HEX: #706878
RGB: (112,104,120)

Color info

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

RGB color model

#706878 color RGB value is (112,104,120).

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

RGB channels and saturation

R 112 of 255 = 44%
G 104 of 255 = 41%
B 120 of 255 = 47%

112
104
120

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

Portions of RGB colors in percentages

R + G + B =
112 + 104 + 120 = 336 (100%)
R 112 of 336 ~ 33.33%
G 104 of 336 ~ 30.95%
B 120 of 336 ~ 35.71%

%33.33
%30.95
%35.71

CMYK color model

#706878 color CMYK value is (7,13,0,53).

  • cyan value is 6.67%
  • magenta value is 13.33%
  • yellow value is 0.00%
  • key color value is 52.94%
CMYK:
(7,13,0,53)
C7M13Y0K53 
(7%,13%,0%,53%)
(0.07/0.13/0.00/0.53)	

CMYK percentages

%6.67
%13.33
%0
%52.94

Codes

Color #706878 in popluar color models

706878
RGB112104120
HSL270°7.14%43.92%
HSB/HSV270°13.33%47.06%
CMYK6.67%13.33%0.00%
52.94%

Color #706878 in popluar number systems.

HEX706878
Decimal112104120
Binary111000011010001111000
Octal160150170

Shades and tints

Shades of #706878

#706878
(112,104,120)
#665F6E
(102,95,110)
#5C5664
(92,86,100)
#524D5A
(82,77,90)
#484450
(72,68,80)
#3E3B46
(62,59,70)
#34323C
(52,50,60)
#2A2932
(42,41,50)
#202028
(32,32,40)
#16171E
(22,23,30)
#0C0E14
(12,14,20)
#000000
(0,0,0)

Tints of #706878

#706878
(112,104,120)
#7D7584
(125,117,132)
#8A8290
(138,130,144)
#978F9C
(151,143,156)
#A49CA8
(164,156,168)
#B1A9B4
(177,169,180)
#BEB6C0
(190,182,192)
#CBC3CC
(203,195,204)
#D8D0D8
(216,208,216)
#E5DDE4
(229,221,228)
#F2EAF0
(242,234,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #706878; }

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

This text font color is #706878.


Background Color

.myBgColor { background-color: #706878; }

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

This div background color is #706878.


Border color

.myBorderColor { border: 1px solid #706878; }

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

This div border color is #706878.


Opacity

.myOpacity80 { color: #706878; opacity: 0.8; }

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

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

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

This text has shadow with #706878 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #706878 on black background.


Color preview on white background

This text has color #706878 on white background.



Black color preview on #706878 background

This text has black color on #706878 background.


White color preview on #706878 background

This text has white color on #706878 background.