COLOR #75657F

HEX: #75657F
RGB: (117,101,127)

Color info

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

RGB color model

#75657F color RGB value is (117,101,127).

  • red value is 117;
  • green value is 101;
  • blue value is 127.
RGB:
(117,101,127)
(46%,40%,50%)

RGB channels and saturation

R 117 of 255 = 46%
G 101 of 255 = 40%
B 127 of 255 = 50%

117
101
127

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

Portions of RGB colors in percentages

R + G + B =
117 + 101 + 127 = 345 (100%)
R 117 of 345 ~ 33.91%
G 101 of 345 ~ 29.28%
B 127 of 345 ~ 36.81%

%33.91
%29.28
%36.81

CMYK color model

#75657F color CMYK value is (8,20,0,50).

  • cyan value is 7.87%
  • magenta value is 20.47%
  • yellow value is 0.00%
  • key color value is 50.20%
CMYK:
(8,20,0,50)
C8M20Y0K50 
(8%,20%,0%,50%)
(0.08/0.20/0.00/0.50)	

CMYK percentages

%7.87
%20.47
%0
%50.2

Codes

Color #75657F in popluar color models

75657F
RGB117101127
HSL277°11.40%44.71%
HSB/HSV277°20.47%49.80%
CMYK7.87%20.47%0.00%
50.20%

Color #75657F in popluar number systems.

HEX75657F
Decimal117101127
Binary111010111001011111111
Octal165145177

Shades and tints

Shades of #75657F

#75657F
(117,101,127)
#6B5C74
(107,92,116)
#615369
(97,83,105)
#574A5E
(87,74,94)
#4D4153
(77,65,83)
#433848
(67,56,72)
#392F3D
(57,47,61)
#2F2632
(47,38,50)
#251D27
(37,29,39)
#1B141C
(27,20,28)
#110B11
(17,11,17)
#000000
(0,0,0)

Tints of #75657F

#75657F
(117,101,127)
#81738A
(129,115,138)
#8D8195
(141,129,149)
#998FA0
(153,143,160)
#A59DAB
(165,157,171)
#B1ABB6
(177,171,182)
#BDB9C1
(189,185,193)
#C9C7CC
(201,199,204)
#D5D5D7
(213,213,215)
#E1E3E2
(225,227,226)
#EDF1ED
(237,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #75657F color. Also use rgb(117,101,127) instead hex code.

Text Font Color

.myTextColor { color: #75657F; }

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

This text font color is #75657F.


Background Color

.myBgColor { background-color: #75657F; }

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

This div background color is #75657F.


Border color

.myBorderColor { border: 1px solid #75657F; }

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

This div border color is #75657F.


Opacity

.myOpacity80 { color: #75657F; opacity: 0.8; }

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

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

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

This text has shadow with #75657F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #75657F on black background.


Color preview on white background

This text has color #75657F on white background.



Black color preview on #75657F background

This text has black color on #75657F background.


White color preview on #75657F background

This text has white color on #75657F background.