COLOR #70777B

HEX: #70777B
RGB: (112,119,123)

Color info

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

RGB color model

#70777B color RGB value is (112,119,123).

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

RGB channels and saturation

R 112 of 255 = 44%
G 119 of 255 = 47%
B 123 of 255 = 48%

112
119
123

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

Portions of RGB colors in percentages

R + G + B =
112 + 119 + 123 = 354 (100%)
R 112 of 354 ~ 31.64%
G 119 of 354 ~ 33.62%
B 123 of 354 ~ 34.75%

%31.64
%33.62
%34.75

CMYK color model

#70777B color CMYK value is (9,3,0,52).

  • cyan value is 8.94%
  • magenta value is 3.25%
  • yellow value is 0.00%
  • key color value is 51.76%
CMYK:
(9,3,0,52)
C9M3Y0K52 
(9%,3%,0%,52%)
(0.09/0.03/0.00/0.52)	

CMYK percentages

%8.94
%3.25
%0
%51.76

Codes

Color #70777B in popluar color models

70777B
RGB112119123
HSL202°4.68%46.08%
HSB/HSV202°8.94%48.24%
CMYK8.94%3.25%0.00%
51.76%

Color #70777B in popluar number systems.

HEX70777B
Decimal112119123
Binary111000011101111111011
Octal160167173

Shades and tints

Shades of #70777B

#70777B
(112,119,123)
#666D70
(102,109,112)
#5C6365
(92,99,101)
#52595A
(82,89,90)
#484F4F
(72,79,79)
#3E4544
(62,69,68)
#343B39
(52,59,57)
#2A312E
(42,49,46)
#202723
(32,39,35)
#161D18
(22,29,24)
#0C130D
(12,19,13)
#000000
(0,0,0)

Tints of #70777B

#70777B
(112,119,123)
#7D8387
(125,131,135)
#8A8F93
(138,143,147)
#979B9F
(151,155,159)
#A4A7AB
(164,167,171)
#B1B3B7
(177,179,183)
#BEBFC3
(190,191,195)
#CBCBCF
(203,203,207)
#D8D7DB
(216,215,219)
#E5E3E7
(229,227,231)
#F2EFF3
(242,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #70777B color. Also use rgb(112,119,123) instead hex code.

Text Font Color

.myTextColor { color: #70777B; }

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

This text font color is #70777B.


Background Color

.myBgColor { background-color: #70777B; }

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

This div background color is #70777B.


Border color

.myBorderColor { border: 1px solid #70777B; }

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

This div border color is #70777B.


Opacity

.myOpacity80 { color: #70777B; opacity: 0.8; }

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

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

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

This text has shadow with #70777B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #70777B on black background.


Color preview on white background

This text has color #70777B on white background.



Black color preview on #70777B background

This text has black color on #70777B background.


White color preview on #70777B background

This text has white color on #70777B background.