COLOR #75686D

HEX: #75686D RGB: (117,104,109)

Color info

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

RGB color model

#75686D color RGB value is (117,104,109).

RGB: (117,104,109) (46%, 41%, 43%)

RGB channels and saturation

R 117 of 255 = 46%
G 104 of 255 = 41%
B 109 of 255 = 43%

117
104
109

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

Portions of RGB colors in percentages

R + G + B = 117 + 104 + 109 = 330 (100%)
R 117 of 330 ~ 35.45%
G 104 of 330 ~ 31.52%
B 109 of 330 ~ 33.03'%

%35.45
%31.52
%33.03

CMYK color model

#75686D color CMYK value is (0,11,7,54).

  • cyan value is 0.00%
  • magenta value is 11.11%
  • yellow value is 6.84%
  • key color value is 54.12%

CMYK: (0,11,7,54)
C0M11Y7K54 (0%, 11%, 7%, 54%)
(0.00 / 0.11 / 0.07 / 0.54)

CMYK percentages

%0
%11.11
%6.84
%54.12

Codes

Color #75686D in popluar color models

75 68 6D
RGB 117 104 109
HSL 337° 5.88% 43.33%
HSB/HSV 337° 11.11% 45.88%
CMYK 0.00% 11.11% 6.84%
54.12%

Color #75686D in popluar number systems.

HEX 75 68 6D
Decimal 117 104 109
Binary 1110101 1101000 1101101
Octal 165 150 155

Shades and tints

Shades of #75686D

#75686D
(117,104,109)
#6B5F64
(107,95,100)
#61565B
(97,86,91)
#574D52
(87,77,82)
#4D4449
(77,68,73)
#433B40
(67,59,64)
#393237
(57,50,55)
#2F292E
(47,41,46)
#252025
(37,32,37)
#1B171C
(27,23,28)
#110E13
(17,14,19)
#000000
(0,0,0)

Tints of #75686D

#75686D
(117,104,109)
#81757A
(129,117,122)
#8D8287
(141,130,135)
#998F94
(153,143,148)
#A59CA1
(165,156,161)
#B1A9AE
(177,169,174)
#BDB6BB
(189,182,187)
#C9C3C8
(201,195,200)
#D5D0D5
(213,208,213)
#E1DDE2
(225,221,226)
#EDEAEF
(237,234,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #75686D; }

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

This text font color is #75686D.

Background Color

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

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

This div background color is #75686D.

Border color

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

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

This div border color is #75686D.

Opacity

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

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

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

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

This text has shadow with #75686D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #75686D.

Preview

Color preview on black background

This text has color #75686D on black background.


Color preview on white background

This text has color #75686D on white background.


Black color preview on #75686D background

This text has black color on #75686D background.


White color preview on #75686D background

This text has white color on #75686D background.


Related colors

Complementary color

Complementary color for #hex is #8A9792.


I love getcolorcode.com

Triadic colors

1 #6D7568 and #686D75 with #75686D are triadic colors.

2 #6D6875 and #68756D with #75686D are triadic colors.