COLOR #755388

HEX: #755388
RGB: (117,83,136)

Color info

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

RGB color model

#755388 color RGB value is (117,83,136).

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

RGB channels and saturation

R 117 of 255 = 46%
G 83 of 255 = 33%
B 136 of 255 = 53%

117
83
136

R + G + B ~ 44%. #755388 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
117 + 83 + 136 = 336 (100%)
R 117 of 336 ~ 34.82%
G 83 of 336 ~ 24.7%
B 136 of 336 ~ 40.48%

%34.82
%24.7
%40.48

CMYK color model

#755388 color CMYK value is (14,39,0,47).

  • cyan value is 13.97%
  • magenta value is 38.97%
  • yellow value is 0.00%
  • key color value is 46.67%
CMYK:
(14,39,0,47)
C14M39Y0K47 
(14%,39%,0%,47%)
(0.14/0.39/0.00/0.47)	

CMYK percentages

%13.97
%38.97
%0
%46.67

Codes

Color #755388 in popluar color models

755388
RGB11783136
HSL278°24.20%42.94%
HSB/HSV278°38.97%53.33%
CMYK13.97%38.97%0.00%
46.67%

Color #755388 in popluar number systems.

HEX755388
Decimal11783136
Binary1110101101001110001000
Octal165123210

Shades and tints

Shades of #755388

#755388
(117,83,136)
#6B4C7C
(107,76,124)
#614570
(97,69,112)
#573E64
(87,62,100)
#4D3758
(77,55,88)
#43304C
(67,48,76)
#392940
(57,41,64)
#2F2234
(47,34,52)
#251B28
(37,27,40)
#1B141C
(27,20,28)
#110D10
(17,13,16)
#000000
(0,0,0)

Tints of #755388

#755388
(117,83,136)
#816292
(129,98,146)
#8D719C
(141,113,156)
#9980A6
(153,128,166)
#A58FB0
(165,143,176)
#B19EBA
(177,158,186)
#BDADC4
(189,173,196)
#C9BCCE
(201,188,206)
#D5CBD8
(213,203,216)
#E1DAE2
(225,218,226)
#EDE9EC
(237,233,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #755388; }

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

This text font color is #755388.


Background Color

.myBgColor { background-color: #755388; }

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

This div background color is #755388.


Border color

.myBorderColor { border: 1px solid #755388; }

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

This div border color is #755388.


Opacity

.myOpacity80 { color: #755388; opacity: 0.8; }

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

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

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

This text has shadow with #755388 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #755388 on black background.


Color preview on white background

This text has color #755388 on white background.



Black color preview on #755388 background

This text has black color on #755388 background.


White color preview on #755388 background

This text has white color on #755388 background.