COLOR #756688

HEX: #756688
RGB: (117,102,136)

Color info

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

RGB color model

#756688 color RGB value is (117,102,136).

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

RGB channels and saturation

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

117
102
136

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

Portions of RGB colors in percentages

R + G + B =
117 + 102 + 136 = 355 (100%)
R 117 of 355 ~ 32.96%
G 102 of 355 ~ 28.73%
B 136 of 355 ~ 38.31%

%32.96
%28.73
%38.31

CMYK color model

#756688 color CMYK value is (14,25,0,47).

  • cyan value is 13.97%
  • magenta value is 25.00%
  • yellow value is 0.00%
  • key color value is 46.67%
CMYK:
(14,25,0,47)
C14M25Y0K47 
(14%,25%,0%,47%)
(0.14/0.25/0.00/0.47)	

CMYK percentages

%13.97
%25
%0
%46.67

Codes

Color #756688 in popluar color models

756688
RGB117102136
HSL266°14.29%46.67%
HSB/HSV266°25.00%53.33%
CMYK13.97%25.00%0.00%
46.67%

Color #756688 in popluar number systems.

HEX756688
Decimal117102136
Binary1110101110011010001000
Octal165146210

Shades and tints

Shades of #756688

#756688
(117,102,136)
#6B5D7C
(107,93,124)
#615470
(97,84,112)
#574B64
(87,75,100)
#4D4258
(77,66,88)
#43394C
(67,57,76)
#393040
(57,48,64)
#2F2734
(47,39,52)
#251E28
(37,30,40)
#1B151C
(27,21,28)
#110C10
(17,12,16)
#000000
(0,0,0)

Tints of #756688

#756688
(117,102,136)
#817392
(129,115,146)
#8D809C
(141,128,156)
#998DA6
(153,141,166)
#A59AB0
(165,154,176)
#B1A7BA
(177,167,186)
#BDB4C4
(189,180,196)
#C9C1CE
(201,193,206)
#D5CED8
(213,206,216)
#E1DBE2
(225,219,226)
#EDE8EC
(237,232,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #756688; }

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

This text font color is #756688.


Background Color

.myBgColor { background-color: #756688; }

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

This div background color is #756688.


Border color

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

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

This div border color is #756688.


Opacity

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

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

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

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

This text has shadow with #756688 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #756688 on black background.


Color preview on white background

This text has color #756688 on white background.



Black color preview on #756688 background

This text has black color on #756688 background.


White color preview on #756688 background

This text has white color on #756688 background.