COLOR #75566A

HEX: #75566A
RGB: (117,86,106)

Color info

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

RGB color model

#75566A color RGB value is (117,86,106).

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

RGB channels and saturation

R 117 of 255 = 46%
G 86 of 255 = 34%
B 106 of 255 = 42%

117
86
106

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

Portions of RGB colors in percentages

R + G + B =
117 + 86 + 106 = 309 (100%)
R 117 of 309 ~ 37.86%
G 86 of 309 ~ 27.83%
B 106 of 309 ~ 34.3%

%37.86
%27.83
%34.3

CMYK color model

#75566A color CMYK value is (0,26,9,54).

  • cyan value is 0.00%
  • magenta value is 26.50%
  • yellow value is 9.40%
  • key color value is 54.12%
CMYK:
(0,26,9,54)
C0M26Y9K54 
(0%,26%,9%,54%)
(0.00/0.26/0.09/0.54)	

CMYK percentages

%0
%26.5
%9.4
%54.12

Codes

Color #75566A in popluar color models

75566A
RGB11786106
HSL321°15.27%39.80%
HSB/HSV321°26.50%45.88%
CMYK0.00%26.50%9.40%
54.12%

Color #75566A in popluar number systems.

HEX75566A
Decimal11786106
Binary111010110101101101010
Octal165126152

Shades and tints

Shades of #75566A

#75566A
(117,86,106)
#6B4F61
(107,79,97)
#614858
(97,72,88)
#57414F
(87,65,79)
#4D3A46
(77,58,70)
#43333D
(67,51,61)
#392C34
(57,44,52)
#2F252B
(47,37,43)
#251E22
(37,30,34)
#1B1719
(27,23,25)
#111010
(17,16,16)
#000000
(0,0,0)

Tints of #75566A

#75566A
(117,86,106)
#816577
(129,101,119)
#8D7484
(141,116,132)
#998391
(153,131,145)
#A5929E
(165,146,158)
#B1A1AB
(177,161,171)
#BDB0B8
(189,176,184)
#C9BFC5
(201,191,197)
#D5CED2
(213,206,210)
#E1DDDF
(225,221,223)
#EDECEC
(237,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #75566A; }

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

This text font color is #75566A.


Background Color

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

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

This div background color is #75566A.


Border color

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

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

This div border color is #75566A.


Opacity

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

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

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

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

This text has shadow with #75566A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #75566A on black background.


Color preview on white background

This text has color #75566A on white background.



Black color preview on #75566A background

This text has black color on #75566A background.


White color preview on #75566A background

This text has white color on #75566A background.