COLOR #756AA3

HEX: #756AA3 RGB: (117,106,163)

Color info

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

RGB color model

#756AA3 color RGB value is (117,106,163).

RGB: (117,106,163) (46%, 42%, 64%)

RGB channels and saturation

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

117
106
163

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

Portions of RGB colors in percentages

R + G + B = 117 + 106 + 163 = 386 (100%)
R 117 of 386 ~ 30.31%
G 106 of 386 ~ 27.46%
B 163 of 386 ~ 42.23'%

%30.31
%27.46
%42.23

CMYK color model

#756AA3 color CMYK value is (28,35,0,36).

  • cyan value is 28.22%
  • magenta value is 34.97%
  • yellow value is 0.00%
  • key color value is 36.08%

CMYK: (28,35,0,36)
C28M35Y0K36 (28%, 35%, 0%, 36%)
(0.28 / 0.35 / 0.00 / 0.36)

CMYK percentages

%28.22
%34.97
%0
%36.08

Codes

Color #756AA3 in popluar color models

75 6A A3
RGB 117 106 163
HSL 252° 23.65% 52.75%
HSB/HSV 252° 34.97% 63.92%
CMYK 28.22% 34.97% 0.00%
36.08%

Color #756AA3 in popluar number systems.

HEX 75 6A A3
Decimal 117 106 163
Binary 1110101 1101010 10100011
Octal 165 152 243

Shades and tints

Shades of #756AA3

#756AA3
(117,106,163)
#6B6195
(107,97,149)
#615887
(97,88,135)
#574F79
(87,79,121)
#4D466B
(77,70,107)
#433D5D
(67,61,93)
#39344F
(57,52,79)
#2F2B41
(47,43,65)
#252233
(37,34,51)
#1B1925
(27,25,37)
#111017
(17,16,23)
#000000
(0,0,0)

Tints of #756AA3

#756AA3
(117,106,163)
#8177AB
(129,119,171)
#8D84B3
(141,132,179)
#9991BB
(153,145,187)
#A59EC3
(165,158,195)
#B1ABCB
(177,171,203)
#BDB8D3
(189,184,211)
#C9C5DB
(201,197,219)
#D5D2E3
(213,210,227)
#E1DFEB
(225,223,235)
#EDECF3
(237,236,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #756AA3; }

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

This text font color is #756AA3.

Background Color

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

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

This div background color is #756AA3.

Border color

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

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

This div border color is #756AA3.

Opacity

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

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

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

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

This text has shadow with #756AA3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #756AA3.

Preview

Color preview on black background

This text has color #756AA3 on black background.


Color preview on white background

This text has color #756AA3 on white background.


Black color preview on #756AA3 background

This text has black color on #756AA3 background.


White color preview on #756AA3 background

This text has white color on #756AA3 background.


Related colors

Complementary color

Complementary color for #hex is #8A955C.


I love getcolorcode.com

Triadic colors

1 #A3756A and #6AA375 with #756AA3 are triadic colors.

2 #A36A75 and #6A75A3 with #756AA3 are triadic colors.