COLOR #756687

HEX: #756687
RGB: (117,102,135)

Color info

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

RGB color model

#756687 color RGB value is (117,102,135).

  • red value is 117;
  • green value is 102;
  • blue value is 135.
RGB:
(117,102,135)
(46%,40%,53%)

RGB channels and saturation

R 117 of 255 = 46%
G 102 of 255 = 40%
B 135 of 255 = 53%

117
102
135

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

Portions of RGB colors in percentages

R + G + B =
117 + 102 + 135 = 354 (100%)
R 117 of 354 ~ 33.05%
G 102 of 354 ~ 28.81%
B 135 of 354 ~ 38.14%

%33.05
%28.81
%38.14

CMYK color model

#756687 color CMYK value is (13,24,0,47).

  • cyan value is 13.33%
  • magenta value is 24.44%
  • yellow value is 0.00%
  • key color value is 47.06%
CMYK:
(13,24,0,47)
C13M24Y0K47 
(13%,24%,0%,47%)
(0.13/0.24/0.00/0.47)	

CMYK percentages

%13.33
%24.44
%0
%47.06

Codes

Color #756687 in popluar color models

756687
RGB117102135
HSL267°13.92%46.47%
HSB/HSV267°24.44%52.94%
CMYK13.33%24.44%0.00%
47.06%

Color #756687 in popluar number systems.

HEX756687
Decimal117102135
Binary1110101110011010000111
Octal165146207

Shades and tints

Shades of #756687

#756687
(117,102,135)
#6B5D7B
(107,93,123)
#61546F
(97,84,111)
#574B63
(87,75,99)
#4D4257
(77,66,87)
#43394B
(67,57,75)
#39303F
(57,48,63)
#2F2733
(47,39,51)
#251E27
(37,30,39)
#1B151B
(27,21,27)
#110C0F
(17,12,15)
#000000
(0,0,0)

Tints of #756687

#756687
(117,102,135)
#817391
(129,115,145)
#8D809B
(141,128,155)
#998DA5
(153,141,165)
#A59AAF
(165,154,175)
#B1A7B9
(177,167,185)
#BDB4C3
(189,180,195)
#C9C1CD
(201,193,205)
#D5CED7
(213,206,215)
#E1DBE1
(225,219,225)
#EDE8EB
(237,232,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #756687 color. Also use rgb(117,102,135) instead hex code.

Text Font Color

.myTextColor { color: #756687; }

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

This text font color is #756687.


Background Color

.myBgColor { background-color: #756687; }

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

This div background color is #756687.


Border color

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

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

This div border color is #756687.


Opacity

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

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

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

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

This text has shadow with #756687 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #756687 on black background.


Color preview on white background

This text has color #756687 on white background.



Black color preview on #756687 background

This text has black color on #756687 background.


White color preview on #756687 background

This text has white color on #756687 background.