COLOR #75565D

HEX: #75565D
RGB: (117,86,93)

Color info

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

RGB color model

#75565D color RGB value is (117,86,93).

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

RGB channels and saturation

R 117 of 255 = 46%
G 86 of 255 = 34%
B 93 of 255 = 36%

117
86
93

R + G + B ~ 39%. #75565D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
117 + 86 + 93 = 296 (100%)
R 117 of 296 ~ 39.53%
G 86 of 296 ~ 29.05%
B 93 of 296 ~ 31.42%

%39.53
%29.05
%31.42

CMYK color model

#75565D color CMYK value is (0,26,21,54).

  • cyan value is 0.00%
  • magenta value is 26.50%
  • yellow value is 20.51%
  • key color value is 54.12%
CMYK:
(0,26,21,54)
C0M26Y21K54 
(0%,26%,21%,54%)
(0.00/0.26/0.21/0.54)	

CMYK percentages

%0
%26.5
%20.51
%54.12

Codes

Color #75565D in popluar color models

75565D
RGB1178693
HSL346°15.27%39.80%
HSB/HSV346°26.50%45.88%
CMYK0.00%26.50%20.51%
54.12%

Color #75565D in popluar number systems.

HEX75565D
Decimal1178693
Binary111010110101101011101
Octal165126135

Shades and tints

Shades of #75565D

#75565D
(117,86,93)
#6B4F55
(107,79,85)
#61484D
(97,72,77)
#574145
(87,65,69)
#4D3A3D
(77,58,61)
#433335
(67,51,53)
#392C2D
(57,44,45)
#2F2525
(47,37,37)
#251E1D
(37,30,29)
#1B1715
(27,23,21)
#11100D
(17,16,13)
#000000
(0,0,0)

Tints of #75565D

#75565D
(117,86,93)
#81656B
(129,101,107)
#8D7479
(141,116,121)
#998387
(153,131,135)
#A59295
(165,146,149)
#B1A1A3
(177,161,163)
#BDB0B1
(189,176,177)
#C9BFBF
(201,191,191)
#D5CECD
(213,206,205)
#E1DDDB
(225,221,219)
#EDECE9
(237,236,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #75565D color. Also use rgb(117,86,93) instead hex code.

Text Font Color

.myTextColor { color: #75565D; }

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

This text font color is #75565D.


Background Color

.myBgColor { background-color: #75565D; }

<div style="background-color:#75565D">Inner text</div>

This div background color is #75565D.


Border color

.myBorderColor { border: 1px solid #75565D; }

<div style="border:3px solid #75565D">Div</div>

This div border color is #75565D.


Opacity

.myOpacity80 { color: #75565D; opacity: 0.8; }

<p style="color:#75565D;opacity:0.8;">80%</p>

Text with #75565D 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 #75565D;}

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

This text has shadow with #75565D color.

.textShadow {text-shadow: 3px 3px 1px #75565D, 3px 3px 1px red;}

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

This text has shadow with #75565D primary color and red secondary color.


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

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

This text has shadow with #75565D and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #75565D on black background.


Color preview on white background

This text has color #75565D on white background.



Black color preview on #75565D background

This text has black color on #75565D background.


White color preview on #75565D background

This text has white color on #75565D background.