COLOR #75606A

HEX: #75606A
RGB: (117,96,106)

Color info

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

RGB color model

#75606A color RGB value is (117,96,106).

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

RGB channels and saturation

R 117 of 255 = 46%
G 96 of 255 = 38%
B 106 of 255 = 42%

117
96
106

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

Portions of RGB colors in percentages

R + G + B =
117 + 96 + 106 = 319 (100%)
R 117 of 319 ~ 36.68%
G 96 of 319 ~ 30.09%
B 106 of 319 ~ 33.23%

%36.68
%30.09
%33.23

CMYK color model

#75606A color CMYK value is (0,18,9,54).

  • cyan value is 0.00%
  • magenta value is 17.95%
  • yellow value is 9.40%
  • key color value is 54.12%
CMYK:
(0,18,9,54)
C0M18Y9K54 
(0%,18%,9%,54%)
(0.00/0.18/0.09/0.54)	

CMYK percentages

%0
%17.95
%9.4
%54.12

Codes

Color #75606A in popluar color models

75606A
RGB11796106
HSL331°9.86%41.76%
HSB/HSV331°17.95%45.88%
CMYK0.00%17.95%9.40%
54.12%

Color #75606A in popluar number systems.

HEX75606A
Decimal11796106
Binary111010111000001101010
Octal165140152

Shades and tints

Shades of #75606A

#75606A
(117,96,106)
#6B5861
(107,88,97)
#615058
(97,80,88)
#57484F
(87,72,79)
#4D4046
(77,64,70)
#43383D
(67,56,61)
#393034
(57,48,52)
#2F282B
(47,40,43)
#252022
(37,32,34)
#1B1819
(27,24,25)
#111010
(17,16,16)
#000000
(0,0,0)

Tints of #75606A

#75606A
(117,96,106)
#816E77
(129,110,119)
#8D7C84
(141,124,132)
#998A91
(153,138,145)
#A5989E
(165,152,158)
#B1A6AB
(177,166,171)
#BDB4B8
(189,180,184)
#C9C2C5
(201,194,197)
#D5D0D2
(213,208,210)
#E1DEDF
(225,222,223)
#EDECEC
(237,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #75606A; }

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

This text font color is #75606A.


Background Color

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

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

This div background color is #75606A.


Border color

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

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

This div border color is #75606A.


Opacity

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

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

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

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

This text has shadow with #75606A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #75606A on black background.


Color preview on white background

This text has color #75606A on white background.



Black color preview on #75606A background

This text has black color on #75606A background.


White color preview on #75606A background

This text has white color on #75606A background.