COLOR #75516A

HEX: #75516A
RGB: (117,81,106)

Color info

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

RGB color model

#75516A color RGB value is (117,81,106).

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

RGB channels and saturation

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

117
81
106

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

Portions of RGB colors in percentages

R + G + B =
117 + 81 + 106 = 304 (100%)
R 117 of 304 ~ 38.49%
G 81 of 304 ~ 26.64%
B 106 of 304 ~ 34.87%

%38.49
%26.64
%34.87

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 30.77%
  • yellow value is 9.40%
  • 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
%9.4
%54.12

Codes

Color #75516A in popluar color models

75516A
RGB11781106
HSL318°18.18%38.82%
HSB/HSV318°30.77%45.88%
CMYK0.00%30.77%9.40%
54.12%

Color #75516A in popluar number systems.

HEX75516A
Decimal11781106
Binary111010110100011101010
Octal165121152

Shades and tints

Shades of #75516A

#75516A
(117,81,106)
#6B4A61
(107,74,97)
#614358
(97,67,88)
#573C4F
(87,60,79)
#4D3546
(77,53,70)
#432E3D
(67,46,61)
#392734
(57,39,52)
#2F202B
(47,32,43)
#251922
(37,25,34)
#1B1219
(27,18,25)
#110B10
(17,11,16)
#000000
(0,0,0)

Tints of #75516A

#75516A
(117,81,106)
#816077
(129,96,119)
#8D6F84
(141,111,132)
#997E91
(153,126,145)
#A58D9E
(165,141,158)
#B19CAB
(177,156,171)
#BDABB8
(189,171,184)
#C9BAC5
(201,186,197)
#D5C9D2
(213,201,210)
#E1D8DF
(225,216,223)
#EDE7EC
(237,231,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #75516A; }

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

This text font color is #75516A.


Background Color

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

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

This div background color is #75516A.


Border color

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

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

This div border color is #75516A.


Opacity

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

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

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

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

This text has shadow with #75516A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #75516A on black background.


Color preview on white background

This text has color #75516A on white background.



Black color preview on #75516A background

This text has black color on #75516A background.


White color preview on #75516A background

This text has white color on #75516A background.