COLOR #755E8B

HEX: #755E8B RGB: (117,94,139)

Color info

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

RGB color model

#755E8B color RGB value is (117,94,139).

RGB: (117,94,139) (46%, 37%, 55%)

RGB channels and saturation

R 117 of 255 = 46%
G 94 of 255 = 37%
B 139 of 255 = 55%

117
94
139

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

Portions of RGB colors in percentages

R + G + B = 117 + 94 + 139 = 350 (100%)
R 117 of 350 ~ 33.43%
G 94 of 350 ~ 26.86%
B 139 of 350 ~ 39.71'%

%33.43
%26.86
%39.71

CMYK color model

#755E8B color CMYK value is (16,32,0,45).

  • cyan value is 15.83%
  • magenta value is 32.37%
  • yellow value is 0.00%
  • key color value is 45.49%

CMYK: (16,32,0,45)
C16M32Y0K45 (16%, 32%, 0%, 45%)
(0.16 / 0.32 / 0.00 / 0.45)

CMYK percentages

%15.83
%32.37
%0
%45.49

Codes

Color #755E8B in popluar color models

75 5E 8B
RGB 117 94 139
HSL 271° 19.31% 45.69%
HSB/HSV 271° 32.37% 54.51%
CMYK 15.83% 32.37% 0.00%
45.49%

Color #755E8B in popluar number systems.

HEX 75 5E 8B
Decimal 117 94 139
Binary 1110101 1011110 10001011
Octal 165 136 213

Shades and tints

Shades of #755E8B

#755E8B
(117,94,139)
#6B567F
(107,86,127)
#614E73
(97,78,115)
#574667
(87,70,103)
#4D3E5B
(77,62,91)
#43364F
(67,54,79)
#392E43
(57,46,67)
#2F2637
(47,38,55)
#251E2B
(37,30,43)
#1B161F
(27,22,31)
#110E13
(17,14,19)
#000000
(0,0,0)

Tints of #755E8B

#755E8B
(117,94,139)
#816C95
(129,108,149)
#8D7A9F
(141,122,159)
#9988A9
(153,136,169)
#A596B3
(165,150,179)
#B1A4BD
(177,164,189)
#BDB2C7
(189,178,199)
#C9C0D1
(201,192,209)
#D5CEDB
(213,206,219)
#E1DCE5
(225,220,229)
#EDEAEF
(237,234,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #755E8B; }

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

This text font color is #755E8B.

Background Color

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

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

This div background color is #755E8B.

Border color

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

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

This div border color is #755E8B.

Opacity

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

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

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

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

This text has shadow with #755E8B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #755E8B.

Preview

Color preview on black background

This text has color #755E8B on black background.


Color preview on white background

This text has color #755E8B on white background.


Black color preview on #755E8B background

This text has black color on #755E8B background.


White color preview on #755E8B background

This text has white color on #755E8B background.


Related colors

Complementary color

Complementary color for #hex is #8AA174.


I love getcolorcode.com

Triadic colors

1 #8B755E and #5E8B75 with #755E8B are triadic colors.

2 #8B5E75 and #5E758B with #755E8B are triadic colors.