COLOR #756584

HEX: #756584
RGB: (117,101,132)

Color info

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

RGB color model

#756584 color RGB value is (117,101,132).

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

RGB channels and saturation

R 117 of 255 = 46%
G 101 of 255 = 40%
B 132 of 255 = 52%

117
101
132

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

Portions of RGB colors in percentages

R + G + B =
117 + 101 + 132 = 350 (100%)
R 117 of 350 ~ 33.43%
G 101 of 350 ~ 28.86%
B 132 of 350 ~ 37.71%

%33.43
%28.86
%37.71

CMYK color model

#756584 color CMYK value is (11,23,0,48).

  • cyan value is 11.36%
  • magenta value is 23.48%
  • yellow value is 0.00%
  • key color value is 48.24%
CMYK:
(11,23,0,48)
C11M23Y0K48 
(11%,23%,0%,48%)
(0.11/0.23/0.00/0.48)	

CMYK percentages

%11.36
%23.48
%0
%48.24

Codes

Color #756584 in popluar color models

756584
RGB117101132
HSL271°13.30%45.69%
HSB/HSV271°23.48%51.76%
CMYK11.36%23.48%0.00%
48.24%

Color #756584 in popluar number systems.

HEX756584
Decimal117101132
Binary1110101110010110000100
Octal165145204

Shades and tints

Shades of #756584

#756584
(117,101,132)
#6B5C78
(107,92,120)
#61536C
(97,83,108)
#574A60
(87,74,96)
#4D4154
(77,65,84)
#433848
(67,56,72)
#392F3C
(57,47,60)
#2F2630
(47,38,48)
#251D24
(37,29,36)
#1B1418
(27,20,24)
#110B0C
(17,11,12)
#000000
(0,0,0)

Tints of #756584

#756584
(117,101,132)
#81738F
(129,115,143)
#8D819A
(141,129,154)
#998FA5
(153,143,165)
#A59DB0
(165,157,176)
#B1ABBB
(177,171,187)
#BDB9C6
(189,185,198)
#C9C7D1
(201,199,209)
#D5D5DC
(213,213,220)
#E1E3E7
(225,227,231)
#EDF1F2
(237,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #756584; }

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

This text font color is #756584.


Background Color

.myBgColor { background-color: #756584; }

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

This div background color is #756584.


Border color

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

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

This div border color is #756584.


Opacity

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

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

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

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

This text has shadow with #756584 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #756584 on black background.


Color preview on white background

This text has color #756584 on white background.



Black color preview on #756584 background

This text has black color on #756584 background.


White color preview on #756584 background

This text has white color on #756584 background.