COLOR #755C9A

HEX: #755C9A
RGB: (117,92,154)

Color info

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

RGB color model

#755C9A color RGB value is (117,92,154).

  • red value is 117;
  • green value is 92;
  • blue value is 154.
RGB:
(117,92,154)
(46%,36%,60%)

RGB channels and saturation

R 117 of 255 = 46%
G 92 of 255 = 36%
B 154 of 255 = 60%

117
92
154

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

Portions of RGB colors in percentages

R + G + B =
117 + 92 + 154 = 363 (100%)
R 117 of 363 ~ 32.23%
G 92 of 363 ~ 25.34%
B 154 of 363 ~ 42.42%

%32.23
%25.34
%42.42

CMYK color model

#755C9A color CMYK value is (24,40,0,40).

  • cyan value is 24.03%
  • magenta value is 40.26%
  • yellow value is 0.00%
  • key color value is 39.61%
CMYK:
(24,40,0,40)
C24M40Y0K40 
(24%,40%,0%,40%)
(0.24/0.40/0.00/0.40)	

CMYK percentages

%24.03
%40.26
%0
%39.61

Codes

Color #755C9A in popluar color models

755C9A
RGB11792154
HSL264°25.20%48.24%
HSB/HSV264°40.26%60.39%
CMYK24.03%40.26%0.00%
39.61%

Color #755C9A in popluar number systems.

HEX755C9A
Decimal11792154
Binary1110101101110010011010
Octal165134232

Shades and tints

Shades of #755C9A

#755C9A
(117,92,154)
#6B548C
(107,84,140)
#614C7E
(97,76,126)
#574470
(87,68,112)
#4D3C62
(77,60,98)
#433454
(67,52,84)
#392C46
(57,44,70)
#2F2438
(47,36,56)
#251C2A
(37,28,42)
#1B141C
(27,20,28)
#110C0E
(17,12,14)
#000000
(0,0,0)

Tints of #755C9A

#755C9A
(117,92,154)
#816AA3
(129,106,163)
#8D78AC
(141,120,172)
#9986B5
(153,134,181)
#A594BE
(165,148,190)
#B1A2C7
(177,162,199)
#BDB0D0
(189,176,208)
#C9BED9
(201,190,217)
#D5CCE2
(213,204,226)
#E1DAEB
(225,218,235)
#EDE8F4
(237,232,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #755C9A color. Also use rgb(117,92,154) instead hex code.

Text Font Color

.myTextColor { color: #755C9A; }

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

This text font color is #755C9A.


Background Color

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

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

This div background color is #755C9A.


Border color

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

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

This div border color is #755C9A.


Opacity

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

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

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

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

This text has shadow with #755C9A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #755C9A on black background.


Color preview on white background

This text has color #755C9A on white background.



Black color preview on #755C9A background

This text has black color on #755C9A background.


White color preview on #755C9A background

This text has white color on #755C9A background.