COLOR #75686B

HEX: #75686B
RGB: (117,104,107)

Color info

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

RGB color model

#75686B color RGB value is (117,104,107).

  • red value is 117;
  • green value is 104;
  • blue value is 107.
RGB:
(117,104,107)
(46%,41%,42%)

RGB channels and saturation

R 117 of 255 = 46%
G 104 of 255 = 41%
B 107 of 255 = 42%

117
104
107

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

Portions of RGB colors in percentages

R + G + B =
117 + 104 + 107 = 328 (100%)
R 117 of 328 ~ 35.67%
G 104 of 328 ~ 31.71%
B 107 of 328 ~ 32.62%

%35.67
%31.71
%32.62

CMYK color model

#75686B color CMYK value is (0,11,9,54).

  • cyan value is 0.00%
  • magenta value is 11.11%
  • yellow value is 8.55%
  • key color value is 54.12%
CMYK:
(0,11,9,54)
C0M11Y9K54 
(0%,11%,9%,54%)
(0.00/0.11/0.09/0.54)	

CMYK percentages

%0
%11.11
%8.55
%54.12

Codes

Color #75686B in popluar color models

75686B
RGB117104107
HSL346°5.88%43.33%
HSB/HSV346°11.11%45.88%
CMYK0.00%11.11%8.55%
54.12%

Color #75686B in popluar number systems.

HEX75686B
Decimal117104107
Binary111010111010001101011
Octal165150153

Shades and tints

Shades of #75686B

#75686B
(117,104,107)
#6B5F62
(107,95,98)
#615659
(97,86,89)
#574D50
(87,77,80)
#4D4447
(77,68,71)
#433B3E
(67,59,62)
#393235
(57,50,53)
#2F292C
(47,41,44)
#252023
(37,32,35)
#1B171A
(27,23,26)
#110E11
(17,14,17)
#000000
(0,0,0)

Tints of #75686B

#75686B
(117,104,107)
#817578
(129,117,120)
#8D8285
(141,130,133)
#998F92
(153,143,146)
#A59C9F
(165,156,159)
#B1A9AC
(177,169,172)
#BDB6B9
(189,182,185)
#C9C3C6
(201,195,198)
#D5D0D3
(213,208,211)
#E1DDE0
(225,221,224)
#EDEAED
(237,234,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #75686B; }

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

This text font color is #75686B.


Background Color

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

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

This div background color is #75686B.


Border color

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

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

This div border color is #75686B.


Opacity

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

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

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

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

This text has shadow with #75686B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #75686B on black background.


Color preview on white background

This text has color #75686B on white background.



Black color preview on #75686B background

This text has black color on #75686B background.


White color preview on #75686B background

This text has white color on #75686B background.