COLOR #70779A

HEX: #70779A
RGB: (112,119,154)

Color info

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

RGB color model

#70779A color RGB value is (112,119,154).

  • red value is 112;
  • green value is 119;
  • blue value is 154.
RGB:
(112,119,154)
(44%,47%,60%)

RGB channels and saturation

R 112 of 255 = 44%
G 119 of 255 = 47%
B 154 of 255 = 60%

112
119
154

R + G + B ~ 50%. #70779A is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
112 + 119 + 154 = 385 (100%)
R 112 of 385 ~ 29.09%
G 119 of 385 ~ 30.91%
B 154 of 385 ~ 40%

%29.09
%30.91
%40

CMYK color model

#70779A color CMYK value is (27,23,0,40).

  • cyan value is 27.27%
  • magenta value is 22.73%
  • yellow value is 0.00%
  • key color value is 39.61%
CMYK:
(27,23,0,40)
C27M23Y0K40 
(27%,23%,0%,40%)
(0.27/0.23/0.00/0.40)	

CMYK percentages

%27.27
%22.73
%0
%39.61

Codes

Color #70779A in popluar color models

70779A
RGB112119154
HSL230°17.21%52.16%
HSB/HSV230°27.27%60.39%
CMYK27.27%22.73%0.00%
39.61%

Color #70779A in popluar number systems.

HEX70779A
Decimal112119154
Binary1110000111011110011010
Octal160167232

Shades and tints

Shades of #70779A

#70779A
(112,119,154)
#666D8C
(102,109,140)
#5C637E
(92,99,126)
#525970
(82,89,112)
#484F62
(72,79,98)
#3E4554
(62,69,84)
#343B46
(52,59,70)
#2A3138
(42,49,56)
#20272A
(32,39,42)
#161D1C
(22,29,28)
#0C130E
(12,19,14)
#000000
(0,0,0)

Tints of #70779A

#70779A
(112,119,154)
#7D83A3
(125,131,163)
#8A8FAC
(138,143,172)
#979BB5
(151,155,181)
#A4A7BE
(164,167,190)
#B1B3C7
(177,179,199)
#BEBFD0
(190,191,208)
#CBCBD9
(203,203,217)
#D8D7E2
(216,215,226)
#E5E3EB
(229,227,235)
#F2EFF4
(242,239,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #70779A color. Also use rgb(112,119,154) instead hex code.

Text Font Color

.myTextColor { color: #70779A; }

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

This text font color is #70779A.


Background Color

.myBgColor { background-color: #70779A; }

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

This div background color is #70779A.


Border color

.myBorderColor { border: 1px solid #70779A; }

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

This div border color is #70779A.


Opacity

.myOpacity80 { color: #70779A; opacity: 0.8; }

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

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

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

This text has shadow with #70779A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #70779A on black background.


Color preview on white background

This text has color #70779A on white background.



Black color preview on #70779A background

This text has black color on #70779A background.


White color preview on #70779A background

This text has white color on #70779A background.