COLOR #756CA3

HEX: #756CA3
RGB: (117,108,163)

Color info

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

RGB color model

#756CA3 color RGB value is (117,108,163).

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

RGB channels and saturation

R 117 of 255 = 46%
G 108 of 255 = 42%
B 163 of 255 = 64%

117
108
163

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

Portions of RGB colors in percentages

R + G + B =
117 + 108 + 163 = 388 (100%)
R 117 of 388 ~ 30.15%
G 108 of 388 ~ 27.84%
B 163 of 388 ~ 42.01%

%30.15
%27.84
%42.01

CMYK color model

#756CA3 color CMYK value is (28,34,0,36).

  • cyan value is 28.22%
  • magenta value is 33.74%
  • yellow value is 0.00%
  • key color value is 36.08%
CMYK:
(28,34,0,36)
C28M34Y0K36 
(28%,34%,0%,36%)
(0.28/0.34/0.00/0.36)	

CMYK percentages

%28.22
%33.74
%0
%36.08

Codes

Color #756CA3 in popluar color models

756CA3
RGB117108163
HSL250°23.01%53.14%
HSB/HSV250°33.74%63.92%
CMYK28.22%33.74%0.00%
36.08%

Color #756CA3 in popluar number systems.

HEX756CA3
Decimal117108163
Binary1110101110110010100011
Octal165154243

Shades and tints

Shades of #756CA3

#756CA3
(117,108,163)
#6B6395
(107,99,149)
#615A87
(97,90,135)
#575179
(87,81,121)
#4D486B
(77,72,107)
#433F5D
(67,63,93)
#39364F
(57,54,79)
#2F2D41
(47,45,65)
#252433
(37,36,51)
#1B1B25
(27,27,37)
#111217
(17,18,23)
#000000
(0,0,0)

Tints of #756CA3

#756CA3
(117,108,163)
#8179AB
(129,121,171)
#8D86B3
(141,134,179)
#9993BB
(153,147,187)
#A5A0C3
(165,160,195)
#B1ADCB
(177,173,203)
#BDBAD3
(189,186,211)
#C9C7DB
(201,199,219)
#D5D4E3
(213,212,227)
#E1E1EB
(225,225,235)
#EDEEF3
(237,238,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #756CA3; }

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

This text font color is #756CA3.


Background Color

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

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

This div background color is #756CA3.


Border color

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

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

This div border color is #756CA3.


Opacity

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

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

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

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

This text has shadow with #756CA3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #756CA3 on black background.


Color preview on white background

This text has color #756CA3 on white background.



Black color preview on #756CA3 background

This text has black color on #756CA3 background.


White color preview on #756CA3 background

This text has white color on #756CA3 background.