COLOR #756D98

HEX: #756D98
RGB: (117,109,152)

Color info

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

RGB color model

#756D98 color RGB value is (117,109,152).

  • red value is 117;
  • green value is 109;
  • blue value is 152.
RGB:
(117,109,152)
(46%,43%,60%)

RGB channels and saturation

R 117 of 255 = 46%
G 109 of 255 = 43%
B 152 of 255 = 60%

117
109
152

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

Portions of RGB colors in percentages

R + G + B =
117 + 109 + 152 = 378 (100%)
R 117 of 378 ~ 30.95%
G 109 of 378 ~ 28.84%
B 152 of 378 ~ 40.21%

%30.95
%28.84
%40.21

CMYK color model

#756D98 color CMYK value is (23,28,0,40).

  • cyan value is 23.03%
  • magenta value is 28.29%
  • yellow value is 0.00%
  • key color value is 40.39%
CMYK:
(23,28,0,40)
C23M28Y0K40 
(23%,28%,0%,40%)
(0.23/0.28/0.00/0.40)	

CMYK percentages

%23.03
%28.29
%0
%40.39

Codes

Color #756D98 in popluar color models

756D98
RGB117109152
HSL251°17.27%51.18%
HSB/HSV251°28.29%59.61%
CMYK23.03%28.29%0.00%
40.39%

Color #756D98 in popluar number systems.

HEX756D98
Decimal117109152
Binary1110101110110110011000
Octal165155230

Shades and tints

Shades of #756D98

#756D98
(117,109,152)
#6B648B
(107,100,139)
#615B7E
(97,91,126)
#575271
(87,82,113)
#4D4964
(77,73,100)
#434057
(67,64,87)
#39374A
(57,55,74)
#2F2E3D
(47,46,61)
#252530
(37,37,48)
#1B1C23
(27,28,35)
#111316
(17,19,22)
#000000
(0,0,0)

Tints of #756D98

#756D98
(117,109,152)
#817AA1
(129,122,161)
#8D87AA
(141,135,170)
#9994B3
(153,148,179)
#A5A1BC
(165,161,188)
#B1AEC5
(177,174,197)
#BDBBCE
(189,187,206)
#C9C8D7
(201,200,215)
#D5D5E0
(213,213,224)
#E1E2E9
(225,226,233)
#EDEFF2
(237,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #756D98 color. Also use rgb(117,109,152) instead hex code.

Text Font Color

.myTextColor { color: #756D98; }

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

This text font color is #756D98.


Background Color

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

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

This div background color is #756D98.


Border color

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

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

This div border color is #756D98.


Opacity

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

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

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

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

This text has shadow with #756D98 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #756D98 on black background.


Color preview on white background

This text has color #756D98 on white background.



Black color preview on #756D98 background

This text has black color on #756D98 background.


White color preview on #756D98 background

This text has white color on #756D98 background.