COLOR #755790

HEX: #755790
RGB: (117,87,144)

Color info

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

RGB color model

#755790 color RGB value is (117,87,144).

  • red value is 117;
  • green value is 87;
  • blue value is 144.
RGB:
(117,87,144)
(46%,34%,56%)

RGB channels and saturation

R 117 of 255 = 46%
G 87 of 255 = 34%
B 144 of 255 = 56%

117
87
144

R + G + B ~ 45%. #755790 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
117 + 87 + 144 = 348 (100%)
R 117 of 348 ~ 33.62%
G 87 of 348 ~ 25%
B 144 of 348 ~ 41.38%

%33.62
%25
%41.38

CMYK color model

#755790 color CMYK value is (19,40,0,44).

  • cyan value is 18.75%
  • magenta value is 39.58%
  • yellow value is 0.00%
  • key color value is 43.53%
CMYK:
(19,40,0,44)
C19M40Y0K44 
(19%,40%,0%,44%)
(0.19/0.40/0.00/0.44)	

CMYK percentages

%18.75
%39.58
%0
%43.53

Codes

Color #755790 in popluar color models

755790
RGB11787144
HSL272°24.68%45.29%
HSB/HSV272°39.58%56.47%
CMYK18.75%39.58%0.00%
43.53%

Color #755790 in popluar number systems.

HEX755790
Decimal11787144
Binary1110101101011110010000
Octal165127220

Shades and tints

Shades of #755790

#755790
(117,87,144)
#6B5083
(107,80,131)
#614976
(97,73,118)
#574269
(87,66,105)
#4D3B5C
(77,59,92)
#43344F
(67,52,79)
#392D42
(57,45,66)
#2F2635
(47,38,53)
#251F28
(37,31,40)
#1B181B
(27,24,27)
#11110E
(17,17,14)
#000000
(0,0,0)

Tints of #755790

#755790
(117,87,144)
#81669A
(129,102,154)
#8D75A4
(141,117,164)
#9984AE
(153,132,174)
#A593B8
(165,147,184)
#B1A2C2
(177,162,194)
#BDB1CC
(189,177,204)
#C9C0D6
(201,192,214)
#D5CFE0
(213,207,224)
#E1DEEA
(225,222,234)
#EDEDF4
(237,237,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #755790 color. Also use rgb(117,87,144) instead hex code.

Text Font Color

.myTextColor { color: #755790; }

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

This text font color is #755790.


Background Color

.myBgColor { background-color: #755790; }

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

This div background color is #755790.


Border color

.myBorderColor { border: 1px solid #755790; }

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

This div border color is #755790.


Opacity

.myOpacity80 { color: #755790; opacity: 0.8; }

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

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

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

This text has shadow with #755790 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #755790 on black background.


Color preview on white background

This text has color #755790 on white background.



Black color preview on #755790 background

This text has black color on #755790 background.


White color preview on #755790 background

This text has white color on #755790 background.