COLOR #755D75

HEX: #755D75
RGB: (117,93,117)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

117
93
117

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

Portions of RGB colors in percentages

R + G + B =
117 + 93 + 117 = 327 (100%)
R 117 of 327 ~ 35.78%
G 93 of 327 ~ 28.44%
B 117 of 327 ~ 35.78%

%35.78
%28.44
%35.78

CMYK color model

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

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

CMYK percentages

%0
%20.51
%0
%54.12

Codes

Color #755D75 in popluar color models

755D75
RGB11793117
HSL300°11.43%41.18%
HSB/HSV300°20.51%45.88%
CMYK0.00%20.51%0.00%
54.12%

Color #755D75 in popluar number systems.

HEX755D75
Decimal11793117
Binary111010110111011110101
Octal165135165

Shades and tints

Shades of #755D75

#755D75
(117,93,117)
#6B556B
(107,85,107)
#614D61
(97,77,97)
#574557
(87,69,87)
#4D3D4D
(77,61,77)
#433543
(67,53,67)
#392D39
(57,45,57)
#2F252F
(47,37,47)
#251D25
(37,29,37)
#1B151B
(27,21,27)
#110D11
(17,13,17)
#000000
(0,0,0)

Tints of #755D75

#755D75
(117,93,117)
#816B81
(129,107,129)
#8D798D
(141,121,141)
#998799
(153,135,153)
#A595A5
(165,149,165)
#B1A3B1
(177,163,177)
#BDB1BD
(189,177,189)
#C9BFC9
(201,191,201)
#D5CDD5
(213,205,213)
#E1DBE1
(225,219,225)
#EDE9ED
(237,233,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #755D75; }

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

This text font color is #755D75.


Background Color

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

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

This div background color is #755D75.


Border color

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

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

This div border color is #755D75.


Opacity

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

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

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

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

This text has shadow with #755D75 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #755D75 on black background.


Color preview on white background

This text has color #755D75 on white background.



Black color preview on #755D75 background

This text has black color on #755D75 background.


White color preview on #755D75 background

This text has white color on #755D75 background.