COLOR #70787C

HEX: #70787C
RGB: (112,120,124)

Color info

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

RGB color model

#70787C color RGB value is (112,120,124).

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

RGB channels and saturation

R 112 of 255 = 44%
G 120 of 255 = 47%
B 124 of 255 = 49%

112
120
124

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

Portions of RGB colors in percentages

R + G + B =
112 + 120 + 124 = 356 (100%)
R 112 of 356 ~ 31.46%
G 120 of 356 ~ 33.71%
B 124 of 356 ~ 34.83%

%31.46
%33.71
%34.83

CMYK color model

#70787C color CMYK value is (10,3,0,51).

  • cyan value is 9.68%
  • magenta value is 3.23%
  • yellow value is 0.00%
  • key color value is 51.37%
CMYK:
(10,3,0,51)
C10M3Y0K51 
(10%,3%,0%,51%)
(0.10/0.03/0.00/0.51)	

CMYK percentages

%9.68
%3.23
%0
%51.37

Codes

Color #70787C in popluar color models

70787C
RGB112120124
HSL200°5.08%46.27%
HSB/HSV200°9.68%48.63%
CMYK9.68%3.23%0.00%
51.37%

Color #70787C in popluar number systems.

HEX70787C
Decimal112120124
Binary111000011110001111100
Octal160170174

Shades and tints

Shades of #70787C

#70787C
(112,120,124)
#666E71
(102,110,113)
#5C6466
(92,100,102)
#525A5B
(82,90,91)
#485050
(72,80,80)
#3E4645
(62,70,69)
#343C3A
(52,60,58)
#2A322F
(42,50,47)
#202824
(32,40,36)
#161E19
(22,30,25)
#0C140E
(12,20,14)
#000000
(0,0,0)

Tints of #70787C

#70787C
(112,120,124)
#7D8487
(125,132,135)
#8A9092
(138,144,146)
#979C9D
(151,156,157)
#A4A8A8
(164,168,168)
#B1B4B3
(177,180,179)
#BEC0BE
(190,192,190)
#CBCCC9
(203,204,201)
#D8D8D4
(216,216,212)
#E5E4DF
(229,228,223)
#F2F0EA
(242,240,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #70787C; }

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

This text font color is #70787C.


Background Color

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

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

This div background color is #70787C.


Border color

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

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

This div border color is #70787C.


Opacity

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

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

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

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

This text has shadow with #70787C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #70787C on black background.


Color preview on white background

This text has color #70787C on white background.



Black color preview on #70787C background

This text has black color on #70787C background.


White color preview on #70787C background

This text has white color on #70787C background.