COLOR #755B95

HEX: #755B95
RGB: (117,91,149)

Color info

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

RGB color model

#755B95 color RGB value is (117,91,149).

  • red value is 117;
  • green value is 91;
  • blue value is 149.
RGB:
(117,91,149)
(46%,36%,58%)

RGB channels and saturation

R 117 of 255 = 46%
G 91 of 255 = 36%
B 149 of 255 = 58%

117
91
149

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

Portions of RGB colors in percentages

R + G + B =
117 + 91 + 149 = 357 (100%)
R 117 of 357 ~ 32.77%
G 91 of 357 ~ 25.49%
B 149 of 357 ~ 41.74%

%32.77
%25.49
%41.74

CMYK color model

#755B95 color CMYK value is (21,39,0,42).

  • cyan value is 21.48%
  • magenta value is 38.93%
  • yellow value is 0.00%
  • key color value is 41.57%
CMYK:
(21,39,0,42)
C21M39Y0K42 
(21%,39%,0%,42%)
(0.21/0.39/0.00/0.42)	

CMYK percentages

%21.48
%38.93
%0
%41.57

Codes

Color #755B95 in popluar color models

755B95
RGB11791149
HSL267°24.17%47.06%
HSB/HSV267°38.93%58.43%
CMYK21.48%38.93%0.00%
41.57%

Color #755B95 in popluar number systems.

HEX755B95
Decimal11791149
Binary1110101101101110010101
Octal165133225

Shades and tints

Shades of #755B95

#755B95
(117,91,149)
#6B5388
(107,83,136)
#614B7B
(97,75,123)
#57436E
(87,67,110)
#4D3B61
(77,59,97)
#433354
(67,51,84)
#392B47
(57,43,71)
#2F233A
(47,35,58)
#251B2D
(37,27,45)
#1B1320
(27,19,32)
#110B13
(17,11,19)
#000000
(0,0,0)

Tints of #755B95

#755B95
(117,91,149)
#81699E
(129,105,158)
#8D77A7
(141,119,167)
#9985B0
(153,133,176)
#A593B9
(165,147,185)
#B1A1C2
(177,161,194)
#BDAFCB
(189,175,203)
#C9BDD4
(201,189,212)
#D5CBDD
(213,203,221)
#E1D9E6
(225,217,230)
#EDE7EF
(237,231,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #755B95 color. Also use rgb(117,91,149) instead hex code.

Text Font Color

.myTextColor { color: #755B95; }

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

This text font color is #755B95.


Background Color

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

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

This div background color is #755B95.


Border color

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

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

This div border color is #755B95.


Opacity

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

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

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

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

This text has shadow with #755B95 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #755B95 on black background.


Color preview on white background

This text has color #755B95 on white background.



Black color preview on #755B95 background

This text has black color on #755B95 background.


White color preview on #755B95 background

This text has white color on #755B95 background.