COLOR #756288

HEX: #756288
RGB: (117,98,136)

Color info

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

RGB color model

#756288 color RGB value is (117,98,136).

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

RGB channels and saturation

R 117 of 255 = 46%
G 98 of 255 = 38%
B 136 of 255 = 53%

117
98
136

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

Portions of RGB colors in percentages

R + G + B =
117 + 98 + 136 = 351 (100%)
R 117 of 351 ~ 33.33%
G 98 of 351 ~ 27.92%
B 136 of 351 ~ 38.75%

%33.33
%27.92
%38.75

CMYK color model

#756288 color CMYK value is (14,28,0,47).

  • cyan value is 13.97%
  • magenta value is 27.94%
  • yellow value is 0.00%
  • key color value is 46.67%
CMYK:
(14,28,0,47)
C14M28Y0K47 
(14%,28%,0%,47%)
(0.14/0.28/0.00/0.47)	

CMYK percentages

%13.97
%27.94
%0
%46.67

Codes

Color #756288 in popluar color models

756288
RGB11798136
HSL270°16.24%45.88%
HSB/HSV270°27.94%53.33%
CMYK13.97%27.94%0.00%
46.67%

Color #756288 in popluar number systems.

HEX756288
Decimal11798136
Binary1110101110001010001000
Octal165142210

Shades and tints

Shades of #756288

#756288
(117,98,136)
#6B5A7C
(107,90,124)
#615270
(97,82,112)
#574A64
(87,74,100)
#4D4258
(77,66,88)
#433A4C
(67,58,76)
#393240
(57,50,64)
#2F2A34
(47,42,52)
#252228
(37,34,40)
#1B1A1C
(27,26,28)
#111210
(17,18,16)
#000000
(0,0,0)

Tints of #756288

#756288
(117,98,136)
#817092
(129,112,146)
#8D7E9C
(141,126,156)
#998CA6
(153,140,166)
#A59AB0
(165,154,176)
#B1A8BA
(177,168,186)
#BDB6C4
(189,182,196)
#C9C4CE
(201,196,206)
#D5D2D8
(213,210,216)
#E1E0E2
(225,224,226)
#EDEEEC
(237,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #756288; }

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

This text font color is #756288.


Background Color

.myBgColor { background-color: #756288; }

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

This div background color is #756288.


Border color

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

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

This div border color is #756288.


Opacity

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

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

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

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

This text has shadow with #756288 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #756288 on black background.


Color preview on white background

This text has color #756288 on white background.



Black color preview on #756288 background

This text has black color on #756288 background.


White color preview on #756288 background

This text has white color on #756288 background.