COLOR #706078

HEX: #706078 RGB: (112,96,120)

Color info

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

RGB color model

#706078 color RGB value is (112,96,120).

RGB: (112,96,120) (44%, 38%, 47%)

RGB channels and saturation

R 112 of 255 = 44%
G 96 of 255 = 38%
B 120 of 255 = 47%

112
96
120

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

Portions of RGB colors in percentages

R + G + B = 112 + 96 + 120 = 328 (100%)
R 112 of 328 ~ 34.15%
G 96 of 328 ~ 29.27%
B 120 of 328 ~ 36.59'%

%34.15
%29.27
%36.59

CMYK color model

#706078 color CMYK value is (7,20,0,53).

  • cyan value is 6.67%
  • magenta value is 20.00%
  • yellow value is 0.00%
  • key color value is 52.94%

CMYK: (7,20,0,53)
C7M20Y0K53 (7%, 20%, 0%, 53%)
(0.07 / 0.20 / 0.00 / 0.53)

CMYK percentages

%6.67
%20
%0
%52.94

Codes

Color #706078 in popluar color models

70 60 78
RGB 112 96 120
HSL 280° 11.11% 42.35%
HSB/HSV 280° 20.00% 47.06%
CMYK 6.67% 20.00% 0.00%
52.94%

Color #706078 in popluar number systems.

HEX 70 60 78
Decimal 112 96 120
Binary 1110000 1100000 1111000
Octal 160 140 170

Shades and tints

Shades of #706078

#706078
(112,96,120)
#66586E
(102,88,110)
#5C5064
(92,80,100)
#52485A
(82,72,90)
#484050
(72,64,80)
#3E3846
(62,56,70)
#34303C
(52,48,60)
#2A2832
(42,40,50)
#202028
(32,32,40)
#16181E
(22,24,30)
#0C1014
(12,16,20)
#000000
(0,0,0)

Tints of #706078

#706078
(112,96,120)
#7D6E84
(125,110,132)
#8A7C90
(138,124,144)
#978A9C
(151,138,156)
#A498A8
(164,152,168)
#B1A6B4
(177,166,180)
#BEB4C0
(190,180,192)
#CBC2CC
(203,194,204)
#D8D0D8
(216,208,216)
#E5DEE4
(229,222,228)
#F2ECF0
(242,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #706078; }

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

This text font color is #706078.

Background Color

.myBgColor { background-color: #706078; }

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

This div background color is #706078.

Border color

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

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

This div border color is #706078.

Opacity

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

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

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

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

This text has shadow with #706078 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #706078.

Preview

Color preview on black background

This text has color #706078 on black background.


Color preview on white background

This text has color #706078 on white background.


Black color preview on #706078 background

This text has black color on #706078 background.


White color preview on #706078 background

This text has white color on #706078 background.


Related colors

Complementary color

Complementary color for #hex is #8F9F87.


I love getcolorcode.com

Triadic colors

1 #787060 and #607870 with #706078 are triadic colors.

2 #786070 and #607078 with #706078 are triadic colors.