COLOR #75657D

HEX: #75657D
RGB: (117,101,125)

Color info

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

RGB color model

#75657D color RGB value is (117,101,125).

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

RGB channels and saturation

R 117 of 255 = 46%
G 101 of 255 = 40%
B 125 of 255 = 49%

117
101
125

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

Portions of RGB colors in percentages

R + G + B =
117 + 101 + 125 = 343 (100%)
R 117 of 343 ~ 34.11%
G 101 of 343 ~ 29.45%
B 125 of 343 ~ 36.44%

%34.11
%29.45
%36.44

CMYK color model

#75657D color CMYK value is (6,19,0,51).

  • cyan value is 6.40%
  • magenta value is 19.20%
  • yellow value is 0.00%
  • key color value is 50.98%
CMYK:
(6,19,0,51)
C6M19Y0K51 
(6%,19%,0%,51%)
(0.06/0.19/0.00/0.51)	

CMYK percentages

%6.4
%19.2
%0
%50.98

Codes

Color #75657D in popluar color models

75657D
RGB117101125
HSL280°10.62%44.31%
HSB/HSV280°19.20%49.02%
CMYK6.40%19.20%0.00%
50.98%

Color #75657D in popluar number systems.

HEX75657D
Decimal117101125
Binary111010111001011111101
Octal165145175

Shades and tints

Shades of #75657D

#75657D
(117,101,125)
#6B5C72
(107,92,114)
#615367
(97,83,103)
#574A5C
(87,74,92)
#4D4151
(77,65,81)
#433846
(67,56,70)
#392F3B
(57,47,59)
#2F2630
(47,38,48)
#251D25
(37,29,37)
#1B141A
(27,20,26)
#110B0F
(17,11,15)
#000000
(0,0,0)

Tints of #75657D

#75657D
(117,101,125)
#817388
(129,115,136)
#8D8193
(141,129,147)
#998F9E
(153,143,158)
#A59DA9
(165,157,169)
#B1ABB4
(177,171,180)
#BDB9BF
(189,185,191)
#C9C7CA
(201,199,202)
#D5D5D5
(213,213,213)
#E1E3E0
(225,227,224)
#EDF1EB
(237,241,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #75657D; }

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

This text font color is #75657D.


Background Color

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

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

This div background color is #75657D.


Border color

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

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

This div border color is #75657D.


Opacity

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

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

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

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

This text has shadow with #75657D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #75657D on black background.


Color preview on white background

This text has color #75657D on white background.



Black color preview on #75657D background

This text has black color on #75657D background.


White color preview on #75657D background

This text has white color on #75657D background.