COLOR #70788F

HEX: #70788F RGB: (112,120,143)

Color info

#70788F contains red, green and blue colors in about the same proportion. Web safe color of #70788F is #666699 (or #669).

RGB color model

#70788F color RGB value is (112,120,143).

RGB: (112,120,143) (44%, 47%, 56%)

RGB channels and saturation

R 112 of 255 = 44%
G 120 of 255 = 47%
B 143 of 255 = 56%

112
120
143

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

Portions of RGB colors in percentages

R + G + B = 112 + 120 + 143 = 375 (100%)
R 112 of 375 ~ 29.87%
G 120 of 375 ~ 32%
B 143 of 375 ~ 38.13'%

%29.87
%32
%38.13

CMYK color model

#70788F color CMYK value is (22,16,0,44).

  • cyan value is 21.68%
  • magenta value is 16.08%
  • yellow value is 0.00%
  • key color value is 43.92%
CMYK: (22,16,0,44) C22M16Y0K44 (22%,16%,0%,44%) (0.22/0.16/0.00/0.44) 

CMYK percentages

%21.68
%16.08
%0
%43.92

Codes

Color #70788F in popluar color models

70 78 8F
RGB 112 120 143
HSL 225° 12.16% 50.00%
HSB/HSV 225° 21.68% 56.08%
CMYK 21.68% 16.08% 0.00%
43.92%

Color #70788F in popluar number systems.

HEX 70 78 8F
Decimal 112 120 143
Binary 1110000 1111000 10001111
Octal 160 170 217

Shades and tints

Shades of #70788F

#70788F
(112,120,143)
#666E82
(102,110,130)
#5C6475
(92,100,117)
#525A68
(82,90,104)
#48505B
(72,80,91)
#3E464E
(62,70,78)
#343C41
(52,60,65)
#2A3234
(42,50,52)
#202827
(32,40,39)
#161E1A
(22,30,26)
#0C140D
(12,20,13)
#000000
(0,0,0)

Tints of #70788F

#70788F
(112,120,143)
#7D8499
(125,132,153)
#8A90A3
(138,144,163)
#979CAD
(151,156,173)
#A4A8B7
(164,168,183)
#B1B4C1
(177,180,193)
#BEC0CB
(190,192,203)
#CBCCD5
(203,204,213)
#D8D8DF
(216,216,223)
#E5E4E9
(229,228,233)
#F2F0F3
(242,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #70788F; }

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

This text font color is #70788F.

Background Color

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

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

This div background color is #70788F.

Border color

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

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

This div border color is #70788F.

Opacity

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

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

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

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

This text has shadow with #70788F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #70788F.

Preview

Color preview on black background

This text has color #70788F on black background.


Color preview on white background

This text has color #70788F on white background.


Black color preview on #70788F background

This text has black color on #70788F background.


White color preview on #70788F background

This text has white color on #70788F background.


Related colors

Complementary color

Complementary color for #hex is #8F8770.


I love getcolorcode.com

Triadic colors

1 #8F7078 and #788F70 with #70788F are triadic colors.

2 #8F7870 and #78708F with #70788F are triadic colors.