COLOR #755D70

HEX: #755D70
RGB: (117,93,112)

Color info

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

RGB color model

#755D70 color RGB value is (117,93,112).

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

RGB channels and saturation

R 117 of 255 = 46%
G 93 of 255 = 36%
B 112 of 255 = 44%

117
93
112

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

Portions of RGB colors in percentages

R + G + B =
117 + 93 + 112 = 322 (100%)
R 117 of 322 ~ 36.34%
G 93 of 322 ~ 28.88%
B 112 of 322 ~ 34.78%

%36.34
%28.88
%34.78

CMYK color model

#755D70 color CMYK value is (0,21,4,54).

  • cyan value is 0.00%
  • magenta value is 20.51%
  • yellow value is 4.27%
  • key color value is 54.12%
CMYK:
(0,21,4,54)
C0M21Y4K54 
(0%,21%,4%,54%)
(0.00/0.21/0.04/0.54)	

CMYK percentages

%0
%20.51
%4.27
%54.12

Codes

Color #755D70 in popluar color models

755D70
RGB11793112
HSL313°11.43%41.18%
HSB/HSV313°20.51%45.88%
CMYK0.00%20.51%4.27%
54.12%

Color #755D70 in popluar number systems.

HEX755D70
Decimal11793112
Binary111010110111011110000
Octal165135160

Shades and tints

Shades of #755D70

#755D70
(117,93,112)
#6B5566
(107,85,102)
#614D5C
(97,77,92)
#574552
(87,69,82)
#4D3D48
(77,61,72)
#43353E
(67,53,62)
#392D34
(57,45,52)
#2F252A
(47,37,42)
#251D20
(37,29,32)
#1B1516
(27,21,22)
#110D0C
(17,13,12)
#000000
(0,0,0)

Tints of #755D70

#755D70
(117,93,112)
#816B7D
(129,107,125)
#8D798A
(141,121,138)
#998797
(153,135,151)
#A595A4
(165,149,164)
#B1A3B1
(177,163,177)
#BDB1BE
(189,177,190)
#C9BFCB
(201,191,203)
#D5CDD8
(213,205,216)
#E1DBE5
(225,219,229)
#EDE9F2
(237,233,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #755D70; }

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

This text font color is #755D70.


Background Color

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

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

This div background color is #755D70.


Border color

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

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

This div border color is #755D70.


Opacity

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

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

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

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

This text has shadow with #755D70 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #755D70 on black background.


Color preview on white background

This text has color #755D70 on white background.



Black color preview on #755D70 background

This text has black color on #755D70 background.


White color preview on #755D70 background

This text has white color on #755D70 background.