COLOR #707179

HEX: #707179 RGB: (112,113,121)

Color info

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

RGB color model

#707179 color RGB value is (112,113,121).

RGB: (112,113,121) (44%, 44%, 47%)

RGB channels and saturation

R 112 of 255 = 44%
G 113 of 255 = 44%
B 121 of 255 = 47%

112
113
121

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

Portions of RGB colors in percentages

R + G + B = 112 + 113 + 121 = 346 (100%)
R 112 of 346 ~ 32.37%
G 113 of 346 ~ 32.66%
B 121 of 346 ~ 34.97'%

%32.37
%32.66
%34.97

CMYK color model

#707179 color CMYK value is (7,7,0,53).

  • cyan value is 7.44%
  • magenta value is 6.61%
  • yellow value is 0.00%
  • key color value is 52.55%

CMYK: (7,7,0,53)
C7M7Y0K53 (7%, 7%, 0%, 53%)
(0.07 / 0.07 / 0.00 / 0.53)

CMYK percentages

%7.44
%6.61
%0
%52.55

Codes

Color #707179 in popluar color models

70 71 79
RGB 112 113 121
HSL 233° 3.86% 45.69%
HSB/HSV 233° 7.44% 47.45%
CMYK 7.44% 6.61% 0.00%
52.55%

Color #707179 in popluar number systems.

HEX 70 71 79
Decimal 112 113 121
Binary 1110000 1110001 1111001
Octal 160 161 171

Shades and tints

Shades of #707179

#707179
(112,113,121)
#66676E
(102,103,110)
#5C5D63
(92,93,99)
#525358
(82,83,88)
#48494D
(72,73,77)
#3E3F42
(62,63,66)
#343537
(52,53,55)
#2A2B2C
(42,43,44)
#202121
(32,33,33)
#161716
(22,23,22)
#0C0D0B
(12,13,11)
#000000
(0,0,0)

Tints of #707179

#707179
(112,113,121)
#7D7D85
(125,125,133)
#8A8991
(138,137,145)
#97959D
(151,149,157)
#A4A1A9
(164,161,169)
#B1ADB5
(177,173,181)
#BEB9C1
(190,185,193)
#CBC5CD
(203,197,205)
#D8D1D9
(216,209,217)
#E5DDE5
(229,221,229)
#F2E9F1
(242,233,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #707179 color. Also use rgb(112,113,121) instead hex code.

Text Font Color

.myTextColor { color: #707179; }

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

This text font color is #707179.

Background Color

.myBgColor { background-color: #707179; }

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

This div background color is #707179.

Border color

.myBorderColor { border: 1px solid #707179; }

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

This div border color is #707179.

Opacity

.myOpacity80 { color: #707179; opacity: 0.8; }

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

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

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

This text has shadow with #707179 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #707179.

Preview

Color preview on black background

This text has color #707179 on black background.


Color preview on white background

This text has color #707179 on white background.


Black color preview on #707179 background

This text has black color on #707179 background.


White color preview on #707179 background

This text has white color on #707179 background.


Related colors

Complementary color

Complementary color for #hex is #8F8E86.


I love getcolorcode.com

Triadic colors

1 #797071 and #717970 with #707179 are triadic colors.

2 #797170 and #717079 with #707179 are triadic colors.