COLOR #70787A

HEX: #70787A
RGB: (112,120,122)

Color info

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

RGB color model

#70787A color RGB value is (112,120,122).

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

RGB channels and saturation

R 112 of 255 = 44%
G 120 of 255 = 47%
B 122 of 255 = 48%

112
120
122

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

Portions of RGB colors in percentages

R + G + B =
112 + 120 + 122 = 354 (100%)
R 112 of 354 ~ 31.64%
G 120 of 354 ~ 33.9%
B 122 of 354 ~ 34.46%

%31.64
%33.9
%34.46

CMYK color model

#70787A color CMYK value is (8,2,0,52).

  • cyan value is 8.20%
  • magenta value is 1.64%
  • yellow value is 0.00%
  • key color value is 52.16%
CMYK:
(8,2,0,52)
C8M2Y0K52 
(8%,2%,0%,52%)
(0.08/0.02/0.00/0.52)	

CMYK percentages

%8.2
%1.64
%0
%52.16

Codes

Color #70787A in popluar color models

70787A
RGB112120122
HSL192°4.27%45.88%
HSB/HSV192°8.20%47.84%
CMYK8.20%1.64%0.00%
52.16%

Color #70787A in popluar number systems.

HEX70787A
Decimal112120122
Binary111000011110001111010
Octal160170172

Shades and tints

Shades of #70787A

#70787A
(112,120,122)
#666E6F
(102,110,111)
#5C6464
(92,100,100)
#525A59
(82,90,89)
#48504E
(72,80,78)
#3E4643
(62,70,67)
#343C38
(52,60,56)
#2A322D
(42,50,45)
#202822
(32,40,34)
#161E17
(22,30,23)
#0C140C
(12,20,12)
#000000
(0,0,0)

Tints of #70787A

#70787A
(112,120,122)
#7D8486
(125,132,134)
#8A9092
(138,144,146)
#979C9E
(151,156,158)
#A4A8AA
(164,168,170)
#B1B4B6
(177,180,182)
#BEC0C2
(190,192,194)
#CBCCCE
(203,204,206)
#D8D8DA
(216,216,218)
#E5E4E6
(229,228,230)
#F2F0F2
(242,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #70787A; }

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

This text font color is #70787A.


Background Color

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

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

This div background color is #70787A.


Border color

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

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

This div border color is #70787A.


Opacity

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

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

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

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

This text has shadow with #70787A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #70787A on black background.


Color preview on white background

This text has color #70787A on white background.



Black color preview on #70787A background

This text has black color on #70787A background.


White color preview on #70787A background

This text has white color on #70787A background.