COLOR #70767E

HEX: #70767E RGB: (112,118,126)

Color info

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

RGB color model

#70767E color RGB value is (112,118,126).

RGB: (112,118,126) (44%, 46%, 49%)

RGB channels and saturation

R 112 of 255 = 44%
G 118 of 255 = 46%
B 126 of 255 = 49%

112
118
126

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

Portions of RGB colors in percentages

R + G + B = 112 + 118 + 126 = 356 (100%)
R 112 of 356 ~ 31.46%
G 118 of 356 ~ 33.15%
B 126 of 356 ~ 35.39'%

%31.46
%33.15
%35.39

CMYK color model

#70767E color CMYK value is (11,6,0,51).

  • cyan value is 11.11%
  • magenta value is 6.35%
  • yellow value is 0.00%
  • key color value is 50.59%

CMYK: (11,6,0,51)
C11M6Y0K51 (11%, 6%, 0%, 51%)
(0.11 / 0.06 / 0.00 / 0.51)

CMYK percentages

%11.11
%6.35
%0
%50.59

Codes

Color #70767E in popluar color models

70 76 7E
RGB 112 118 126
HSL 214° 5.88% 46.67%
HSB/HSV 214° 11.11% 49.41%
CMYK 11.11% 6.35% 0.00%
50.59%

Color #70767E in popluar number systems.

HEX 70 76 7E
Decimal 112 118 126
Binary 1110000 1110110 1111110
Octal 160 166 176

Shades and tints

Shades of #70767E

#70767E
(112,118,126)
#666C73
(102,108,115)
#5C6268
(92,98,104)
#52585D
(82,88,93)
#484E52
(72,78,82)
#3E4447
(62,68,71)
#343A3C
(52,58,60)
#2A3031
(42,48,49)
#202626
(32,38,38)
#161C1B
(22,28,27)
#0C1210
(12,18,16)
#000000
(0,0,0)

Tints of #70767E

#70767E
(112,118,126)
#7D8289
(125,130,137)
#8A8E94
(138,142,148)
#979A9F
(151,154,159)
#A4A6AA
(164,166,170)
#B1B2B5
(177,178,181)
#BEBEC0
(190,190,192)
#CBCACB
(203,202,203)
#D8D6D6
(216,214,214)
#E5E2E1
(229,226,225)
#F2EEEC
(242,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #70767E color. Also use rgb(112,118,126) instead hex code.

Text Font Color

.myTextColor { color: #70767E; }

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

This text font color is #70767E.

Background Color

.myBgColor { background-color: #70767E; }

<div style="background-color:#70767E">Inner text</div>

This div background color is #70767E.

Border color

.myBorderColor { border: 1px solid #70767E; }

<div style="border:3px solid #70767E">Div</div>

This div border color is #70767E.

Opacity

.myOpacity80 { color: #70767E; opacity: 0.8; }

<p style="color:#70767E;opacity:0.8;">80%</p>

Text with #70767E 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 #70767E;}

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

This text has shadow with #70767E color.


.textShadow {text-shadow: 3px 3px 1px #70767E', 3px 3px 1px red;}

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

This text has shadow with #70767E primary color and red secondary color.


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

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

This text has shadow with #70767E and red colors in old Internet Explorer.

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #70767E; -webkit-box-shadow: 1px 1px 3px 2px #70767E; box-shadow:1px 1px 3px 2px #70767E;">
Div content here
</div>

This div box has shadow with color #70767E.

Preview

Color preview on black background

This text has color #70767E on black background.


Color preview on white background

This text has color #70767E on white background.


Black color preview on #70767E background

This text has black color on #70767E background.


White color preview on #70767E background

This text has white color on #70767E background.


Related colors

Complementary color

Complementary color for #hex is #8F8981.


I love getcolorcode.com

Triadic colors

1 #7E7076 and #767E70 with #70767E are triadic colors.

2 #7E7670 and #76707E with #70767E are triadic colors.