COLOR #756CAB

HEX: #756CAB
RGB: (117,108,171)

Color info

#756CAB contains mainly red and blue colors. Web safe color of #756CAB is #666699 (or #669).

RGB color model

#756CAB color RGB value is (117,108,171).

  • red value is 117;
  • green value is 108;
  • blue value is 171.
RGB:
(117,108,171)
(46%,42%,67%)

RGB channels and saturation

R 117 of 255 = 46%
G 108 of 255 = 42%
B 171 of 255 = 67%

117
108
171

R + G + B ~ 52%. #756CAB is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
117 + 108 + 171 = 396 (100%)
R 117 of 396 ~ 29.55%
G 108 of 396 ~ 27.27%
B 171 of 396 ~ 43.18%

%29.55
%27.27
%43.18

CMYK color model

#756CAB color CMYK value is (32,37,0,33).

  • cyan value is 31.58%
  • magenta value is 36.84%
  • yellow value is 0.00%
  • key color value is 32.94%
CMYK:
(32,37,0,33)
C32M37Y0K33 
(32%,37%,0%,33%)
(0.32/0.37/0.00/0.33)	

CMYK percentages

%31.58
%36.84
%0
%32.94

Codes

Color #756CAB in popluar color models

756CAB
RGB117108171
HSL249°27.27%54.71%
HSB/HSV249°36.84%67.06%
CMYK31.58%36.84%0.00%
32.94%

Color #756CAB in popluar number systems.

HEX756CAB
Decimal117108171
Binary1110101110110010101011
Octal165154253

Shades and tints

Shades of #756CAB

#756CAB
(117,108,171)
#6B639C
(107,99,156)
#615A8D
(97,90,141)
#57517E
(87,81,126)
#4D486F
(77,72,111)
#433F60
(67,63,96)
#393651
(57,54,81)
#2F2D42
(47,45,66)
#252433
(37,36,51)
#1B1B24
(27,27,36)
#111215
(17,18,21)
#000000
(0,0,0)

Tints of #756CAB

#756CAB
(117,108,171)
#8179B2
(129,121,178)
#8D86B9
(141,134,185)
#9993C0
(153,147,192)
#A5A0C7
(165,160,199)
#B1ADCE
(177,173,206)
#BDBAD5
(189,186,213)
#C9C7DC
(201,199,220)
#D5D4E3
(213,212,227)
#E1E1EA
(225,225,234)
#EDEEF1
(237,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #756CAB color. Also use rgb(117,108,171) instead hex code.

Text Font Color

.myTextColor { color: #756CAB; }

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

This text font color is #756CAB.


Background Color

.myBgColor { background-color: #756CAB; }

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

This div background color is #756CAB.


Border color

.myBorderColor { border: 1px solid #756CAB; }

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

This div border color is #756CAB.


Opacity

.myOpacity80 { color: #756CAB; opacity: 0.8; }

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

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

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

This text has shadow with #756CAB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #756CAB on black background.


Color preview on white background

This text has color #756CAB on white background.



Black color preview on #756CAB background

This text has black color on #756CAB background.


White color preview on #756CAB background

This text has white color on #756CAB background.