COLOR #756B93

HEX: #756B93
RGB: (117,107,147)

Color info

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

RGB color model

#756B93 color RGB value is (117,107,147).

  • red value is 117;
  • green value is 107;
  • blue value is 147.
RGB:
(117,107,147)
(46%,42%,58%)

RGB channels and saturation

R 117 of 255 = 46%
G 107 of 255 = 42%
B 147 of 255 = 58%

117
107
147

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

Portions of RGB colors in percentages

R + G + B =
117 + 107 + 147 = 371 (100%)
R 117 of 371 ~ 31.54%
G 107 of 371 ~ 28.84%
B 147 of 371 ~ 39.62%

%31.54
%28.84
%39.62

CMYK color model

#756B93 color CMYK value is (20,27,0,42).

  • cyan value is 20.41%
  • magenta value is 27.21%
  • yellow value is 0.00%
  • key color value is 42.35%
CMYK:
(20,27,0,42)
C20M27Y0K42 
(20%,27%,0%,42%)
(0.20/0.27/0.00/0.42)	

CMYK percentages

%20.41
%27.21
%0
%42.35

Codes

Color #756B93 in popluar color models

756B93
RGB117107147
HSL255°15.75%49.80%
HSB/HSV255°27.21%57.65%
CMYK20.41%27.21%0.00%
42.35%

Color #756B93 in popluar number systems.

HEX756B93
Decimal117107147
Binary1110101110101110010011
Octal165153223

Shades and tints

Shades of #756B93

#756B93
(117,107,147)
#6B6286
(107,98,134)
#615979
(97,89,121)
#57506C
(87,80,108)
#4D475F
(77,71,95)
#433E52
(67,62,82)
#393545
(57,53,69)
#2F2C38
(47,44,56)
#25232B
(37,35,43)
#1B1A1E
(27,26,30)
#111111
(17,17,17)
#000000
(0,0,0)

Tints of #756B93

#756B93
(117,107,147)
#81789C
(129,120,156)
#8D85A5
(141,133,165)
#9992AE
(153,146,174)
#A59FB7
(165,159,183)
#B1ACC0
(177,172,192)
#BDB9C9
(189,185,201)
#C9C6D2
(201,198,210)
#D5D3DB
(213,211,219)
#E1E0E4
(225,224,228)
#EDEDED
(237,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #756B93 color. Also use rgb(117,107,147) instead hex code.

Text Font Color

.myTextColor { color: #756B93; }

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

This text font color is #756B93.


Background Color

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

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

This div background color is #756B93.


Border color

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

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

This div border color is #756B93.


Opacity

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

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

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

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

This text has shadow with #756B93 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #756B93 on black background.


Color preview on white background

This text has color #756B93 on white background.



Black color preview on #756B93 background

This text has black color on #756B93 background.


White color preview on #756B93 background

This text has white color on #756B93 background.