COLOR #757170

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

Color info

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

RGB color model

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

  • red value is 117;
  • green value is 113;
  • blue value is 112.
RGB:
(117,113,112)
(46%,44%,44%)

RGB channels and saturation

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

117
113
112

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

Portions of RGB colors in percentages

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

%34.21
%33.04
%32.75

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 3.42%
  • yellow value is 4.27%
  • key color value is 54.12%
CMYK:
(0,3,4,54)
C0M3Y4K54 
(0%,3%,4%,54%)
(0.00/0.03/0.04/0.54)	

CMYK percentages

%0
%3.42
%4.27
%54.12

Codes

Color #757170 in popluar color models

757170
RGB117113112
HSL12°2.18%44.90%
HSB/HSV12°4.27%45.88%
CMYK0.00%3.42%4.27%
54.12%

Color #757170 in popluar number systems.

HEX757170
Decimal117113112
Binary111010111100011110000
Octal165161160

Shades and tints

Shades of #757170

#757170
(117,113,112)
#6B6766
(107,103,102)
#615D5C
(97,93,92)
#575352
(87,83,82)
#4D4948
(77,73,72)
#433F3E
(67,63,62)
#393534
(57,53,52)
#2F2B2A
(47,43,42)
#252120
(37,33,32)
#1B1716
(27,23,22)
#110D0C
(17,13,12)
#000000
(0,0,0)

Tints of #757170

#757170
(117,113,112)
#817D7D
(129,125,125)
#8D898A
(141,137,138)
#999597
(153,149,151)
#A5A1A4
(165,161,164)
#B1ADB1
(177,173,177)
#BDB9BE
(189,185,190)
#C9C5CB
(201,197,203)
#D5D1D8
(213,209,216)
#E1DDE5
(225,221,229)
#EDE9F2
(237,233,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #757170; }

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

This text font color is #757170.


Background Color

.myBgColor { background-color: #757170; }

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

This div background color is #757170.


Border color

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

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

This div border color is #757170.


Opacity

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

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

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

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

This text has shadow with #757170 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #757170 on black background.


Color preview on white background

This text has color #757170 on white background.



Black color preview on #757170 background

This text has black color on #757170 background.


White color preview on #757170 background

This text has white color on #757170 background.