COLOR #775091

HEX: #775091
RGB: (119,80,145)

Color info

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

RGB color model

#775091 color RGB value is (119,80,145).

  • red value is 119;
  • green value is 80;
  • blue value is 145.
RGB:
(119,80,145)
(47%,31%,57%)

RGB channels and saturation

R 119 of 255 = 47%
G 80 of 255 = 31%
B 145 of 255 = 57%

119
80
145

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

Portions of RGB colors in percentages

R + G + B =
119 + 80 + 145 = 344 (100%)
R 119 of 344 ~ 34.59%
G 80 of 344 ~ 23.26%
B 145 of 344 ~ 42.15%

%34.59
%23.26
%42.15

CMYK color model

#775091 color CMYK value is (18,45,0,43).

  • cyan value is 17.93%
  • magenta value is 44.83%
  • yellow value is 0.00%
  • key color value is 43.14%
CMYK:
(18,45,0,43)
C18M45Y0K43 
(18%,45%,0%,43%)
(0.18/0.45/0.00/0.43)	

CMYK percentages

%17.93
%44.83
%0
%43.14

Codes

Color #775091 in popluar color models

775091
RGB11980145
HSL276°28.89%44.12%
HSB/HSV276°44.83%56.86%
CMYK17.93%44.83%0.00%
43.14%

Color #775091 in popluar number systems.

HEX775091
Decimal11980145
Binary1110111101000010010001
Octal167120221

Shades and tints

Shades of #775091

#775091
(119,80,145)
#6D4984
(109,73,132)
#634277
(99,66,119)
#593B6A
(89,59,106)
#4F345D
(79,52,93)
#452D50
(69,45,80)
#3B2643
(59,38,67)
#311F36
(49,31,54)
#271829
(39,24,41)
#1D111C
(29,17,28)
#130A0F
(19,10,15)
#000000
(0,0,0)

Tints of #775091

#775091
(119,80,145)
#835F9B
(131,95,155)
#8F6EA5
(143,110,165)
#9B7DAF
(155,125,175)
#A78CB9
(167,140,185)
#B39BC3
(179,155,195)
#BFAACD
(191,170,205)
#CBB9D7
(203,185,215)
#D7C8E1
(215,200,225)
#E3D7EB
(227,215,235)
#EFE6F5
(239,230,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #775091 color. Also use rgb(119,80,145) instead hex code.

Text Font Color

.myTextColor { color: #775091; }

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

This text font color is #775091.


Background Color

.myBgColor { background-color: #775091; }

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

This div background color is #775091.


Border color

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

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

This div border color is #775091.


Opacity

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

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

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

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

This text has shadow with #775091 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #775091 on black background.


Color preview on white background

This text has color #775091 on white background.



Black color preview on #775091 background

This text has black color on #775091 background.


White color preview on #775091 background

This text has white color on #775091 background.