COLOR #75526F

HEX: #75526F
RGB: (117,82,111)

Color info

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

RGB color model

#75526F color RGB value is (117,82,111).

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

RGB channels and saturation

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

117
82
111

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

Portions of RGB colors in percentages

R + G + B =
117 + 82 + 111 = 310 (100%)
R 117 of 310 ~ 37.74%
G 82 of 310 ~ 26.45%
B 111 of 310 ~ 35.81%

%37.74
%26.45
%35.81

CMYK color model

#75526F color CMYK value is (0,30,5,54).

  • cyan value is 0.00%
  • magenta value is 29.91%
  • yellow value is 5.13%
  • key color value is 54.12%
CMYK:
(0,30,5,54)
C0M30Y5K54 
(0%,30%,5%,54%)
(0.00/0.30/0.05/0.54)	

CMYK percentages

%0
%29.91
%5.13
%54.12

Codes

Color #75526F in popluar color models

75526F
RGB11782111
HSL310°17.59%39.02%
HSB/HSV310°29.91%45.88%
CMYK0.00%29.91%5.13%
54.12%

Color #75526F in popluar number systems.

HEX75526F
Decimal11782111
Binary111010110100101101111
Octal165122157

Shades and tints

Shades of #75526F

#75526F
(117,82,111)
#6B4B65
(107,75,101)
#61445B
(97,68,91)
#573D51
(87,61,81)
#4D3647
(77,54,71)
#432F3D
(67,47,61)
#392833
(57,40,51)
#2F2129
(47,33,41)
#251A1F
(37,26,31)
#1B1315
(27,19,21)
#110C0B
(17,12,11)
#000000
(0,0,0)

Tints of #75526F

#75526F
(117,82,111)
#81617C
(129,97,124)
#8D7089
(141,112,137)
#997F96
(153,127,150)
#A58EA3
(165,142,163)
#B19DB0
(177,157,176)
#BDACBD
(189,172,189)
#C9BBCA
(201,187,202)
#D5CAD7
(213,202,215)
#E1D9E4
(225,217,228)
#EDE8F1
(237,232,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #75526F; }

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

This text font color is #75526F.


Background Color

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

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

This div background color is #75526F.


Border color

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

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

This div border color is #75526F.


Opacity

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

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

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

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

This text has shadow with #75526F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #75526F on black background.


Color preview on white background

This text has color #75526F on white background.



Black color preview on #75526F background

This text has black color on #75526F background.


White color preview on #75526F background

This text has white color on #75526F background.