COLOR #755F91

HEX: #755F91
RGB: (117,95,145)

Color info

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

RGB color model

#755F91 color RGB value is (117,95,145).

  • red value is 117;
  • green value is 95;
  • blue value is 145.
RGB:
(117,95,145)
(46%,37%,57%)

RGB channels and saturation

R 117 of 255 = 46%
G 95 of 255 = 37%
B 145 of 255 = 57%

117
95
145

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

Portions of RGB colors in percentages

R + G + B =
117 + 95 + 145 = 357 (100%)
R 117 of 357 ~ 32.77%
G 95 of 357 ~ 26.61%
B 145 of 357 ~ 40.62%

%32.77
%26.61
%40.62

CMYK color model

#755F91 color CMYK value is (19,34,0,43).

  • cyan value is 19.31%
  • magenta value is 34.48%
  • yellow value is 0.00%
  • key color value is 43.14%
CMYK:
(19,34,0,43)
C19M34Y0K43 
(19%,34%,0%,43%)
(0.19/0.34/0.00/0.43)	

CMYK percentages

%19.31
%34.48
%0
%43.14

Codes

Color #755F91 in popluar color models

755F91
RGB11795145
HSL266°20.83%47.06%
HSB/HSV266°34.48%56.86%
CMYK19.31%34.48%0.00%
43.14%

Color #755F91 in popluar number systems.

HEX755F91
Decimal11795145
Binary1110101101111110010001
Octal165137221

Shades and tints

Shades of #755F91

#755F91
(117,95,145)
#6B5784
(107,87,132)
#614F77
(97,79,119)
#57476A
(87,71,106)
#4D3F5D
(77,63,93)
#433750
(67,55,80)
#392F43
(57,47,67)
#2F2736
(47,39,54)
#251F29
(37,31,41)
#1B171C
(27,23,28)
#110F0F
(17,15,15)
#000000
(0,0,0)

Tints of #755F91

#755F91
(117,95,145)
#816D9B
(129,109,155)
#8D7BA5
(141,123,165)
#9989AF
(153,137,175)
#A597B9
(165,151,185)
#B1A5C3
(177,165,195)
#BDB3CD
(189,179,205)
#C9C1D7
(201,193,215)
#D5CFE1
(213,207,225)
#E1DDEB
(225,221,235)
#EDEBF5
(237,235,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #755F91 color. Also use rgb(117,95,145) instead hex code.

Text Font Color

.myTextColor { color: #755F91; }

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

This text font color is #755F91.


Background Color

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

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

This div background color is #755F91.


Border color

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

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

This div border color is #755F91.


Opacity

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

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

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

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

This text has shadow with #755F91 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #755F91 on black background.


Color preview on white background

This text has color #755F91 on white background.



Black color preview on #755F91 background

This text has black color on #755F91 background.


White color preview on #755F91 background

This text has white color on #755F91 background.