COLOR #756FA8

HEX: #756FA8
RGB: (117,111,168)

Color info

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

RGB color model

#756FA8 color RGB value is (117,111,168).

  • red value is 117;
  • green value is 111;
  • blue value is 168.
RGB:
(117,111,168)
(46%,44%,66%)

RGB channels and saturation

R 117 of 255 = 46%
G 111 of 255 = 44%
B 168 of 255 = 66%

117
111
168

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

Portions of RGB colors in percentages

R + G + B =
117 + 111 + 168 = 396 (100%)
R 117 of 396 ~ 29.55%
G 111 of 396 ~ 28.03%
B 168 of 396 ~ 42.42%

%29.55
%28.03
%42.42

CMYK color model

#756FA8 color CMYK value is (30,34,0,34).

  • cyan value is 30.36%
  • magenta value is 33.93%
  • yellow value is 0.00%
  • key color value is 34.12%
CMYK:
(30,34,0,34)
C30M34Y0K34 
(30%,34%,0%,34%)
(0.30/0.34/0.00/0.34)	

CMYK percentages

%30.36
%33.93
%0
%34.12

Codes

Color #756FA8 in popluar color models

756FA8
RGB117111168
HSL246°24.68%54.71%
HSB/HSV246°33.93%65.88%
CMYK30.36%33.93%0.00%
34.12%

Color #756FA8 in popluar number systems.

HEX756FA8
Decimal117111168
Binary1110101110111110101000
Octal165157250

Shades and tints

Shades of #756FA8

#756FA8
(117,111,168)
#6B6599
(107,101,153)
#615B8A
(97,91,138)
#57517B
(87,81,123)
#4D476C
(77,71,108)
#433D5D
(67,61,93)
#39334E
(57,51,78)
#2F293F
(47,41,63)
#251F30
(37,31,48)
#1B1521
(27,21,33)
#110B12
(17,11,18)
#000000
(0,0,0)

Tints of #756FA8

#756FA8
(117,111,168)
#817CAF
(129,124,175)
#8D89B6
(141,137,182)
#9996BD
(153,150,189)
#A5A3C4
(165,163,196)
#B1B0CB
(177,176,203)
#BDBDD2
(189,189,210)
#C9CAD9
(201,202,217)
#D5D7E0
(213,215,224)
#E1E4E7
(225,228,231)
#EDF1EE
(237,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #756FA8 color. Also use rgb(117,111,168) instead hex code.

Text Font Color

.myTextColor { color: #756FA8; }

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

This text font color is #756FA8.


Background Color

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

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

This div background color is #756FA8.


Border color

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

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

This div border color is #756FA8.


Opacity

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

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

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

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

This text has shadow with #756FA8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #756FA8 on black background.


Color preview on white background

This text has color #756FA8 on white background.



Black color preview on #756FA8 background

This text has black color on #756FA8 background.


White color preview on #756FA8 background

This text has white color on #756FA8 background.