COLOR #756691

HEX: #756691
RGB: (117,102,145)

Color info

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

RGB color model

#756691 color RGB value is (117,102,145).

  • red value is 117;
  • green value is 102;
  • blue value is 145.
RGB:
(117,102,145)
(46%,40%,57%)

RGB channels and saturation

R 117 of 255 = 46%
G 102 of 255 = 40%
B 145 of 255 = 57%

117
102
145

R + G + B ~ 48%. #756691 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
117 + 102 + 145 = 364 (100%)
R 117 of 364 ~ 32.14%
G 102 of 364 ~ 28.02%
B 145 of 364 ~ 39.84%

%32.14
%28.02
%39.84

CMYK color model

#756691 color CMYK value is (19,30,0,43).

  • cyan value is 19.31%
  • magenta value is 29.66%
  • yellow value is 0.00%
  • key color value is 43.14%
CMYK:
(19,30,0,43)
C19M30Y0K43 
(19%,30%,0%,43%)
(0.19/0.30/0.00/0.43)	

CMYK percentages

%19.31
%29.66
%0
%43.14

Codes

Color #756691 in popluar color models

756691
RGB117102145
HSL261°17.41%48.43%
HSB/HSV261°29.66%56.86%
CMYK19.31%29.66%0.00%
43.14%

Color #756691 in popluar number systems.

HEX756691
Decimal117102145
Binary1110101110011010010001
Octal165146221

Shades and tints

Shades of #756691

#756691
(117,102,145)
#6B5D84
(107,93,132)
#615477
(97,84,119)
#574B6A
(87,75,106)
#4D425D
(77,66,93)
#433950
(67,57,80)
#393043
(57,48,67)
#2F2736
(47,39,54)
#251E29
(37,30,41)
#1B151C
(27,21,28)
#110C0F
(17,12,15)
#000000
(0,0,0)

Tints of #756691

#756691
(117,102,145)
#81739B
(129,115,155)
#8D80A5
(141,128,165)
#998DAF
(153,141,175)
#A59AB9
(165,154,185)
#B1A7C3
(177,167,195)
#BDB4CD
(189,180,205)
#C9C1D7
(201,193,215)
#D5CEE1
(213,206,225)
#E1DBEB
(225,219,235)
#EDE8F5
(237,232,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #756691 color. Also use rgb(117,102,145) instead hex code.

Text Font Color

.myTextColor { color: #756691; }

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

This text font color is #756691.


Background Color

.myBgColor { background-color: #756691; }

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

This div background color is #756691.


Border color

.myBorderColor { border: 1px solid #756691; }

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

This div border color is #756691.


Opacity

.myOpacity80 { color: #756691; opacity: 0.8; }

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

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

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

This text has shadow with #756691 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #756691 on black background.


Color preview on white background

This text has color #756691 on white background.



Black color preview on #756691 background

This text has black color on #756691 background.


White color preview on #756691 background

This text has white color on #756691 background.