COLOR #756C7F

HEX: #756C7F
RGB: (117,108,127)

Color info

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

RGB color model

#756C7F color RGB value is (117,108,127).

  • red value is 117;
  • green value is 108;
  • blue value is 127.
RGB:
(117,108,127)
(46%,42%,50%)

RGB channels and saturation

R 117 of 255 = 46%
G 108 of 255 = 42%
B 127 of 255 = 50%

117
108
127

R + G + B ~ 46%. #756C7F is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
117 + 108 + 127 = 352 (100%)
R 117 of 352 ~ 33.24%
G 108 of 352 ~ 30.68%
B 127 of 352 ~ 36.08%

%33.24
%30.68
%36.08

CMYK color model

#756C7F color CMYK value is (8,15,0,50).

  • cyan value is 7.87%
  • magenta value is 14.96%
  • yellow value is 0.00%
  • key color value is 50.20%
CMYK:
(8,15,0,50)
C8M15Y0K50 
(8%,15%,0%,50%)
(0.08/0.15/0.00/0.50)	

CMYK percentages

%7.87
%14.96
%0
%50.2

Codes

Color #756C7F in popluar color models

756C7F
RGB117108127
HSL268°8.09%46.08%
HSB/HSV268°14.96%49.80%
CMYK7.87%14.96%0.00%
50.20%

Color #756C7F in popluar number systems.

HEX756C7F
Decimal117108127
Binary111010111011001111111
Octal165154177

Shades and tints

Shades of #756C7F

#756C7F
(117,108,127)
#6B6374
(107,99,116)
#615A69
(97,90,105)
#57515E
(87,81,94)
#4D4853
(77,72,83)
#433F48
(67,63,72)
#39363D
(57,54,61)
#2F2D32
(47,45,50)
#252427
(37,36,39)
#1B1B1C
(27,27,28)
#111211
(17,18,17)
#000000
(0,0,0)

Tints of #756C7F

#756C7F
(117,108,127)
#81798A
(129,121,138)
#8D8695
(141,134,149)
#9993A0
(153,147,160)
#A5A0AB
(165,160,171)
#B1ADB6
(177,173,182)
#BDBAC1
(189,186,193)
#C9C7CC
(201,199,204)
#D5D4D7
(213,212,215)
#E1E1E2
(225,225,226)
#EDEEED
(237,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #756C7F color. Also use rgb(117,108,127) instead hex code.

Text Font Color

.myTextColor { color: #756C7F; }

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

This text font color is #756C7F.


Background Color

.myBgColor { background-color: #756C7F; }

<div style="background-color:#756C7F">Inner text</div>

This div background color is #756C7F.


Border color

.myBorderColor { border: 1px solid #756C7F; }

<div style="border:3px solid #756C7F">Div</div>

This div border color is #756C7F.


Opacity

.myOpacity80 { color: #756C7F; opacity: 0.8; }

<p style="color:#756C7F;opacity:0.8;">80%</p>

Text with #756C7F 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 #756C7F;}

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

This text has shadow with #756C7F color.

.textShadow {text-shadow: 3px 3px 1px #756C7F, 3px 3px 1px red;}

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

This text has shadow with #756C7F primary color and red secondary color.


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

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

This text has shadow with #756C7F and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #756C7F on black background.


Color preview on white background

This text has color #756C7F on white background.



Black color preview on #756C7F background

This text has black color on #756C7F background.


White color preview on #756C7F background

This text has white color on #756C7F background.