COLOR #756989

HEX: #756989
RGB: (117,105,137)

Color info

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

RGB color model

#756989 color RGB value is (117,105,137).

  • red value is 117;
  • green value is 105;
  • blue value is 137.
RGB:
(117,105,137)
(46%,41%,54%)

RGB channels and saturation

R 117 of 255 = 46%
G 105 of 255 = 41%
B 137 of 255 = 54%

117
105
137

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

Portions of RGB colors in percentages

R + G + B =
117 + 105 + 137 = 359 (100%)
R 117 of 359 ~ 32.59%
G 105 of 359 ~ 29.25%
B 137 of 359 ~ 38.16%

%32.59
%29.25
%38.16

CMYK color model

#756989 color CMYK value is (15,23,0,46).

  • cyan value is 14.60%
  • magenta value is 23.36%
  • yellow value is 0.00%
  • key color value is 46.27%
CMYK:
(15,23,0,46)
C15M23Y0K46 
(15%,23%,0%,46%)
(0.15/0.23/0.00/0.46)	

CMYK percentages

%14.6
%23.36
%0
%46.27

Codes

Color #756989 in popluar color models

756989
RGB117105137
HSL263°13.22%47.45%
HSB/HSV263°23.36%53.73%
CMYK14.60%23.36%0.00%
46.27%

Color #756989 in popluar number systems.

HEX756989
Decimal117105137
Binary1110101110100110001001
Octal165151211

Shades and tints

Shades of #756989

#756989
(117,105,137)
#6B607D
(107,96,125)
#615771
(97,87,113)
#574E65
(87,78,101)
#4D4559
(77,69,89)
#433C4D
(67,60,77)
#393341
(57,51,65)
#2F2A35
(47,42,53)
#252129
(37,33,41)
#1B181D
(27,24,29)
#110F11
(17,15,17)
#000000
(0,0,0)

Tints of #756989

#756989
(117,105,137)
#817693
(129,118,147)
#8D839D
(141,131,157)
#9990A7
(153,144,167)
#A59DB1
(165,157,177)
#B1AABB
(177,170,187)
#BDB7C5
(189,183,197)
#C9C4CF
(201,196,207)
#D5D1D9
(213,209,217)
#E1DEE3
(225,222,227)
#EDEBED
(237,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #756989 color. Also use rgb(117,105,137) instead hex code.

Text Font Color

.myTextColor { color: #756989; }

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

This text font color is #756989.


Background Color

.myBgColor { background-color: #756989; }

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

This div background color is #756989.


Border color

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

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

This div border color is #756989.


Opacity

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

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

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

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

This text has shadow with #756989 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #756989 on black background.


Color preview on white background

This text has color #756989 on white background.



Black color preview on #756989 background

This text has black color on #756989 background.


White color preview on #756989 background

This text has white color on #756989 background.