COLOR #75516F

HEX: #75516F
RGB: (117,81,111)

Color info

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

RGB color model

#75516F color RGB value is (117,81,111).

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

RGB channels and saturation

R 117 of 255 = 46%
G 81 of 255 = 32%
B 111 of 255 = 44%

117
81
111

R + G + B ~ 41%. #75516F is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
117 + 81 + 111 = 309 (100%)
R 117 of 309 ~ 37.86%
G 81 of 309 ~ 26.21%
B 111 of 309 ~ 35.92%

%37.86
%26.21
%35.92

CMYK color model

#75516F color CMYK value is (0,31,5,54).

  • cyan value is 0.00%
  • magenta value is 30.77%
  • yellow value is 5.13%
  • key color value is 54.12%
CMYK: (0,31,5,54) C0M31Y5K54 (0%,31%,5%,54%) (0.00/0.31/0.05/0.54)

CMYK percentages

%0
%30.77
%5.13
%54.12

Codes

Color #75516F in popluar color models

75516F
RGB11781111
HSL310°18.18%38.82%
HSB/HSV310°30.77%45.88%
CMYK0.00%30.77%5.13%
54.12%

Color #75516F in popluar number systems.

HEX75516F
Decimal11781111
Binary111010110100011101111
Octal165121157

Shades and tints

Shades of #75516F

#75516F
(117,81,111)
#6B4A65
(107,74,101)
#61435B
(97,67,91)
#573C51
(87,60,81)
#4D3547
(77,53,71)
#432E3D
(67,46,61)
#392733
(57,39,51)
#2F2029
(47,32,41)
#25191F
(37,25,31)
#1B1215
(27,18,21)
#110B0B
(17,11,11)
#000000
(0,0,0)

Tints of #75516F

#75516F
(117,81,111)
#81607C
(129,96,124)
#8D6F89
(141,111,137)
#997E96
(153,126,150)
#A58DA3
(165,141,163)
#B19CB0
(177,156,176)
#BDABBD
(189,171,189)
#C9BACA
(201,186,202)
#D5C9D7
(213,201,215)
#E1D8E4
(225,216,228)
#EDE7F1
(237,231,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #75516F color. Also use rgb(117,81,111) instead hex code.

Text Font Color

.myTextColor { color: #75516F; }

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

This text font color is #75516F.


Background Color

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

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

This div background color is #75516F.


Border color

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

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

This div border color is #75516F.


Opacity

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

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

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

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

This text has shadow with #75516F color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #75516F on black background.


Color preview on white background

This text has color #75516F on white background.



Black color preview on #75516F background

This text has black color on #75516F background.


White color preview on #75516F background

This text has white color on #75516F background.