COLOR #75565B

HEX: #75565B
RGB: (117,86,91)

Color info

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

RGB color model

#75565B color RGB value is (117,86,91).

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

RGB channels and saturation

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

117
86
91

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

Portions of RGB colors in percentages

R + G + B =
117 + 86 + 91 = 294 (100%)
R 117 of 294 ~ 39.8%
G 86 of 294 ~ 29.25%
B 91 of 294 ~ 30.95%

%39.8
%29.25
%30.95

CMYK color model

#75565B color CMYK value is (0,26,22,54).

  • cyan value is 0.00%
  • magenta value is 26.50%
  • yellow value is 22.22%
  • key color value is 54.12%
CMYK:
(0,26,22,54)
C0M26Y22K54 
(0%,26%,22%,54%)
(0.00/0.26/0.22/0.54)	

CMYK percentages

%0
%26.5
%22.22
%54.12

Codes

Color #75565B in popluar color models

75565B
RGB1178691
HSL350°15.27%39.80%
HSB/HSV350°26.50%45.88%
CMYK0.00%26.50%22.22%
54.12%

Color #75565B in popluar number systems.

HEX75565B
Decimal1178691
Binary111010110101101011011
Octal165126133

Shades and tints

Shades of #75565B

#75565B
(117,86,91)
#6B4F53
(107,79,83)
#61484B
(97,72,75)
#574143
(87,65,67)
#4D3A3B
(77,58,59)
#433333
(67,51,51)
#392C2B
(57,44,43)
#2F2523
(47,37,35)
#251E1B
(37,30,27)
#1B1713
(27,23,19)
#11100B
(17,16,11)
#000000
(0,0,0)

Tints of #75565B

#75565B
(117,86,91)
#816569
(129,101,105)
#8D7477
(141,116,119)
#998385
(153,131,133)
#A59293
(165,146,147)
#B1A1A1
(177,161,161)
#BDB0AF
(189,176,175)
#C9BFBD
(201,191,189)
#D5CECB
(213,206,203)
#E1DDD9
(225,221,217)
#EDECE7
(237,236,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #75565B; }

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

This text font color is #75565B.


Background Color

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

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

This div background color is #75565B.


Border color

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

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

This div border color is #75565B.


Opacity

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

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

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

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

This text has shadow with #75565B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #75565B on black background.


Color preview on white background

This text has color #75565B on white background.



Black color preview on #75565B background

This text has black color on #75565B background.


White color preview on #75565B background

This text has white color on #75565B background.