COLOR #75566F

HEX: #75566F
RGB: (117,86,111)

Color info

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

RGB color model

#75566F color RGB value is (117,86,111).

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

RGB channels and saturation

R 117 of 255 = 46%
G 86 of 255 = 34%
B 111 of 255 = 44%

117
86
111

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

Portions of RGB colors in percentages

R + G + B =
117 + 86 + 111 = 314 (100%)
R 117 of 314 ~ 37.26%
G 86 of 314 ~ 27.39%
B 111 of 314 ~ 35.35%

%37.26
%27.39
%35.35

CMYK color model

#75566F color CMYK value is (0,26,5,54).

  • cyan value is 0.00%
  • magenta value is 26.50%
  • yellow value is 5.13%
  • key color value is 54.12%
CMYK:
(0,26,5,54)
C0M26Y5K54 
(0%,26%,5%,54%)
(0.00/0.26/0.05/0.54)	

CMYK percentages

%0
%26.5
%5.13
%54.12

Codes

Color #75566F in popluar color models

75566F
RGB11786111
HSL312°15.27%39.80%
HSB/HSV312°26.50%45.88%
CMYK0.00%26.50%5.13%
54.12%

Color #75566F in popluar number systems.

HEX75566F
Decimal11786111
Binary111010110101101101111
Octal165126157

Shades and tints

Shades of #75566F

#75566F
(117,86,111)
#6B4F65
(107,79,101)
#61485B
(97,72,91)
#574151
(87,65,81)
#4D3A47
(77,58,71)
#43333D
(67,51,61)
#392C33
(57,44,51)
#2F2529
(47,37,41)
#251E1F
(37,30,31)
#1B1715
(27,23,21)
#11100B
(17,16,11)
#000000
(0,0,0)

Tints of #75566F

#75566F
(117,86,111)
#81657C
(129,101,124)
#8D7489
(141,116,137)
#998396
(153,131,150)
#A592A3
(165,146,163)
#B1A1B0
(177,161,176)
#BDB0BD
(189,176,189)
#C9BFCA
(201,191,202)
#D5CED7
(213,206,215)
#E1DDE4
(225,221,228)
#EDECF1
(237,236,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #75566F; }

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

This text font color is #75566F.


Background Color

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

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

This div background color is #75566F.


Border color

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

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

This div border color is #75566F.


Opacity

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

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

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

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

This text has shadow with #75566F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #75566F on black background.


Color preview on white background

This text has color #75566F on white background.



Black color preview on #75566F background

This text has black color on #75566F background.


White color preview on #75566F background

This text has white color on #75566F background.