COLOR #707175

HEX: #707175 RGB: (112,113,117)

Color info

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

RGB color model

#707175 color RGB value is (112,113,117).

RGB: (112,113,117) (44%, 44%, 46%)

RGB channels and saturation

R 112 of 255 = 44%
G 113 of 255 = 44%
B 117 of 255 = 46%

112
113
117

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

Portions of RGB colors in percentages

R + G + B = 112 + 113 + 117 = 342 (100%)
R 112 of 342 ~ 32.75%
G 113 of 342 ~ 33.04%
B 117 of 342 ~ 34.21'%

%32.75
%33.04
%34.21

CMYK color model

#707175 color CMYK value is (4,3,0,54).

  • cyan value is 4.27%
  • magenta value is 3.42%
  • yellow value is 0.00%
  • key color value is 54.12%

CMYK: (4,3,0,54)
C4M3Y0K54 (4%, 3%, 0%, 54%)
(0.04 / 0.03 / 0.00 / 0.54)

CMYK percentages

%4.27
%3.42
%0
%54.12

Codes

Color #707175 in popluar color models

70 71 75
RGB 112 113 117
HSL 228° 2.18% 44.90%
HSB/HSV 228° 4.27% 45.88%
CMYK 4.27% 3.42% 0.00%
54.12%

Color #707175 in popluar number systems.

HEX 70 71 75
Decimal 112 113 117
Binary 1110000 1110001 1110101
Octal 160 161 165

Shades and tints

Shades of #707175

#707175
(112,113,117)
#66676B
(102,103,107)
#5C5D61
(92,93,97)
#525357
(82,83,87)
#48494D
(72,73,77)
#3E3F43
(62,63,67)
#343539
(52,53,57)
#2A2B2F
(42,43,47)
#202125
(32,33,37)
#16171B
(22,23,27)
#0C0D11
(12,13,17)
#000000
(0,0,0)

Tints of #707175

#707175
(112,113,117)
#7D7D81
(125,125,129)
#8A898D
(138,137,141)
#979599
(151,149,153)
#A4A1A5
(164,161,165)
#B1ADB1
(177,173,177)
#BEB9BD
(190,185,189)
#CBC5C9
(203,197,201)
#D8D1D5
(216,209,213)
#E5DDE1
(229,221,225)
#F2E9ED
(242,233,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #707175; }

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

This text font color is #707175.

Background Color

.myBgColor { background-color: #707175; }

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

This div background color is #707175.

Border color

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

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

This div border color is #707175.

Opacity

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

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

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

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

This text has shadow with #707175 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #707175.

Preview

Color preview on black background

This text has color #707175 on black background.


Color preview on white background

This text has color #707175 on white background.


Black color preview on #707175 background

This text has black color on #707175 background.


White color preview on #707175 background

This text has white color on #707175 background.


Related colors

Complementary color

Complementary color for #hex is #8F8E8A.


I love getcolorcode.com

Triadic colors

1 #757071 and #717570 with #707175 are triadic colors.

2 #757170 and #717075 with #707175 are triadic colors.