COLOR #756E7F

HEX: #756E7F
RGB: (117,110,127)

Color info

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

RGB color model

#756E7F color RGB value is (117,110,127).

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

RGB channels and saturation

R 117 of 255 = 46%
G 110 of 255 = 43%
B 127 of 255 = 50%

117
110
127

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

Portions of RGB colors in percentages

R + G + B =
117 + 110 + 127 = 354 (100%)
R 117 of 354 ~ 33.05%
G 110 of 354 ~ 31.07%
B 127 of 354 ~ 35.88%

%33.05
%31.07
%35.88

CMYK color model

#756E7F color CMYK value is (8,13,0,50).

  • cyan value is 7.87%
  • magenta value is 13.39%
  • yellow value is 0.00%
  • key color value is 50.20%
CMYK:
(8,13,0,50)
C8M13Y0K50 
(8%,13%,0%,50%)
(0.08/0.13/0.00/0.50)	

CMYK percentages

%7.87
%13.39
%0
%50.2

Codes

Color #756E7F in popluar color models

756E7F
RGB117110127
HSL265°7.17%46.47%
HSB/HSV265°13.39%49.80%
CMYK7.87%13.39%0.00%
50.20%

Color #756E7F in popluar number systems.

HEX756E7F
Decimal117110127
Binary111010111011101111111
Octal165156177

Shades and tints

Shades of #756E7F

#756E7F
(117,110,127)
#6B6474
(107,100,116)
#615A69
(97,90,105)
#57505E
(87,80,94)
#4D4653
(77,70,83)
#433C48
(67,60,72)
#39323D
(57,50,61)
#2F2832
(47,40,50)
#251E27
(37,30,39)
#1B141C
(27,20,28)
#110A11
(17,10,17)
#000000
(0,0,0)

Tints of #756E7F

#756E7F
(117,110,127)
#817B8A
(129,123,138)
#8D8895
(141,136,149)
#9995A0
(153,149,160)
#A5A2AB
(165,162,171)
#B1AFB6
(177,175,182)
#BDBCC1
(189,188,193)
#C9C9CC
(201,201,204)
#D5D6D7
(213,214,215)
#E1E3E2
(225,227,226)
#EDF0ED
(237,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #756E7F; }

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

This text font color is #756E7F.


Background Color

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

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

This div background color is #756E7F.


Border color

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

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

This div border color is #756E7F.


Opacity

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

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

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

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

This text has shadow with #756E7F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #756E7F on black background.


Color preview on white background

This text has color #756E7F on white background.



Black color preview on #756E7F background

This text has black color on #756E7F background.


White color preview on #756E7F background

This text has white color on #756E7F background.