COLOR #755B6D

HEX: #755B6D
RGB: (117,91,109)

Color info

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

RGB color model

#755B6D color RGB value is (117,91,109).

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

RGB channels and saturation

R 117 of 255 = 46%
G 91 of 255 = 36%
B 109 of 255 = 43%

117
91
109

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

Portions of RGB colors in percentages

R + G + B =
117 + 91 + 109 = 317 (100%)
R 117 of 317 ~ 36.91%
G 91 of 317 ~ 28.71%
B 109 of 317 ~ 34.38%

%36.91
%28.71
%34.38

CMYK color model

#755B6D color CMYK value is (0,22,7,54).

  • cyan value is 0.00%
  • magenta value is 22.22%
  • yellow value is 6.84%
  • key color value is 54.12%
CMYK:
(0,22,7,54)
C0M22Y7K54 
(0%,22%,7%,54%)
(0.00/0.22/0.07/0.54)	

CMYK percentages

%0
%22.22
%6.84
%54.12

Codes

Color #755B6D in popluar color models

755B6D
RGB11791109
HSL318°12.50%40.78%
HSB/HSV318°22.22%45.88%
CMYK0.00%22.22%6.84%
54.12%

Color #755B6D in popluar number systems.

HEX755B6D
Decimal11791109
Binary111010110110111101101
Octal165133155

Shades and tints

Shades of #755B6D

#755B6D
(117,91,109)
#6B5364
(107,83,100)
#614B5B
(97,75,91)
#574352
(87,67,82)
#4D3B49
(77,59,73)
#433340
(67,51,64)
#392B37
(57,43,55)
#2F232E
(47,35,46)
#251B25
(37,27,37)
#1B131C
(27,19,28)
#110B13
(17,11,19)
#000000
(0,0,0)

Tints of #755B6D

#755B6D
(117,91,109)
#81697A
(129,105,122)
#8D7787
(141,119,135)
#998594
(153,133,148)
#A593A1
(165,147,161)
#B1A1AE
(177,161,174)
#BDAFBB
(189,175,187)
#C9BDC8
(201,189,200)
#D5CBD5
(213,203,213)
#E1D9E2
(225,217,226)
#EDE7EF
(237,231,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #755B6D; }

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

This text font color is #755B6D.


Background Color

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

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

This div background color is #755B6D.


Border color

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

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

This div border color is #755B6D.


Opacity

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

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

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

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

This text has shadow with #755B6D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #755B6D on black background.


Color preview on white background

This text has color #755B6D on white background.



Black color preview on #755B6D background

This text has black color on #755B6D background.


White color preview on #755B6D background

This text has white color on #755B6D background.