COLOR #707475

HEX: #707475 RGB: (112,116,117)

Color info

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

RGB color model

#707475 color RGB value is (112,116,117).

RGB: (112,116,117) (44%, 45%, 46%)

RGB channels and saturation

R 112 of 255 = 44%
G 116 of 255 = 45%
B 117 of 255 = 46%

112
116
117

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

Portions of RGB colors in percentages

R + G + B = 112 + 116 + 117 = 345 (100%)
R 112 of 345 ~ 32.46%
G 116 of 345 ~ 33.62%
B 117 of 345 ~ 33.91'%

%32.46
%33.62
%33.91

CMYK color model

#707475 color CMYK value is (4,1,0,54).

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

CMYK: (4,1,0,54)
C4M1Y0K54 (4%, 1%, 0%, 54%)
(0.04 / 0.01 / 0.00 / 0.54)

CMYK percentages

%4.27
%0.85
%0
%54.12

Codes

Color #707475 in popluar color models

70 74 75
RGB 112 116 117
HSL 192° 2.18% 44.90%
HSB/HSV 192° 4.27% 45.88%
CMYK 4.27% 0.85% 0.00%
54.12%

Color #707475 in popluar number systems.

HEX 70 74 75
Decimal 112 116 117
Binary 1110000 1110100 1110101
Octal 160 164 165

Shades and tints

Shades of #707475

#707475
(112,116,117)
#666A6B
(102,106,107)
#5C6061
(92,96,97)
#525657
(82,86,87)
#484C4D
(72,76,77)
#3E4243
(62,66,67)
#343839
(52,56,57)
#2A2E2F
(42,46,47)
#202425
(32,36,37)
#161A1B
(22,26,27)
#0C1011
(12,16,17)
#000000
(0,0,0)

Tints of #707475

#707475
(112,116,117)
#7D8081
(125,128,129)
#8A8C8D
(138,140,141)
#979899
(151,152,153)
#A4A4A5
(164,164,165)
#B1B0B1
(177,176,177)
#BEBCBD
(190,188,189)
#CBC8C9
(203,200,201)
#D8D4D5
(216,212,213)
#E5E0E1
(229,224,225)
#F2ECED
(242,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #707475; }

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

This text font color is #707475.

Background Color

.myBgColor { background-color: #707475; }

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

This div background color is #707475.

Border color

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

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

This div border color is #707475.

Opacity

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

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

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

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

This text has shadow with #707475 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #707475.

Preview

Color preview on black background

This text has color #707475 on black background.


Color preview on white background

This text has color #707475 on white background.


Black color preview on #707475 background

This text has black color on #707475 background.


White color preview on #707475 background

This text has white color on #707475 background.


Related colors

Complementary color

Complementary color for #hex is #8F8B8A.


I love getcolorcode.com

Triadic colors

1 #757074 and #747570 with #707475 are triadic colors.

2 #757470 and #747075 with #707475 are triadic colors.