COLOR #75555F

HEX: #75555F
RGB: (117,85,95)

Color info

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

RGB color model

#75555F color RGB value is (117,85,95).

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

RGB channels and saturation

R 117 of 255 = 46%
G 85 of 255 = 33%
B 95 of 255 = 37%

117
85
95

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

Portions of RGB colors in percentages

R + G + B =
117 + 85 + 95 = 297 (100%)
R 117 of 297 ~ 39.39%
G 85 of 297 ~ 28.62%
B 95 of 297 ~ 31.99%

%39.39
%28.62
%31.99

CMYK color model

#75555F color CMYK value is (0,27,19,54).

  • cyan value is 0.00%
  • magenta value is 27.35%
  • yellow value is 18.80%
  • key color value is 54.12%
CMYK:
(0,27,19,54)
C0M27Y19K54 
(0%,27%,19%,54%)
(0.00/0.27/0.19/0.54)	

CMYK percentages

%0
%27.35
%18.8
%54.12

Codes

Color #75555F in popluar color models

75555F
RGB1178595
HSL341°15.84%39.61%
HSB/HSV341°27.35%45.88%
CMYK0.00%27.35%18.80%
54.12%

Color #75555F in popluar number systems.

HEX75555F
Decimal1178595
Binary111010110101011011111
Octal165125137

Shades and tints

Shades of #75555F

#75555F
(117,85,95)
#6B4E57
(107,78,87)
#61474F
(97,71,79)
#574047
(87,64,71)
#4D393F
(77,57,63)
#433237
(67,50,55)
#392B2F
(57,43,47)
#2F2427
(47,36,39)
#251D1F
(37,29,31)
#1B1617
(27,22,23)
#110F0F
(17,15,15)
#000000
(0,0,0)

Tints of #75555F

#75555F
(117,85,95)
#81646D
(129,100,109)
#8D737B
(141,115,123)
#998289
(153,130,137)
#A59197
(165,145,151)
#B1A0A5
(177,160,165)
#BDAFB3
(189,175,179)
#C9BEC1
(201,190,193)
#D5CDCF
(213,205,207)
#E1DCDD
(225,220,221)
#EDEBEB
(237,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #75555F; }

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

This text font color is #75555F.


Background Color

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

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

This div background color is #75555F.


Border color

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

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

This div border color is #75555F.


Opacity

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

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

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

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

This text has shadow with #75555F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #75555F on black background.


Color preview on white background

This text has color #75555F on white background.



Black color preview on #75555F background

This text has black color on #75555F background.


White color preview on #75555F background

This text has white color on #75555F background.