COLOR #75516B

HEX: #75516B
RGB: (117,81,107)

Color info

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

RGB color model

#75516B color RGB value is (117,81,107).

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

RGB channels and saturation

R 117 of 255 = 46%
G 81 of 255 = 32%
B 107 of 255 = 42%

117
81
107

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

Portions of RGB colors in percentages

R + G + B =
117 + 81 + 107 = 305 (100%)
R 117 of 305 ~ 38.36%
G 81 of 305 ~ 26.56%
B 107 of 305 ~ 35.08%

%38.36
%26.56
%35.08

CMYK color model

#75516B color CMYK value is (0,31,9,54).

  • cyan value is 0.00%
  • magenta value is 30.77%
  • yellow value is 8.55%
  • key color value is 54.12%
CMYK:
(0,31,9,54)
C0M31Y9K54 
(0%,31%,9%,54%)
(0.00/0.31/0.09/0.54)	

CMYK percentages

%0
%30.77
%8.55
%54.12

Codes

Color #75516B in popluar color models

75516B
RGB11781107
HSL317°18.18%38.82%
HSB/HSV317°30.77%45.88%
CMYK0.00%30.77%8.55%
54.12%

Color #75516B in popluar number systems.

HEX75516B
Decimal11781107
Binary111010110100011101011
Octal165121153

Shades and tints

Shades of #75516B

#75516B
(117,81,107)
#6B4A62
(107,74,98)
#614359
(97,67,89)
#573C50
(87,60,80)
#4D3547
(77,53,71)
#432E3E
(67,46,62)
#392735
(57,39,53)
#2F202C
(47,32,44)
#251923
(37,25,35)
#1B121A
(27,18,26)
#110B11
(17,11,17)
#000000
(0,0,0)

Tints of #75516B

#75516B
(117,81,107)
#816078
(129,96,120)
#8D6F85
(141,111,133)
#997E92
(153,126,146)
#A58D9F
(165,141,159)
#B19CAC
(177,156,172)
#BDABB9
(189,171,185)
#C9BAC6
(201,186,198)
#D5C9D3
(213,201,211)
#E1D8E0
(225,216,224)
#EDE7ED
(237,231,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #75516B; }

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

This text font color is #75516B.


Background Color

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

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

This div background color is #75516B.


Border color

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

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

This div border color is #75516B.


Opacity

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

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

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

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

This text has shadow with #75516B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #75516B on black background.


Color preview on white background

This text has color #75516B on white background.



Black color preview on #75516B background

This text has black color on #75516B background.


White color preview on #75516B background

This text has white color on #75516B background.