COLOR #755784

HEX: #755784
RGB: (117,87,132)

Color info

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

RGB color model

#755784 color RGB value is (117,87,132).

  • red value is 117;
  • green value is 87;
  • blue value is 132.
RGB:
(117,87,132)
(46%,34%,52%)

RGB channels and saturation

R 117 of 255 = 46%
G 87 of 255 = 34%
B 132 of 255 = 52%

117
87
132

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

Portions of RGB colors in percentages

R + G + B =
117 + 87 + 132 = 336 (100%)
R 117 of 336 ~ 34.82%
G 87 of 336 ~ 25.89%
B 132 of 336 ~ 39.29%

%34.82
%25.89
%39.29

CMYK color model

#755784 color CMYK value is (11,34,0,48).

  • cyan value is 11.36%
  • magenta value is 34.09%
  • yellow value is 0.00%
  • key color value is 48.24%
CMYK:
(11,34,0,48)
C11M34Y0K48 
(11%,34%,0%,48%)
(0.11/0.34/0.00/0.48)	

CMYK percentages

%11.36
%34.09
%0
%48.24

Codes

Color #755784 in popluar color models

755784
RGB11787132
HSL280°20.55%42.94%
HSB/HSV280°34.09%51.76%
CMYK11.36%34.09%0.00%
48.24%

Color #755784 in popluar number systems.

HEX755784
Decimal11787132
Binary1110101101011110000100
Octal165127204

Shades and tints

Shades of #755784

#755784
(117,87,132)
#6B5078
(107,80,120)
#61496C
(97,73,108)
#574260
(87,66,96)
#4D3B54
(77,59,84)
#433448
(67,52,72)
#392D3C
(57,45,60)
#2F2630
(47,38,48)
#251F24
(37,31,36)
#1B1818
(27,24,24)
#11110C
(17,17,12)
#000000
(0,0,0)

Tints of #755784

#755784
(117,87,132)
#81668F
(129,102,143)
#8D759A
(141,117,154)
#9984A5
(153,132,165)
#A593B0
(165,147,176)
#B1A2BB
(177,162,187)
#BDB1C6
(189,177,198)
#C9C0D1
(201,192,209)
#D5CFDC
(213,207,220)
#E1DEE7
(225,222,231)
#EDEDF2
(237,237,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #755784 color. Also use rgb(117,87,132) instead hex code.

Text Font Color

.myTextColor { color: #755784; }

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

This text font color is #755784.


Background Color

.myBgColor { background-color: #755784; }

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

This div background color is #755784.


Border color

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

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

This div border color is #755784.


Opacity

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

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

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

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

This text has shadow with #755784 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #755784 on black background.


Color preview on white background

This text has color #755784 on white background.



Black color preview on #755784 background

This text has black color on #755784 background.


White color preview on #755784 background

This text has white color on #755784 background.