COLOR #75506F

HEX: #75506F
RGB: (117,80,111)

Color info

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

RGB color model

#75506F color RGB value is (117,80,111).

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

RGB channels and saturation

R 117 of 255 = 46%
G 80 of 255 = 31%
B 111 of 255 = 44%

117
80
111

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

Portions of RGB colors in percentages

R + G + B =
117 + 80 + 111 = 308 (100%)
R 117 of 308 ~ 37.99%
G 80 of 308 ~ 25.97%
B 111 of 308 ~ 36.04%

%37.99
%25.97
%36.04

CMYK color model

#75506F color CMYK value is (0,32,5,54).

  • cyan value is 0.00%
  • magenta value is 31.62%
  • yellow value is 5.13%
  • key color value is 54.12%
CMYK:
(0,32,5,54)
C0M32Y5K54 
(0%,32%,5%,54%)
(0.00/0.32/0.05/0.54)	

CMYK percentages

%0
%31.62
%5.13
%54.12

Codes

Color #75506F in popluar color models

75506F
RGB11780111
HSL310°18.78%38.63%
HSB/HSV310°31.62%45.88%
CMYK0.00%31.62%5.13%
54.12%

Color #75506F in popluar number systems.

HEX75506F
Decimal11780111
Binary111010110100001101111
Octal165120157

Shades and tints

Shades of #75506F

#75506F
(117,80,111)
#6B4965
(107,73,101)
#61425B
(97,66,91)
#573B51
(87,59,81)
#4D3447
(77,52,71)
#432D3D
(67,45,61)
#392633
(57,38,51)
#2F1F29
(47,31,41)
#25181F
(37,24,31)
#1B1115
(27,17,21)
#110A0B
(17,10,11)
#000000
(0,0,0)

Tints of #75506F

#75506F
(117,80,111)
#815F7C
(129,95,124)
#8D6E89
(141,110,137)
#997D96
(153,125,150)
#A58CA3
(165,140,163)
#B19BB0
(177,155,176)
#BDAABD
(189,170,189)
#C9B9CA
(201,185,202)
#D5C8D7
(213,200,215)
#E1D7E4
(225,215,228)
#EDE6F1
(237,230,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #75506F; }

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

This text font color is #75506F.


Background Color

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

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

This div background color is #75506F.


Border color

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

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

This div border color is #75506F.


Opacity

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

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

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

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

This text has shadow with #75506F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #75506F on black background.


Color preview on white background

This text has color #75506F on white background.



Black color preview on #75506F background

This text has black color on #75506F background.


White color preview on #75506F background

This text has white color on #75506F background.