COLOR #70787F

HEX: #70787F
RGB: (112,120,127)

Color info

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

RGB color model

#70787F color RGB value is (112,120,127).

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

RGB channels and saturation

R 112 of 255 = 44%
G 120 of 255 = 47%
B 127 of 255 = 50%

112
120
127

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

Portions of RGB colors in percentages

R + G + B =
112 + 120 + 127 = 359 (100%)
R 112 of 359 ~ 31.2%
G 120 of 359 ~ 33.43%
B 127 of 359 ~ 35.38%

%31.2
%33.43
%35.38

CMYK color model

#70787F color CMYK value is (12,6,0,50).

  • cyan value is 11.81%
  • magenta value is 5.51%
  • yellow value is 0.00%
  • key color value is 50.20%
CMYK:
(12,6,0,50)
C12M6Y0K50 
(12%,6%,0%,50%)
(0.12/0.06/0.00/0.50)	

CMYK percentages

%11.81
%5.51
%0
%50.2

Codes

Color #70787F in popluar color models

70787F
RGB112120127
HSL208°6.28%46.86%
HSB/HSV208°11.81%49.80%
CMYK11.81%5.51%0.00%
50.20%

Color #70787F in popluar number systems.

HEX70787F
Decimal112120127
Binary111000011110001111111
Octal160170177

Shades and tints

Shades of #70787F

#70787F
(112,120,127)
#666E74
(102,110,116)
#5C6469
(92,100,105)
#525A5E
(82,90,94)
#485053
(72,80,83)
#3E4648
(62,70,72)
#343C3D
(52,60,61)
#2A3232
(42,50,50)
#202827
(32,40,39)
#161E1C
(22,30,28)
#0C1411
(12,20,17)
#000000
(0,0,0)

Tints of #70787F

#70787F
(112,120,127)
#7D848A
(125,132,138)
#8A9095
(138,144,149)
#979CA0
(151,156,160)
#A4A8AB
(164,168,171)
#B1B4B6
(177,180,182)
#BEC0C1
(190,192,193)
#CBCCCC
(203,204,204)
#D8D8D7
(216,216,215)
#E5E4E2
(229,228,226)
#F2F0ED
(242,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #70787F; }

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

This text font color is #70787F.


Background Color

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

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

This div background color is #70787F.


Border color

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

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

This div border color is #70787F.


Opacity

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

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

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

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

This text has shadow with #70787F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #70787F on black background.


Color preview on white background

This text has color #70787F on white background.



Black color preview on #70787F background

This text has black color on #70787F background.


White color preview on #70787F background

This text has white color on #70787F background.