COLOR #755EA0

HEX: #755EA0
RGB: (117,94,160)

Color info

#755EA0 contains mainly red and blue colors. Web safe color of #755EA0 is #666699 (or #669).

RGB color model

#755EA0 color RGB value is (117,94,160).

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

RGB channels and saturation

R 117 of 255 = 46%
G 94 of 255 = 37%
B 160 of 255 = 63%

117
94
160

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

Portions of RGB colors in percentages

R + G + B =
117 + 94 + 160 = 371 (100%)
R 117 of 371 ~ 31.54%
G 94 of 371 ~ 25.34%
B 160 of 371 ~ 43.13%

%31.54
%25.34
%43.13

CMYK color model

#755EA0 color CMYK value is (27,41,0,37).

  • cyan value is 26.88%
  • magenta value is 41.25%
  • yellow value is 0.00%
  • key color value is 37.25%
CMYK:
(27,41,0,37)
C27M41Y0K37 
(27%,41%,0%,37%)
(0.27/0.41/0.00/0.37)	

CMYK percentages

%26.88
%41.25
%0
%37.25

Codes

Color #755EA0 in popluar color models

755EA0
RGB11794160
HSL261°25.98%49.80%
HSB/HSV261°41.25%62.75%
CMYK26.88%41.25%0.00%
37.25%

Color #755EA0 in popluar number systems.

HEX755EA0
Decimal11794160
Binary1110101101111010100000
Octal165136240

Shades and tints

Shades of #755EA0

#755EA0
(117,94,160)
#6B5692
(107,86,146)
#614E84
(97,78,132)
#574676
(87,70,118)
#4D3E68
(77,62,104)
#43365A
(67,54,90)
#392E4C
(57,46,76)
#2F263E
(47,38,62)
#251E30
(37,30,48)
#1B1622
(27,22,34)
#110E14
(17,14,20)
#000000
(0,0,0)

Tints of #755EA0

#755EA0
(117,94,160)
#816CA8
(129,108,168)
#8D7AB0
(141,122,176)
#9988B8
(153,136,184)
#A596C0
(165,150,192)
#B1A4C8
(177,164,200)
#BDB2D0
(189,178,208)
#C9C0D8
(201,192,216)
#D5CEE0
(213,206,224)
#E1DCE8
(225,220,232)
#EDEAF0
(237,234,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #755EA0; }

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

This text font color is #755EA0.


Background Color

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

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

This div background color is #755EA0.


Border color

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

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

This div border color is #755EA0.


Opacity

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

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

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

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

This text has shadow with #755EA0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #755EA0 on black background.


Color preview on white background

This text has color #755EA0 on white background.



Black color preview on #755EA0 background

This text has black color on #755EA0 background.


White color preview on #755EA0 background

This text has white color on #755EA0 background.