COLOR #755E88

HEX: #755E88 RGB: (117,94,136)

Color info

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

RGB color model

#755E88 color RGB value is (117,94,136).

RGB: (117,94,136) (46%, 37%, 53%)

RGB channels and saturation

R 117 of 255 = 46%
G 94 of 255 = 37%
B 136 of 255 = 53%

117
94
136

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

Portions of RGB colors in percentages

R + G + B = 117 + 94 + 136 = 347 (100%)
R 117 of 347 ~ 33.72%
G 94 of 347 ~ 27.09%
B 136 of 347 ~ 39.19'%

%33.72
%27.09
%39.19

CMYK color model

#755E88 color CMYK value is (14,31,0,47).

  • cyan value is 13.97%
  • magenta value is 30.88%
  • yellow value is 0.00%
  • key color value is 46.67%

CMYK: (14,31,0,47)
C14M31Y0K47 (14%, 31%, 0%, 47%)
(0.14 / 0.31 / 0.00 / 0.47)

CMYK percentages

%13.97
%30.88
%0
%46.67

Codes

Color #755E88 in popluar color models

75 5E 88
RGB 117 94 136
HSL 273° 18.26% 45.10%
HSB/HSV 273° 30.88% 53.33%
CMYK 13.97% 30.88% 0.00%
46.67%

Color #755E88 in popluar number systems.

HEX 75 5E 88
Decimal 117 94 136
Binary 1110101 1011110 10001000
Octal 165 136 210

Shades and tints

Shades of #755E88

#755E88
(117,94,136)
#6B567C
(107,86,124)
#614E70
(97,78,112)
#574664
(87,70,100)
#4D3E58
(77,62,88)
#43364C
(67,54,76)
#392E40
(57,46,64)
#2F2634
(47,38,52)
#251E28
(37,30,40)
#1B161C
(27,22,28)
#110E10
(17,14,16)
#000000
(0,0,0)

Tints of #755E88

#755E88
(117,94,136)
#816C92
(129,108,146)
#8D7A9C
(141,122,156)
#9988A6
(153,136,166)
#A596B0
(165,150,176)
#B1A4BA
(177,164,186)
#BDB2C4
(189,178,196)
#C9C0CE
(201,192,206)
#D5CED8
(213,206,216)
#E1DCE2
(225,220,226)
#EDEAEC
(237,234,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #755E88; }

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

This text font color is #755E88.

Background Color

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

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

This div background color is #755E88.

Border color

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

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

This div border color is #755E88.

Opacity

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

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

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

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

This text has shadow with #755E88 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #755E88.

Preview

Color preview on black background

This text has color #755E88 on black background.


Color preview on white background

This text has color #755E88 on white background.


Black color preview on #755E88 background

This text has black color on #755E88 background.


White color preview on #755E88 background

This text has white color on #755E88 background.


Related colors

Complementary color

Complementary color for #hex is #8AA177.


I love getcolorcode.com

Triadic colors

1 #88755E and #5E8875 with #755E88 are triadic colors.

2 #885E75 and #5E7588 with #755E88 are triadic colors.