COLOR #756996

HEX: #756996
RGB: (117,105,150)

Color info

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

RGB color model

#756996 color RGB value is (117,105,150).

  • red value is 117;
  • green value is 105;
  • blue value is 150.
RGB:
(117,105,150)
(46%,41%,59%)

RGB channels and saturation

R 117 of 255 = 46%
G 105 of 255 = 41%
B 150 of 255 = 59%

117
105
150

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

Portions of RGB colors in percentages

R + G + B =
117 + 105 + 150 = 372 (100%)
R 117 of 372 ~ 31.45%
G 105 of 372 ~ 28.23%
B 150 of 372 ~ 40.32%

%31.45
%28.23
%40.32

CMYK color model

#756996 color CMYK value is (22,30,0,41).

  • cyan value is 22.00%
  • magenta value is 30.00%
  • yellow value is 0.00%
  • key color value is 41.18%
CMYK:
(22,30,0,41)
C22M30Y0K41 
(22%,30%,0%,41%)
(0.22/0.30/0.00/0.41)	

CMYK percentages

%22
%30
%0
%41.18

Codes

Color #756996 in popluar color models

756996
RGB117105150
HSL256°17.65%50.00%
HSB/HSV256°30.00%58.82%
CMYK22.00%30.00%0.00%
41.18%

Color #756996 in popluar number systems.

HEX756996
Decimal117105150
Binary1110101110100110010110
Octal165151226

Shades and tints

Shades of #756996

#756996
(117,105,150)
#6B6089
(107,96,137)
#61577C
(97,87,124)
#574E6F
(87,78,111)
#4D4562
(77,69,98)
#433C55
(67,60,85)
#393348
(57,51,72)
#2F2A3B
(47,42,59)
#25212E
(37,33,46)
#1B1821
(27,24,33)
#110F14
(17,15,20)
#000000
(0,0,0)

Tints of #756996

#756996
(117,105,150)
#81769F
(129,118,159)
#8D83A8
(141,131,168)
#9990B1
(153,144,177)
#A59DBA
(165,157,186)
#B1AAC3
(177,170,195)
#BDB7CC
(189,183,204)
#C9C4D5
(201,196,213)
#D5D1DE
(213,209,222)
#E1DEE7
(225,222,231)
#EDEBF0
(237,235,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #756996 color. Also use rgb(117,105,150) instead hex code.

Text Font Color

.myTextColor { color: #756996; }

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

This text font color is #756996.


Background Color

.myBgColor { background-color: #756996; }

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

This div background color is #756996.


Border color

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

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

This div border color is #756996.


Opacity

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

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

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

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

This text has shadow with #756996 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #756996 on black background.


Color preview on white background

This text has color #756996 on white background.



Black color preview on #756996 background

This text has black color on #756996 background.


White color preview on #756996 background

This text has white color on #756996 background.