COLOR #756BA5

HEX: #756BA5 RGB: (117,107,165)

Color info

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

RGB color model

#756BA5 color RGB value is (117,107,165).

RGB: (117,107,165) (46%, 42%, 65%)

RGB channels and saturation

R 117 of 255 = 46%
G 107 of 255 = 42%
B 165 of 255 = 65%

117
107
165

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

Portions of RGB colors in percentages

R + G + B = 117 + 107 + 165 = 389 (100%)
R 117 of 389 ~ 30.08%
G 107 of 389 ~ 27.51%
B 165 of 389 ~ 42.42'%

%30.08
%27.51
%42.42

CMYK color model

#756BA5 color CMYK value is (29,35,0,35).

  • cyan value is 29.09%
  • magenta value is 35.15%
  • yellow value is 0.00%
  • key color value is 35.29%

CMYK: (29,35,0,35)
C29M35Y0K35 (29%, 35%, 0%, 35%)
(0.29 / 0.35 / 0.00 / 0.35)

CMYK percentages

%29.09
%35.15
%0
%35.29

Codes

Color #756BA5 in popluar color models

75 6B A5
RGB 117 107 165
HSL 250° 24.37% 53.33%
HSB/HSV 250° 35.15% 64.71%
CMYK 29.09% 35.15% 0.00%
35.29%

Color #756BA5 in popluar number systems.

HEX 75 6B A5
Decimal 117 107 165
Binary 1110101 1101011 10100101
Octal 165 153 245

Shades and tints

Shades of #756BA5

#756BA5
(117,107,165)
#6B6296
(107,98,150)
#615987
(97,89,135)
#575078
(87,80,120)
#4D4769
(77,71,105)
#433E5A
(67,62,90)
#39354B
(57,53,75)
#2F2C3C
(47,44,60)
#25232D
(37,35,45)
#1B1A1E
(27,26,30)
#11110F
(17,17,15)
#000000
(0,0,0)

Tints of #756BA5

#756BA5
(117,107,165)
#8178AD
(129,120,173)
#8D85B5
(141,133,181)
#9992BD
(153,146,189)
#A59FC5
(165,159,197)
#B1ACCD
(177,172,205)
#BDB9D5
(189,185,213)
#C9C6DD
(201,198,221)
#D5D3E5
(213,211,229)
#E1E0ED
(225,224,237)
#EDEDF5
(237,237,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #756BA5; }

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

This text font color is #756BA5.

Background Color

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

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

This div background color is #756BA5.

Border color

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

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

This div border color is #756BA5.

Opacity

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

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

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

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

This text has shadow with #756BA5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #756BA5.

Preview

Color preview on black background

This text has color #756BA5 on black background.


Color preview on white background

This text has color #756BA5 on white background.


Black color preview on #756BA5 background

This text has black color on #756BA5 background.


White color preview on #756BA5 background

This text has white color on #756BA5 background.


Related colors

Complementary color

Complementary color for #hex is #8A945A.


I love getcolorcode.com

Triadic colors

1 #A5756B and #6BA575 with #756BA5 are triadic colors.

2 #A56B75 and #6B75A5 with #756BA5 are triadic colors.