COLOR #775E90

HEX: #775E90
RGB: (119,94,144)

Color info

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

RGB color model

#775E90 color RGB value is (119,94,144).

  • red value is 119;
  • green value is 94;
  • blue value is 144.
RGB:
(119,94,144)
(47%,37%,56%)

RGB channels and saturation

R 119 of 255 = 47%
G 94 of 255 = 37%
B 144 of 255 = 56%

119
94
144

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

Portions of RGB colors in percentages

R + G + B =
119 + 94 + 144 = 357 (100%)
R 119 of 357 ~ 33.33%
G 94 of 357 ~ 26.33%
B 144 of 357 ~ 40.34%

%33.33
%26.33
%40.34

CMYK color model

#775E90 color CMYK value is (17,35,0,44).

  • cyan value is 17.36%
  • magenta value is 34.72%
  • yellow value is 0.00%
  • key color value is 43.53%
CMYK:
(17,35,0,44)
C17M35Y0K44 
(17%,35%,0%,44%)
(0.17/0.35/0.00/0.44)	

CMYK percentages

%17.36
%34.72
%0
%43.53

Codes

Color #775E90 in popluar color models

775E90
RGB11994144
HSL270°21.01%46.67%
HSB/HSV270°34.72%56.47%
CMYK17.36%34.72%0.00%
43.53%

Color #775E90 in popluar number systems.

HEX775E90
Decimal11994144
Binary1110111101111010010000
Octal167136220

Shades and tints

Shades of #775E90

#775E90
(119,94,144)
#6D5683
(109,86,131)
#634E76
(99,78,118)
#594669
(89,70,105)
#4F3E5C
(79,62,92)
#45364F
(69,54,79)
#3B2E42
(59,46,66)
#312635
(49,38,53)
#271E28
(39,30,40)
#1D161B
(29,22,27)
#130E0E
(19,14,14)
#000000
(0,0,0)

Tints of #775E90

#775E90
(119,94,144)
#836C9A
(131,108,154)
#8F7AA4
(143,122,164)
#9B88AE
(155,136,174)
#A796B8
(167,150,184)
#B3A4C2
(179,164,194)
#BFB2CC
(191,178,204)
#CBC0D6
(203,192,214)
#D7CEE0
(215,206,224)
#E3DCEA
(227,220,234)
#EFEAF4
(239,234,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #775E90 color. Also use rgb(119,94,144) instead hex code.

Text Font Color

.myTextColor { color: #775E90; }

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

This text font color is #775E90.


Background Color

.myBgColor { background-color: #775E90; }

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

This div background color is #775E90.


Border color

.myBorderColor { border: 1px solid #775E90; }

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

This div border color is #775E90.


Opacity

.myOpacity80 { color: #775E90; opacity: 0.8; }

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

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

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

This text has shadow with #775E90 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #775E90 on black background.


Color preview on white background

This text has color #775E90 on white background.



Black color preview on #775E90 background

This text has black color on #775E90 background.


White color preview on #775E90 background

This text has white color on #775E90 background.