COLOR #756396

HEX: #756396
RGB: (117,99,150)

Color info

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

RGB color model

#756396 color RGB value is (117,99,150).

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

RGB channels and saturation

R 117 of 255 = 46%
G 99 of 255 = 39%
B 150 of 255 = 59%

117
99
150

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

Portions of RGB colors in percentages

R + G + B =
117 + 99 + 150 = 366 (100%)
R 117 of 366 ~ 31.97%
G 99 of 366 ~ 27.05%
B 150 of 366 ~ 40.98%

%31.97
%27.05
%40.98

CMYK color model

#756396 color CMYK value is (22,34,0,41).

  • cyan value is 22.00%
  • magenta value is 34.00%
  • yellow value is 0.00%
  • key color value is 41.18%
CMYK:
(22,34,0,41)
C22M34Y0K41 
(22%,34%,0%,41%)
(0.22/0.34/0.00/0.41)	

CMYK percentages

%22
%34
%0
%41.18

Codes

Color #756396 in popluar color models

756396
RGB11799150
HSL261°20.48%48.82%
HSB/HSV261°34.00%58.82%
CMYK22.00%34.00%0.00%
41.18%

Color #756396 in popluar number systems.

HEX756396
Decimal11799150
Binary1110101110001110010110
Octal165143226

Shades and tints

Shades of #756396

#756396
(117,99,150)
#6B5A89
(107,90,137)
#61517C
(97,81,124)
#57486F
(87,72,111)
#4D3F62
(77,63,98)
#433655
(67,54,85)
#392D48
(57,45,72)
#2F243B
(47,36,59)
#251B2E
(37,27,46)
#1B1221
(27,18,33)
#110914
(17,9,20)
#000000
(0,0,0)

Tints of #756396

#756396
(117,99,150)
#81719F
(129,113,159)
#8D7FA8
(141,127,168)
#998DB1
(153,141,177)
#A59BBA
(165,155,186)
#B1A9C3
(177,169,195)
#BDB7CC
(189,183,204)
#C9C5D5
(201,197,213)
#D5D3DE
(213,211,222)
#E1E1E7
(225,225,231)
#EDEFF0
(237,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #756396; }

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

This text font color is #756396.


Background Color

.myBgColor { background-color: #756396; }

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

This div background color is #756396.


Border color

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

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

This div border color is #756396.


Opacity

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

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

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

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

This text has shadow with #756396 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #756396 on black background.


Color preview on white background

This text has color #756396 on white background.



Black color preview on #756396 background

This text has black color on #756396 background.


White color preview on #756396 background

This text has white color on #756396 background.