COLOR #75686E

HEX: #75686E
RGB: (117,104,110)

Color info

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

RGB color model

#75686E color RGB value is (117,104,110).

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

RGB channels and saturation

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

117
104
110

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

Portions of RGB colors in percentages

R + G + B =
117 + 104 + 110 = 331 (100%)
R 117 of 331 ~ 35.35%
G 104 of 331 ~ 31.42%
B 110 of 331 ~ 33.23%

%35.35
%31.42
%33.23

CMYK color model

#75686E color CMYK value is (0,11,6,54).

  • cyan value is 0.00%
  • magenta value is 11.11%
  • yellow value is 5.98%
  • key color value is 54.12%
CMYK:
(0,11,6,54)
C0M11Y6K54 
(0%,11%,6%,54%)
(0.00/0.11/0.06/0.54)	

CMYK percentages

%0
%11.11
%5.98
%54.12

Codes

Color #75686E in popluar color models

75686E
RGB117104110
HSL332°5.88%43.33%
HSB/HSV332°11.11%45.88%
CMYK0.00%11.11%5.98%
54.12%

Color #75686E in popluar number systems.

HEX75686E
Decimal117104110
Binary111010111010001101110
Octal165150156

Shades and tints

Shades of #75686E

#75686E
(117,104,110)
#6B5F64
(107,95,100)
#61565A
(97,86,90)
#574D50
(87,77,80)
#4D4446
(77,68,70)
#433B3C
(67,59,60)
#393232
(57,50,50)
#2F2928
(47,41,40)
#25201E
(37,32,30)
#1B1714
(27,23,20)
#110E0A
(17,14,10)
#000000
(0,0,0)

Tints of #75686E

#75686E
(117,104,110)
#81757B
(129,117,123)
#8D8288
(141,130,136)
#998F95
(153,143,149)
#A59CA2
(165,156,162)
#B1A9AF
(177,169,175)
#BDB6BC
(189,182,188)
#C9C3C9
(201,195,201)
#D5D0D6
(213,208,214)
#E1DDE3
(225,221,227)
#EDEAF0
(237,234,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #75686E; }

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

This text font color is #75686E.


Background Color

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

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

This div background color is #75686E.


Border color

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

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

This div border color is #75686E.


Opacity

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

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

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

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

This text has shadow with #75686E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #75686E on black background.


Color preview on white background

This text has color #75686E on white background.



Black color preview on #75686E background

This text has black color on #75686E background.


White color preview on #75686E background

This text has white color on #75686E background.