COLOR #775695

HEX: #775695
RGB: (119,86,149)

Color info

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

RGB color model

#775695 color RGB value is (119,86,149).

  • red value is 119;
  • green value is 86;
  • blue value is 149.
RGB:
(119,86,149)
(47%,34%,58%)

RGB channels and saturation

R 119 of 255 = 47%
G 86 of 255 = 34%
B 149 of 255 = 58%

119
86
149

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

Portions of RGB colors in percentages

R + G + B =
119 + 86 + 149 = 354 (100%)
R 119 of 354 ~ 33.62%
G 86 of 354 ~ 24.29%
B 149 of 354 ~ 42.09%

%33.62
%24.29
%42.09

CMYK color model

#775695 color CMYK value is (20,42,0,42).

  • cyan value is 20.13%
  • magenta value is 42.28%
  • yellow value is 0.00%
  • key color value is 41.57%
CMYK:
(20,42,0,42)
C20M42Y0K42 
(20%,42%,0%,42%)
(0.20/0.42/0.00/0.42)	

CMYK percentages

%20.13
%42.28
%0
%41.57

Codes

Color #775695 in popluar color models

775695
RGB11986149
HSL271°26.81%46.08%
HSB/HSV271°42.28%58.43%
CMYK20.13%42.28%0.00%
41.57%

Color #775695 in popluar number systems.

HEX775695
Decimal11986149
Binary1110111101011010010101
Octal167126225

Shades and tints

Shades of #775695

#775695
(119,86,149)
#6D4F88
(109,79,136)
#63487B
(99,72,123)
#59416E
(89,65,110)
#4F3A61
(79,58,97)
#453354
(69,51,84)
#3B2C47
(59,44,71)
#31253A
(49,37,58)
#271E2D
(39,30,45)
#1D1720
(29,23,32)
#131013
(19,16,19)
#000000
(0,0,0)

Tints of #775695

#775695
(119,86,149)
#83659E
(131,101,158)
#8F74A7
(143,116,167)
#9B83B0
(155,131,176)
#A792B9
(167,146,185)
#B3A1C2
(179,161,194)
#BFB0CB
(191,176,203)
#CBBFD4
(203,191,212)
#D7CEDD
(215,206,221)
#E3DDE6
(227,221,230)
#EFECEF
(239,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #775695 color. Also use rgb(119,86,149) instead hex code.

Text Font Color

.myTextColor { color: #775695; }

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

This text font color is #775695.


Background Color

.myBgColor { background-color: #775695; }

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

This div background color is #775695.


Border color

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

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

This div border color is #775695.


Opacity

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

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

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

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

This text has shadow with #775695 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #775695 on black background.


Color preview on white background

This text has color #775695 on white background.



Black color preview on #775695 background

This text has black color on #775695 background.


White color preview on #775695 background

This text has white color on #775695 background.