COLOR #75515C

HEX: #75515C
RGB: (117,81,92)

Color info

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

RGB color model

#75515C color RGB value is (117,81,92).

  • red value is 117;
  • green value is 81;
  • blue value is 92.
RGB:
(117,81,92)
(46%,32%,36%)

RGB channels and saturation

R 117 of 255 = 46%
G 81 of 255 = 32%
B 92 of 255 = 36%

117
81
92

R + G + B ~ 38%. #75515C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
117 + 81 + 92 = 290 (100%)
R 117 of 290 ~ 40.34%
G 81 of 290 ~ 27.93%
B 92 of 290 ~ 31.72%

%40.34
%27.93
%31.72

CMYK color model

#75515C color CMYK value is (0,31,21,54).

  • cyan value is 0.00%
  • magenta value is 30.77%
  • yellow value is 21.37%
  • key color value is 54.12%
CMYK:
(0,31,21,54)
C0M31Y21K54 
(0%,31%,21%,54%)
(0.00/0.31/0.21/0.54)	

CMYK percentages

%0
%30.77
%21.37
%54.12

Codes

Color #75515C in popluar color models

75515C
RGB1178192
HSL342°18.18%38.82%
HSB/HSV342°30.77%45.88%
CMYK0.00%30.77%21.37%
54.12%

Color #75515C in popluar number systems.

HEX75515C
Decimal1178192
Binary111010110100011011100
Octal165121134

Shades and tints

Shades of #75515C

#75515C
(117,81,92)
#6B4A54
(107,74,84)
#61434C
(97,67,76)
#573C44
(87,60,68)
#4D353C
(77,53,60)
#432E34
(67,46,52)
#39272C
(57,39,44)
#2F2024
(47,32,36)
#25191C
(37,25,28)
#1B1214
(27,18,20)
#110B0C
(17,11,12)
#000000
(0,0,0)

Tints of #75515C

#75515C
(117,81,92)
#81606A
(129,96,106)
#8D6F78
(141,111,120)
#997E86
(153,126,134)
#A58D94
(165,141,148)
#B19CA2
(177,156,162)
#BDABB0
(189,171,176)
#C9BABE
(201,186,190)
#D5C9CC
(213,201,204)
#E1D8DA
(225,216,218)
#EDE7E8
(237,231,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #75515C color. Also use rgb(117,81,92) instead hex code.

Text Font Color

.myTextColor { color: #75515C; }

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

This text font color is #75515C.


Background Color

.myBgColor { background-color: #75515C; }

<div style="background-color:#75515C">Inner text</div>

This div background color is #75515C.


Border color

.myBorderColor { border: 1px solid #75515C; }

<div style="border:3px solid #75515C">Div</div>

This div border color is #75515C.


Opacity

.myOpacity80 { color: #75515C; opacity: 0.8; }

<p style="color:#75515C;opacity:0.8;">80%</p>

Text with #75515C 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 #75515C;}

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

This text has shadow with #75515C color.

.textShadow {text-shadow: 3px 3px 1px #75515C, 3px 3px 1px red;}

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

This text has shadow with #75515C primary color and red secondary color.


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

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

This text has shadow with #75515C and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #75515C on black background.


Color preview on white background

This text has color #75515C on white background.



Black color preview on #75515C background

This text has black color on #75515C background.


White color preview on #75515C background

This text has white color on #75515C background.