COLOR #75505F

HEX: #75505F
RGB: (117,80,95)

Color info

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

RGB color model

#75505F color RGB value is (117,80,95).

  • red value is 117;
  • green value is 80;
  • blue value is 95.
RGB:
(117,80,95)
(46%,31%,37%)

RGB channels and saturation

R 117 of 255 = 46%
G 80 of 255 = 31%
B 95 of 255 = 37%

117
80
95

R + G + B ~ 38%. #75505F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
117 + 80 + 95 = 292 (100%)
R 117 of 292 ~ 40.07%
G 80 of 292 ~ 27.4%
B 95 of 292 ~ 32.53%

%40.07
%27.4
%32.53

CMYK color model

#75505F color CMYK value is (0,32,19,54).

  • cyan value is 0.00%
  • magenta value is 31.62%
  • yellow value is 18.80%
  • key color value is 54.12%
CMYK:
(0,32,19,54)
C0M32Y19K54 
(0%,32%,19%,54%)
(0.00/0.32/0.19/0.54)	

CMYK percentages

%0
%31.62
%18.8
%54.12

Codes

Color #75505F in popluar color models

75505F
RGB1178095
HSL336°18.78%38.63%
HSB/HSV336°31.62%45.88%
CMYK0.00%31.62%18.80%
54.12%

Color #75505F in popluar number systems.

HEX75505F
Decimal1178095
Binary111010110100001011111
Octal165120137

Shades and tints

Shades of #75505F

#75505F
(117,80,95)
#6B4957
(107,73,87)
#61424F
(97,66,79)
#573B47
(87,59,71)
#4D343F
(77,52,63)
#432D37
(67,45,55)
#39262F
(57,38,47)
#2F1F27
(47,31,39)
#25181F
(37,24,31)
#1B1117
(27,17,23)
#110A0F
(17,10,15)
#000000
(0,0,0)

Tints of #75505F

#75505F
(117,80,95)
#815F6D
(129,95,109)
#8D6E7B
(141,110,123)
#997D89
(153,125,137)
#A58C97
(165,140,151)
#B19BA5
(177,155,165)
#BDAAB3
(189,170,179)
#C9B9C1
(201,185,193)
#D5C8CF
(213,200,207)
#E1D7DD
(225,215,221)
#EDE6EB
(237,230,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #75505F color. Also use rgb(117,80,95) instead hex code.

Text Font Color

.myTextColor { color: #75505F; }

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

This text font color is #75505F.


Background Color

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

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

This div background color is #75505F.


Border color

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

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

This div border color is #75505F.


Opacity

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

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

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

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

This text has shadow with #75505F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #75505F on black background.


Color preview on white background

This text has color #75505F on white background.



Black color preview on #75505F background

This text has black color on #75505F background.


White color preview on #75505F background

This text has white color on #75505F background.