COLOR #756CA2

HEX: #756CA2
RGB: (117,108,162)

Color info

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

RGB color model

#756CA2 color RGB value is (117,108,162).

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

RGB channels and saturation

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

117
108
162

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

Portions of RGB colors in percentages

R + G + B =
117 + 108 + 162 = 387 (100%)
R 117 of 387 ~ 30.23%
G 108 of 387 ~ 27.91%
B 162 of 387 ~ 41.86%

%30.23
%27.91
%41.86

CMYK color model

#756CA2 color CMYK value is (28,33,0,36).

  • cyan value is 27.78%
  • magenta value is 33.33%
  • yellow value is 0.00%
  • key color value is 36.47%
CMYK:
(28,33,0,36)
C28M33Y0K36 
(28%,33%,0%,36%)
(0.28/0.33/0.00/0.36)	

CMYK percentages

%27.78
%33.33
%0
%36.47

Codes

Color #756CA2 in popluar color models

756CA2
RGB117108162
HSL250°22.50%52.94%
HSB/HSV250°33.33%63.53%
CMYK27.78%33.33%0.00%
36.47%

Color #756CA2 in popluar number systems.

HEX756CA2
Decimal117108162
Binary1110101110110010100010
Octal165154242

Shades and tints

Shades of #756CA2

#756CA2
(117,108,162)
#6B6394
(107,99,148)
#615A86
(97,90,134)
#575178
(87,81,120)
#4D486A
(77,72,106)
#433F5C
(67,63,92)
#39364E
(57,54,78)
#2F2D40
(47,45,64)
#252432
(37,36,50)
#1B1B24
(27,27,36)
#111216
(17,18,22)
#000000
(0,0,0)

Tints of #756CA2

#756CA2
(117,108,162)
#8179AA
(129,121,170)
#8D86B2
(141,134,178)
#9993BA
(153,147,186)
#A5A0C2
(165,160,194)
#B1ADCA
(177,173,202)
#BDBAD2
(189,186,210)
#C9C7DA
(201,199,218)
#D5D4E2
(213,212,226)
#E1E1EA
(225,225,234)
#EDEEF2
(237,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #756CA2; }

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

This text font color is #756CA2.


Background Color

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

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

This div background color is #756CA2.


Border color

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

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

This div border color is #756CA2.


Opacity

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

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

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

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

This text has shadow with #756CA2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #756CA2 on black background.


Color preview on white background

This text has color #756CA2 on white background.



Black color preview on #756CA2 background

This text has black color on #756CA2 background.


White color preview on #756CA2 background

This text has white color on #756CA2 background.