COLOR #755E89

HEX: #755E89
RGB: (117,94,137)

Color info

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

RGB color model

#755E89 color RGB value is (117,94,137).

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

RGB channels and saturation

R 117 of 255 = 46%
G 94 of 255 = 37%
B 137 of 255 = 54%

117
94
137

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

Portions of RGB colors in percentages

R + G + B =
117 + 94 + 137 = 348 (100%)
R 117 of 348 ~ 33.62%
G 94 of 348 ~ 27.01%
B 137 of 348 ~ 39.37%

%33.62
%27.01
%39.37

CMYK color model

#755E89 color CMYK value is (15,31,0,46).

  • cyan value is 14.60%
  • magenta value is 31.39%
  • yellow value is 0.00%
  • key color value is 46.27%
CMYK:
(15,31,0,46)
C15M31Y0K46 
(15%,31%,0%,46%)
(0.15/0.31/0.00/0.46)	

CMYK percentages

%14.6
%31.39
%0
%46.27

Codes

Color #755E89 in popluar color models

755E89
RGB11794137
HSL272°18.61%45.29%
HSB/HSV272°31.39%53.73%
CMYK14.60%31.39%0.00%
46.27%

Color #755E89 in popluar number systems.

HEX755E89
Decimal11794137
Binary1110101101111010001001
Octal165136211

Shades and tints

Shades of #755E89

#755E89
(117,94,137)
#6B567D
(107,86,125)
#614E71
(97,78,113)
#574665
(87,70,101)
#4D3E59
(77,62,89)
#43364D
(67,54,77)
#392E41
(57,46,65)
#2F2635
(47,38,53)
#251E29
(37,30,41)
#1B161D
(27,22,29)
#110E11
(17,14,17)
#000000
(0,0,0)

Tints of #755E89

#755E89
(117,94,137)
#816C93
(129,108,147)
#8D7A9D
(141,122,157)
#9988A7
(153,136,167)
#A596B1
(165,150,177)
#B1A4BB
(177,164,187)
#BDB2C5
(189,178,197)
#C9C0CF
(201,192,207)
#D5CED9
(213,206,217)
#E1DCE3
(225,220,227)
#EDEAED
(237,234,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #755E89; }

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

This text font color is #755E89.


Background Color

.myBgColor { background-color: #755E89; }

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

This div background color is #755E89.


Border color

.myBorderColor { border: 1px solid #755E89; }

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

This div border color is #755E89.


Opacity

.myOpacity80 { color: #755E89; opacity: 0.8; }

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

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

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

This text has shadow with #755E89 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #755E89 on black background.


Color preview on white background

This text has color #755E89 on white background.



Black color preview on #755E89 background

This text has black color on #755E89 background.


White color preview on #755E89 background

This text has white color on #755E89 background.