COLOR #757970

HEX: #757970 RGB: (117,121,112)

Color info

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

RGB color model

#757970 color RGB value is (117,121,112).

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

RGB channels and saturation

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

117
121
112

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

Portions of RGB colors in percentages

R + G + B = 117 + 121 + 112 = 350 (100%)
R 117 of 350 ~ 33.43%
G 121 of 350 ~ 34.57%
B 112 of 350 ~ 32'%

%33.43
%34.57
%32

CMYK color model

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

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

CMYK: (3,0,7,53)
C3M0Y7K53 (3%, 0%, 7%, 53%)
(0.03 / 0.00 / 0.07 / 0.53)

CMYK percentages

%3.31
%0
%7.44
%52.55

Codes

Color #757970 in popluar color models

75 79 70
RGB 117 121 112
HSL 87° 3.86% 45.69%
HSB/HSV 87° 7.44% 47.45%
CMYK 3.31% 0.00% 7.44%
52.55%

Color #757970 in popluar number systems.

HEX 75 79 70
Decimal 117 121 112
Binary 1110101 1111001 1110000
Octal 165 171 160

Shades and tints

Shades of #757970

#757970
(117,121,112)
#6B6E66
(107,110,102)
#61635C
(97,99,92)
#575852
(87,88,82)
#4D4D48
(77,77,72)
#43423E
(67,66,62)
#393734
(57,55,52)
#2F2C2A
(47,44,42)
#252120
(37,33,32)
#1B1616
(27,22,22)
#110B0C
(17,11,12)
#000000
(0,0,0)

Tints of #757970

#757970
(117,121,112)
#81857D
(129,133,125)
#8D918A
(141,145,138)
#999D97
(153,157,151)
#A5A9A4
(165,169,164)
#B1B5B1
(177,181,177)
#BDC1BE
(189,193,190)
#C9CDCB
(201,205,203)
#D5D9D8
(213,217,216)
#E1E5E5
(225,229,229)
#EDF1F2
(237,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #757970; }

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

This text font color is #757970.

Background Color

.myBgColor { background-color: #757970; }

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

This div background color is #757970.

Border color

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

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

This div border color is #757970.

Opacity

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

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

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

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

This text has shadow with #757970 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #757970.

Preview

Color preview on black background

This text has color #757970 on black background.


Color preview on white background

This text has color #757970 on white background.


Black color preview on #757970 background

This text has black color on #757970 background.


White color preview on #757970 background

This text has white color on #757970 background.


Related colors

Complementary color

Complementary color for #hex is #8A868F.


I love getcolorcode.com

Triadic colors

1 #707579 and #797075 with #757970 are triadic colors.

2 #707975 and #797570 with #757970 are triadic colors.