COLOR #755D88

HEX: #755D88
RGB: (117,93,136)

Color info

#755D88 contains red, green and blue colors in about the same proportion. Web safe color of #755D88 is #666699 (or #669).

RGB color model

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

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

RGB channels and saturation

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

117
93
136

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

Portions of RGB colors in percentages

R + G + B =
117 + 93 + 136 = 346 (100%)
R 117 of 346 ~ 33.82%
G 93 of 346 ~ 26.88%
B 136 of 346 ~ 39.31%

%33.82
%26.88
%39.31

CMYK color model

#755D88 color CMYK value is (14,32,0,47).

  • cyan value is 13.97%
  • magenta value is 31.62%
  • yellow value is 0.00%
  • key color value is 46.67%
CMYK:
(14,32,0,47)
C14M32Y0K47 
(14%,32%,0%,47%)
(0.14/0.32/0.00/0.47)	

CMYK percentages

%13.97
%31.62
%0
%46.67

Codes

Color #755D88 in popluar color models

755D88
RGB11793136
HSL273°18.78%44.90%
HSB/HSV273°31.62%53.33%
CMYK13.97%31.62%0.00%
46.67%

Color #755D88 in popluar number systems.

HEX755D88
Decimal11793136
Binary1110101101110110001000
Octal165135210

Shades and tints

Shades of #755D88

#755D88
(117,93,136)
#6B557C
(107,85,124)
#614D70
(97,77,112)
#574564
(87,69,100)
#4D3D58
(77,61,88)
#43354C
(67,53,76)
#392D40
(57,45,64)
#2F2534
(47,37,52)
#251D28
(37,29,40)
#1B151C
(27,21,28)
#110D10
(17,13,16)
#000000
(0,0,0)

Tints of #755D88

#755D88
(117,93,136)
#816B92
(129,107,146)
#8D799C
(141,121,156)
#9987A6
(153,135,166)
#A595B0
(165,149,176)
#B1A3BA
(177,163,186)
#BDB1C4
(189,177,196)
#C9BFCE
(201,191,206)
#D5CDD8
(213,205,216)
#E1DBE2
(225,219,226)
#EDE9EC
(237,233,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #755D88; }

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

This text font color is #755D88.


Background Color

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

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

This div background color is #755D88.


Border color

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

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

This div border color is #755D88.


Opacity

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

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

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

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

This text has shadow with #755D88 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #755D88 on black background.


Color preview on white background

This text has color #755D88 on white background.



Black color preview on #755D88 background

This text has black color on #755D88 background.


White color preview on #755D88 background

This text has white color on #755D88 background.