COLOR #755B7B

HEX: #755B7B
RGB: (117,91,123)

Color info

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

RGB color model

#755B7B color RGB value is (117,91,123).

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

RGB channels and saturation

R 117 of 255 = 46%
G 91 of 255 = 36%
B 123 of 255 = 48%

117
91
123

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

Portions of RGB colors in percentages

R + G + B =
117 + 91 + 123 = 331 (100%)
R 117 of 331 ~ 35.35%
G 91 of 331 ~ 27.49%
B 123 of 331 ~ 37.16%

%35.35
%27.49
%37.16

CMYK color model

#755B7B color CMYK value is (5,26,0,52).

  • cyan value is 4.88%
  • magenta value is 26.02%
  • yellow value is 0.00%
  • key color value is 51.76%
CMYK:
(5,26,0,52)
C5M26Y0K52 
(5%,26%,0%,52%)
(0.05/0.26/0.00/0.52)	

CMYK percentages

%4.88
%26.02
%0
%51.76

Codes

Color #755B7B in popluar color models

755B7B
RGB11791123
HSL289°14.95%41.96%
HSB/HSV289°26.02%48.24%
CMYK4.88%26.02%0.00%
51.76%

Color #755B7B in popluar number systems.

HEX755B7B
Decimal11791123
Binary111010110110111111011
Octal165133173

Shades and tints

Shades of #755B7B

#755B7B
(117,91,123)
#6B5370
(107,83,112)
#614B65
(97,75,101)
#57435A
(87,67,90)
#4D3B4F
(77,59,79)
#433344
(67,51,68)
#392B39
(57,43,57)
#2F232E
(47,35,46)
#251B23
(37,27,35)
#1B1318
(27,19,24)
#110B0D
(17,11,13)
#000000
(0,0,0)

Tints of #755B7B

#755B7B
(117,91,123)
#816987
(129,105,135)
#8D7793
(141,119,147)
#99859F
(153,133,159)
#A593AB
(165,147,171)
#B1A1B7
(177,161,183)
#BDAFC3
(189,175,195)
#C9BDCF
(201,189,207)
#D5CBDB
(213,203,219)
#E1D9E7
(225,217,231)
#EDE7F3
(237,231,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #755B7B; }

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

This text font color is #755B7B.


Background Color

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

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

This div background color is #755B7B.


Border color

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

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

This div border color is #755B7B.


Opacity

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

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

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

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

This text has shadow with #755B7B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #755B7B on black background.


Color preview on white background

This text has color #755B7B on white background.



Black color preview on #755B7B background

This text has black color on #755B7B background.


White color preview on #755B7B background

This text has white color on #755B7B background.