COLOR #75747D

HEX: #75747D RGB: (117,116,125)

Color info

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

RGB color model

#75747D color RGB value is (117,116,125).

RGB: (117,116,125) (46%, 45%, 49%)

RGB channels and saturation

R 117 of 255 = 46%
G 116 of 255 = 45%
B 125 of 255 = 49%

117
116
125

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

Portions of RGB colors in percentages

R + G + B = 117 + 116 + 125 = 358 (100%)
R 117 of 358 ~ 32.68%
G 116 of 358 ~ 32.4%
B 125 of 358 ~ 34.92'%

%32.68
%32.4
%34.92

CMYK color model

#75747D color CMYK value is (6,7,0,51).

  • cyan value is 6.40%
  • magenta value is 7.20%
  • yellow value is 0.00%
  • key color value is 50.98%

CMYK: (6,7,0,51)
C6M7Y0K51 (6%, 7%, 0%, 51%)
(0.06 / 0.07 / 0.00 / 0.51)

CMYK percentages

%6.4
%7.2
%0
%50.98

Codes

Color #75747D in popluar color models

75 74 7D
RGB 117 116 125
HSL 247° 3.73% 47.25%
HSB/HSV 247° 7.20% 49.02%
CMYK 6.40% 7.20% 0.00%
50.98%

Color #75747D in popluar number systems.

HEX 75 74 7D
Decimal 117 116 125
Binary 1110101 1110100 1111101
Octal 165 164 175

Shades and tints

Shades of #75747D

#75747D
(117,116,125)
#6B6A72
(107,106,114)
#616067
(97,96,103)
#57565C
(87,86,92)
#4D4C51
(77,76,81)
#434246
(67,66,70)
#39383B
(57,56,59)
#2F2E30
(47,46,48)
#252425
(37,36,37)
#1B1A1A
(27,26,26)
#11100F
(17,16,15)
#000000
(0,0,0)

Tints of #75747D

#75747D
(117,116,125)
#818088
(129,128,136)
#8D8C93
(141,140,147)
#99989E
(153,152,158)
#A5A4A9
(165,164,169)
#B1B0B4
(177,176,180)
#BDBCBF
(189,188,191)
#C9C8CA
(201,200,202)
#D5D4D5
(213,212,213)
#E1E0E0
(225,224,224)
#EDECEB
(237,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #75747D; }

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

This text font color is #75747D.

Background Color

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

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

This div background color is #75747D.

Border color

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

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

This div border color is #75747D.

Opacity

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

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

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

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

This text has shadow with #75747D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #75747D.

Preview

Color preview on black background

This text has color #75747D on black background.


Color preview on white background

This text has color #75747D on white background.


Black color preview on #75747D background

This text has black color on #75747D background.


White color preview on #75747D background

This text has white color on #75747D background.


Related colors

Complementary color

Complementary color for #hex is #8A8B82.


I love getcolorcode.com

Triadic colors

1 #7D7574 and #747D75 with #75747D are triadic colors.

2 #7D7475 and #74757D with #75747D are triadic colors.