COLOR #756D99

HEX: #756D99
RGB: (117,109,153)

Color info

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

RGB color model

#756D99 color RGB value is (117,109,153).

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

RGB channels and saturation

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

117
109
153

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

Portions of RGB colors in percentages

R + G + B =
117 + 109 + 153 = 379 (100%)
R 117 of 379 ~ 30.87%
G 109 of 379 ~ 28.76%
B 153 of 379 ~ 40.37%

%30.87
%28.76
%40.37

CMYK color model

#756D99 color CMYK value is (24,29,0,40).

  • cyan value is 23.53%
  • magenta value is 28.76%
  • yellow value is 0.00%
  • key color value is 40.00%
CMYK:
(24,29,0,40)
C24M29Y0K40 
(24%,29%,0%,40%)
(0.24/0.29/0.00/0.40)	

CMYK percentages

%23.53
%28.76
%0
%40

Codes

Color #756D99 in popluar color models

756D99
RGB117109153
HSL251°17.74%51.37%
HSB/HSV251°28.76%60.00%
CMYK23.53%28.76%0.00%
40.00%

Color #756D99 in popluar number systems.

HEX756D99
Decimal117109153
Binary1110101110110110011001
Octal165155231

Shades and tints

Shades of #756D99

#756D99
(117,109,153)
#6B648C
(107,100,140)
#615B7F
(97,91,127)
#575272
(87,82,114)
#4D4965
(77,73,101)
#434058
(67,64,88)
#39374B
(57,55,75)
#2F2E3E
(47,46,62)
#252531
(37,37,49)
#1B1C24
(27,28,36)
#111317
(17,19,23)
#000000
(0,0,0)

Tints of #756D99

#756D99
(117,109,153)
#817AA2
(129,122,162)
#8D87AB
(141,135,171)
#9994B4
(153,148,180)
#A5A1BD
(165,161,189)
#B1AEC6
(177,174,198)
#BDBBCF
(189,187,207)
#C9C8D8
(201,200,216)
#D5D5E1
(213,213,225)
#E1E2EA
(225,226,234)
#EDEFF3
(237,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #756D99; }

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

This text font color is #756D99.


Background Color

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

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

This div background color is #756D99.


Border color

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

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

This div border color is #756D99.


Opacity

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

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

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

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

This text has shadow with #756D99 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #756D99 on black background.


Color preview on white background

This text has color #756D99 on white background.



Black color preview on #756D99 background

This text has black color on #756D99 background.


White color preview on #756D99 background

This text has white color on #756D99 background.