COLOR #755D7F

HEX: #755D7F
RGB: (117,93,127)

Color info

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

RGB color model

#755D7F color RGB value is (117,93,127).

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

RGB channels and saturation

R 117 of 255 = 46%
G 93 of 255 = 36%
B 127 of 255 = 50%

117
93
127

R + G + B ~ 44%. #755D7F is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
117 + 93 + 127 = 337 (100%)
R 117 of 337 ~ 34.72%
G 93 of 337 ~ 27.6%
B 127 of 337 ~ 37.69%

%34.72
%27.6
%37.69

CMYK color model

#755D7F color CMYK value is (8,27,0,50).

  • cyan value is 7.87%
  • magenta value is 26.77%
  • yellow value is 0.00%
  • key color value is 50.20%
CMYK:
(8,27,0,50)
C8M27Y0K50 
(8%,27%,0%,50%)
(0.08/0.27/0.00/0.50)	

CMYK percentages

%7.87
%26.77
%0
%50.2

Codes

Color #755D7F in popluar color models

755D7F
RGB11793127
HSL282°15.45%43.14%
HSB/HSV282°26.77%49.80%
CMYK7.87%26.77%0.00%
50.20%

Color #755D7F in popluar number systems.

HEX755D7F
Decimal11793127
Binary111010110111011111111
Octal165135177

Shades and tints

Shades of #755D7F

#755D7F
(117,93,127)
#6B5574
(107,85,116)
#614D69
(97,77,105)
#57455E
(87,69,94)
#4D3D53
(77,61,83)
#433548
(67,53,72)
#392D3D
(57,45,61)
#2F2532
(47,37,50)
#251D27
(37,29,39)
#1B151C
(27,21,28)
#110D11
(17,13,17)
#000000
(0,0,0)

Tints of #755D7F

#755D7F
(117,93,127)
#816B8A
(129,107,138)
#8D7995
(141,121,149)
#9987A0
(153,135,160)
#A595AB
(165,149,171)
#B1A3B6
(177,163,182)
#BDB1C1
(189,177,193)
#C9BFCC
(201,191,204)
#D5CDD7
(213,205,215)
#E1DBE2
(225,219,226)
#EDE9ED
(237,233,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #755D7F color. Also use rgb(117,93,127) instead hex code.

Text Font Color

.myTextColor { color: #755D7F; }

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

This text font color is #755D7F.


Background Color

.myBgColor { background-color: #755D7F; }

<div style="background-color:#755D7F">Inner text</div>

This div background color is #755D7F.


Border color

.myBorderColor { border: 1px solid #755D7F; }

<div style="border:3px solid #755D7F">Div</div>

This div border color is #755D7F.


Opacity

.myOpacity80 { color: #755D7F; opacity: 0.8; }

<p style="color:#755D7F;opacity:0.8;">80%</p>

Text with #755D7F 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 #755D7F;}

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

This text has shadow with #755D7F color.

.textShadow {text-shadow: 3px 3px 1px #755D7F, 3px 3px 1px red;}

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

This text has shadow with #755D7F primary color and red secondary color.


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

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

This text has shadow with #755D7F and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #755D7F on black background.


Color preview on white background

This text has color #755D7F on white background.



Black color preview on #755D7F background

This text has black color on #755D7F background.


White color preview on #755D7F background

This text has white color on #755D7F background.