COLOR #757075

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

117
112
117

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

Portions of RGB colors in percentages

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

%33.82
%32.37
%33.82

CMYK color model

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

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

CMYK percentages

%0
%4.27
%0
%54.12

Codes

Color #757075 in popluar color models

757075
RGB117112117
HSL300°2.18%44.90%
HSB/HSV300°4.27%45.88%
CMYK0.00%4.27%0.00%
54.12%

Color #757075 in popluar number systems.

HEX757075
Decimal117112117
Binary111010111100001110101
Octal165160165

Shades and tints

Shades of #757075

#757075
(117,112,117)
#6B666B
(107,102,107)
#615C61
(97,92,97)
#575257
(87,82,87)
#4D484D
(77,72,77)
#433E43
(67,62,67)
#393439
(57,52,57)
#2F2A2F
(47,42,47)
#252025
(37,32,37)
#1B161B
(27,22,27)
#110C11
(17,12,17)
#000000
(0,0,0)

Tints of #757075

#757075
(117,112,117)
#817D81
(129,125,129)
#8D8A8D
(141,138,141)
#999799
(153,151,153)
#A5A4A5
(165,164,165)
#B1B1B1
(177,177,177)
#BDBEBD
(189,190,189)
#C9CBC9
(201,203,201)
#D5D8D5
(213,216,213)
#E1E5E1
(225,229,225)
#EDF2ED
(237,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #757075; }

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

This text font color is #757075.


Background Color

.myBgColor { background-color: #757075; }

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

This div background color is #757075.


Border color

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

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

This div border color is #757075.


Opacity

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

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

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

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

This text has shadow with #757075 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #757075 on black background.


Color preview on white background

This text has color #757075 on white background.



Black color preview on #757075 background

This text has black color on #757075 background.


White color preview on #757075 background

This text has white color on #757075 background.