COLOR #755486

HEX: #755486
RGB: (117,84,134)

Color info

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

RGB color model

#755486 color RGB value is (117,84,134).

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

RGB channels and saturation

R 117 of 255 = 46%
G 84 of 255 = 33%
B 134 of 255 = 53%

117
84
134

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

Portions of RGB colors in percentages

R + G + B =
117 + 84 + 134 = 335 (100%)
R 117 of 335 ~ 34.93%
G 84 of 335 ~ 25.07%
B 134 of 335 ~ 40%

%34.93
%25.07
%40

CMYK color model

#755486 color CMYK value is (13,37,0,47).

  • cyan value is 12.69%
  • magenta value is 37.31%
  • yellow value is 0.00%
  • key color value is 47.45%
CMYK:
(13,37,0,47)
C13M37Y0K47 
(13%,37%,0%,47%)
(0.13/0.37/0.00/0.47)	

CMYK percentages

%12.69
%37.31
%0
%47.45

Codes

Color #755486 in popluar color models

755486
RGB11784134
HSL280°22.94%42.75%
HSB/HSV280°37.31%52.55%
CMYK12.69%37.31%0.00%
47.45%

Color #755486 in popluar number systems.

HEX755486
Decimal11784134
Binary1110101101010010000110
Octal165124206

Shades and tints

Shades of #755486

#755486
(117,84,134)
#6B4D7A
(107,77,122)
#61466E
(97,70,110)
#573F62
(87,63,98)
#4D3856
(77,56,86)
#43314A
(67,49,74)
#392A3E
(57,42,62)
#2F2332
(47,35,50)
#251C26
(37,28,38)
#1B151A
(27,21,26)
#110E0E
(17,14,14)
#000000
(0,0,0)

Tints of #755486

#755486
(117,84,134)
#816391
(129,99,145)
#8D729C
(141,114,156)
#9981A7
(153,129,167)
#A590B2
(165,144,178)
#B19FBD
(177,159,189)
#BDAEC8
(189,174,200)
#C9BDD3
(201,189,211)
#D5CCDE
(213,204,222)
#E1DBE9
(225,219,233)
#EDEAF4
(237,234,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #755486 color. Also use rgb(117,84,134) instead hex code.

Text Font Color

.myTextColor { color: #755486; }

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

This text font color is #755486.


Background Color

.myBgColor { background-color: #755486; }

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

This div background color is #755486.


Border color

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

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

This div border color is #755486.


Opacity

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

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

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

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

This text has shadow with #755486 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #755486 on black background.


Color preview on white background

This text has color #755486 on white background.



Black color preview on #755486 background

This text has black color on #755486 background.


White color preview on #755486 background

This text has white color on #755486 background.