COLOR #707575

HEX: #707575 RGB: (112,117,117)

Color info

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

RGB color model

#707575 color RGB value is (112,117,117).

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

RGB channels and saturation

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

112
117
117

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

Portions of RGB colors in percentages

R + G + B = 112 + 117 + 117 = 346 (100%)
R 112 of 346 ~ 32.37%
G 117 of 346 ~ 33.82%
B 117 of 346 ~ 33.82'%

%32.37
%33.82
%33.82

CMYK color model

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

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

CMYK: (4,0,0,54)
C4M0Y0K54 (4%, 0%, 0%, 54%)
(0.04 / 0.00 / 0.00 / 0.54)

CMYK percentages

%4.27
%0
%0
%54.12

Codes

Color #707575 in popluar color models

70 75 75
RGB 112 117 117
HSL 180° 2.18% 44.90%
HSB/HSV 180° 4.27% 45.88%
CMYK 4.27% 0.00% 0.00%
54.12%

Color #707575 in popluar number systems.

HEX 70 75 75
Decimal 112 117 117
Binary 1110000 1110101 1110101
Octal 160 165 165

Shades and tints

Shades of #707575

#707575
(112,117,117)
#666B6B
(102,107,107)
#5C6161
(92,97,97)
#525757
(82,87,87)
#484D4D
(72,77,77)
#3E4343
(62,67,67)
#343939
(52,57,57)
#2A2F2F
(42,47,47)
#202525
(32,37,37)
#161B1B
(22,27,27)
#0C1111
(12,17,17)
#000000
(0,0,0)

Tints of #707575

#707575
(112,117,117)
#7D8181
(125,129,129)
#8A8D8D
(138,141,141)
#979999
(151,153,153)
#A4A5A5
(164,165,165)
#B1B1B1
(177,177,177)
#BEBDBD
(190,189,189)
#CBC9C9
(203,201,201)
#D8D5D5
(216,213,213)
#E5E1E1
(229,225,225)
#F2EDED
(242,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #707575; }

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

This text font color is #707575.

Background Color

.myBgColor { background-color: #707575; }

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

This div background color is #707575.

Border color

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

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

This div border color is #707575.

Opacity

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

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

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

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

This text has shadow with #707575 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #707575.

Preview

Color preview on black background

This text has color #707575 on black background.


Color preview on white background

This text has color #707575 on white background.


Black color preview on #707575 background

This text has black color on #707575 background.


White color preview on #707575 background

This text has white color on #707575 background.


Related colors

Complementary color

Complementary color for #hex is #8F8A8A.


I love getcolorcode.com