COLOR #75606F

HEX: #75606F
RGB: (117,96,111)

Color info

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

RGB color model

#75606F color RGB value is (117,96,111).

  • red value is 117;
  • green value is 96;
  • blue value is 111.
RGB:
(117,96,111)
(46%,38%,44%)

RGB channels and saturation

R 117 of 255 = 46%
G 96 of 255 = 38%
B 111 of 255 = 44%

117
96
111

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

Portions of RGB colors in percentages

R + G + B =
117 + 96 + 111 = 324 (100%)
R 117 of 324 ~ 36.11%
G 96 of 324 ~ 29.63%
B 111 of 324 ~ 34.26%

%36.11
%29.63
%34.26

CMYK color model

#75606F color CMYK value is (0,18,5,54).

  • cyan value is 0.00%
  • magenta value is 17.95%
  • yellow value is 5.13%
  • key color value is 54.12%
CMYK:
(0,18,5,54)
C0M18Y5K54 
(0%,18%,5%,54%)
(0.00/0.18/0.05/0.54)	

CMYK percentages

%0
%17.95
%5.13
%54.12

Codes

Color #75606F in popluar color models

75606F
RGB11796111
HSL317°9.86%41.76%
HSB/HSV317°17.95%45.88%
CMYK0.00%17.95%5.13%
54.12%

Color #75606F in popluar number systems.

HEX75606F
Decimal11796111
Binary111010111000001101111
Octal165140157

Shades and tints

Shades of #75606F

#75606F
(117,96,111)
#6B5865
(107,88,101)
#61505B
(97,80,91)
#574851
(87,72,81)
#4D4047
(77,64,71)
#43383D
(67,56,61)
#393033
(57,48,51)
#2F2829
(47,40,41)
#25201F
(37,32,31)
#1B1815
(27,24,21)
#11100B
(17,16,11)
#000000
(0,0,0)

Tints of #75606F

#75606F
(117,96,111)
#816E7C
(129,110,124)
#8D7C89
(141,124,137)
#998A96
(153,138,150)
#A598A3
(165,152,163)
#B1A6B0
(177,166,176)
#BDB4BD
(189,180,189)
#C9C2CA
(201,194,202)
#D5D0D7
(213,208,215)
#E1DEE4
(225,222,228)
#EDECF1
(237,236,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #75606F color. Also use rgb(117,96,111) instead hex code.

Text Font Color

.myTextColor { color: #75606F; }

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

This text font color is #75606F.


Background Color

.myBgColor { background-color: #75606F; }

<div style="background-color:#75606F">Inner text</div>

This div background color is #75606F.


Border color

.myBorderColor { border: 1px solid #75606F; }

<div style="border:3px solid #75606F">Div</div>

This div border color is #75606F.


Opacity

.myOpacity80 { color: #75606F; opacity: 0.8; }

<p style="color:#75606F;opacity:0.8;">80%</p>

Text with #75606F 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 #75606F;}

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

This text has shadow with #75606F color.

.textShadow {text-shadow: 3px 3px 1px #75606F, 3px 3px 1px red;}

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

This text has shadow with #75606F primary color and red secondary color.


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

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

This text has shadow with #75606F and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #75606F on black background.


Color preview on white background

This text has color #75606F on white background.



Black color preview on #75606F background

This text has black color on #75606F background.


White color preview on #75606F background

This text has white color on #75606F background.