COLOR #756E99

HEX: #756E99
RGB: (117,110,153)

Color info

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

RGB color model

#756E99 color RGB value is (117,110,153).

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

RGB channels and saturation

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

117
110
153

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

Portions of RGB colors in percentages

R + G + B =
117 + 110 + 153 = 380 (100%)
R 117 of 380 ~ 30.79%
G 110 of 380 ~ 28.95%
B 153 of 380 ~ 40.26%

%30.79
%28.95
%40.26

CMYK color model

#756E99 color CMYK value is (24,28,0,40).

  • cyan value is 23.53%
  • magenta value is 28.10%
  • yellow value is 0.00%
  • key color value is 40.00%
CMYK:
(24,28,0,40)
C24M28Y0K40 
(24%,28%,0%,40%)
(0.24/0.28/0.00/0.40)	

CMYK percentages

%23.53
%28.1
%0
%40

Codes

Color #756E99 in popluar color models

756E99
RGB117110153
HSL250°17.41%51.57%
HSB/HSV250°28.10%60.00%
CMYK23.53%28.10%0.00%
40.00%

Color #756E99 in popluar number systems.

HEX756E99
Decimal117110153
Binary1110101110111010011001
Octal165156231

Shades and tints

Shades of #756E99

#756E99
(117,110,153)
#6B648C
(107,100,140)
#615A7F
(97,90,127)
#575072
(87,80,114)
#4D4665
(77,70,101)
#433C58
(67,60,88)
#39324B
(57,50,75)
#2F283E
(47,40,62)
#251E31
(37,30,49)
#1B1424
(27,20,36)
#110A17
(17,10,23)
#000000
(0,0,0)

Tints of #756E99

#756E99
(117,110,153)
#817BA2
(129,123,162)
#8D88AB
(141,136,171)
#9995B4
(153,149,180)
#A5A2BD
(165,162,189)
#B1AFC6
(177,175,198)
#BDBCCF
(189,188,207)
#C9C9D8
(201,201,216)
#D5D6E1
(213,214,225)
#E1E3EA
(225,227,234)
#EDF0F3
(237,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #756E99; }

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

This text font color is #756E99.


Background Color

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

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

This div background color is #756E99.


Border color

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

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

This div border color is #756E99.


Opacity

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

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

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

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

This text has shadow with #756E99 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #756E99 on black background.


Color preview on white background

This text has color #756E99 on white background.



Black color preview on #756E99 background

This text has black color on #756E99 background.


White color preview on #756E99 background

This text has white color on #756E99 background.