COLOR #75757D

HEX: #75757D RGB: (117,117,125)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

117
117
125

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

Portions of RGB colors in percentages

R + G + B = 117 + 117 + 125 = 359 (100%)
R 117 of 359 ~ 32.59%
G 117 of 359 ~ 32.59%
B 125 of 359 ~ 34.82'%

%32.59
%32.59
%34.82

CMYK color model

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

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

CMYK: (6,6,0,51)
C6M6Y0K51 (6%, 6%, 0%, 51%)
(0.06 / 0.06 / 0.00 / 0.51)

CMYK percentages

%6.4
%6.4
%0
%50.98

Codes

Color #75757D in popluar color models

75 75 7D
RGB 117 117 125
HSL 240° 3.31% 47.45%
HSB/HSV 240° 6.40% 49.02%
CMYK 6.40% 6.40% 0.00%
50.98%

Color #75757D in popluar number systems.

HEX 75 75 7D
Decimal 117 117 125
Binary 1110101 1110101 1111101
Octal 165 165 175

Shades and tints

Shades of #75757D

#75757D
(117,117,125)
#6B6B72
(107,107,114)
#616167
(97,97,103)
#57575C
(87,87,92)
#4D4D51
(77,77,81)
#434346
(67,67,70)
#39393B
(57,57,59)
#2F2F30
(47,47,48)
#252525
(37,37,37)
#1B1B1A
(27,27,26)
#11110F
(17,17,15)
#000000
(0,0,0)

Tints of #75757D

#75757D
(117,117,125)
#818188
(129,129,136)
#8D8D93
(141,141,147)
#99999E
(153,153,158)
#A5A5A9
(165,165,169)
#B1B1B4
(177,177,180)
#BDBDBF
(189,189,191)
#C9C9CA
(201,201,202)
#D5D5D5
(213,213,213)
#E1E1E0
(225,225,224)
#EDEDEB
(237,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #75757D; }

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

This text font color is #75757D.

Background Color

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

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

This div background color is #75757D.

Border color

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

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

This div border color is #75757D.

Opacity

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

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

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

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

This text has shadow with #75757D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #75757D.

Preview

Color preview on black background

This text has color #75757D on black background.


Color preview on white background

This text has color #75757D on white background.


Black color preview on #75757D background

This text has black color on #75757D background.


White color preview on #75757D background

This text has white color on #75757D background.


Related colors

Complementary color

Complementary color for #hex is #8A8A82.


I love getcolorcode.com