COLOR #755C97

HEX: #755C97
RGB: (117,92,151)

Color info

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

RGB color model

#755C97 color RGB value is (117,92,151).

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

RGB channels and saturation

R 117 of 255 = 46%
G 92 of 255 = 36%
B 151 of 255 = 59%

117
92
151

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

Portions of RGB colors in percentages

R + G + B =
117 + 92 + 151 = 360 (100%)
R 117 of 360 ~ 32.5%
G 92 of 360 ~ 25.56%
B 151 of 360 ~ 41.94%

%32.5
%25.56
%41.94

CMYK color model

#755C97 color CMYK value is (23,39,0,41).

  • cyan value is 22.52%
  • magenta value is 39.07%
  • yellow value is 0.00%
  • key color value is 40.78%
CMYK:
(23,39,0,41)
C23M39Y0K41 
(23%,39%,0%,41%)
(0.23/0.39/0.00/0.41)	

CMYK percentages

%22.52
%39.07
%0
%40.78

Codes

Color #755C97 in popluar color models

755C97
RGB11792151
HSL265°24.28%47.65%
HSB/HSV265°39.07%59.22%
CMYK22.52%39.07%0.00%
40.78%

Color #755C97 in popluar number systems.

HEX755C97
Decimal11792151
Binary1110101101110010010111
Octal165134227

Shades and tints

Shades of #755C97

#755C97
(117,92,151)
#6B548A
(107,84,138)
#614C7D
(97,76,125)
#574470
(87,68,112)
#4D3C63
(77,60,99)
#433456
(67,52,86)
#392C49
(57,44,73)
#2F243C
(47,36,60)
#251C2F
(37,28,47)
#1B1422
(27,20,34)
#110C15
(17,12,21)
#000000
(0,0,0)

Tints of #755C97

#755C97
(117,92,151)
#816AA0
(129,106,160)
#8D78A9
(141,120,169)
#9986B2
(153,134,178)
#A594BB
(165,148,187)
#B1A2C4
(177,162,196)
#BDB0CD
(189,176,205)
#C9BED6
(201,190,214)
#D5CCDF
(213,204,223)
#E1DAE8
(225,218,232)
#EDE8F1
(237,232,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #755C97; }

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

This text font color is #755C97.


Background Color

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

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

This div background color is #755C97.


Border color

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

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

This div border color is #755C97.


Opacity

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

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

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

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

This text has shadow with #755C97 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #755C97 on black background.


Color preview on white background

This text has color #755C97 on white background.



Black color preview on #755C97 background

This text has black color on #755C97 background.


White color preview on #755C97 background

This text has white color on #755C97 background.