COLOR #756BAB

HEX: #756BAB
RGB: (117,107,171)

Color info

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

RGB color model

#756BAB color RGB value is (117,107,171).

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

RGB channels and saturation

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

117
107
171

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

Portions of RGB colors in percentages

R + G + B =
117 + 107 + 171 = 395 (100%)
R 117 of 395 ~ 29.62%
G 107 of 395 ~ 27.09%
B 171 of 395 ~ 43.29%

%29.62
%27.09
%43.29

CMYK color model

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

  • cyan value is 31.58%
  • magenta value is 37.43%
  • 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
%37.43
%0
%32.94

Codes

Color #756BAB in popluar color models

756BAB
RGB117107171
HSL249°27.59%54.51%
HSB/HSV249°37.43%67.06%
CMYK31.58%37.43%0.00%
32.94%

Color #756BAB in popluar number systems.

HEX756BAB
Decimal117107171
Binary1110101110101110101011
Octal165153253

Shades and tints

Shades of #756BAB

#756BAB
(117,107,171)
#6B629C
(107,98,156)
#61598D
(97,89,141)
#57507E
(87,80,126)
#4D476F
(77,71,111)
#433E60
(67,62,96)
#393551
(57,53,81)
#2F2C42
(47,44,66)
#252333
(37,35,51)
#1B1A24
(27,26,36)
#111115
(17,17,21)
#000000
(0,0,0)

Tints of #756BAB

#756BAB
(117,107,171)
#8178B2
(129,120,178)
#8D85B9
(141,133,185)
#9992C0
(153,146,192)
#A59FC7
(165,159,199)
#B1ACCE
(177,172,206)
#BDB9D5
(189,185,213)
#C9C6DC
(201,198,220)
#D5D3E3
(213,211,227)
#E1E0EA
(225,224,234)
#EDEDF1
(237,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #756BAB; }

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

This text font color is #756BAB.


Background Color

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

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

This div background color is #756BAB.


Border color

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

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

This div border color is #756BAB.


Opacity

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

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

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

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

This text has shadow with #756BAB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #756BAB on black background.


Color preview on white background

This text has color #756BAB on white background.



Black color preview on #756BAB background

This text has black color on #756BAB background.


White color preview on #756BAB background

This text has white color on #756BAB background.