COLOR #775599

HEX: #775599
RGB: (119,85,153)

Color info

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

RGB color model

#775599 color RGB value is (119,85,153).

  • red value is 119;
  • green value is 85;
  • blue value is 153.
RGB:
(119,85,153)
(47%,33%,60%)

RGB channels and saturation

R 119 of 255 = 47%
G 85 of 255 = 33%
B 153 of 255 = 60%

119
85
153

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

Portions of RGB colors in percentages

R + G + B =
119 + 85 + 153 = 357 (100%)
R 119 of 357 ~ 33.33%
G 85 of 357 ~ 23.81%
B 153 of 357 ~ 42.86%

%33.33
%23.81
%42.86

CMYK color model

#775599 color CMYK value is (22,44,0,40).

  • cyan value is 22.22%
  • magenta value is 44.44%
  • yellow value is 0.00%
  • key color value is 40.00%
CMYK:
(22,44,0,40)
C22M44Y0K40 
(22%,44%,0%,40%)
(0.22/0.44/0.00/0.40)	

CMYK percentages

%22.22
%44.44
%0
%40

Codes

Color #775599 in popluar color models

775599
RGB11985153
HSL270°28.57%46.67%
HSB/HSV270°44.44%60.00%
CMYK22.22%44.44%0.00%
40.00%

Color #775599 in popluar number systems.

HEX775599
Decimal11985153
Binary1110111101010110011001
Octal167125231

Shades and tints

Shades of #775599

#775599
(119,85,153)
#6D4E8C
(109,78,140)
#63477F
(99,71,127)
#594072
(89,64,114)
#4F3965
(79,57,101)
#453258
(69,50,88)
#3B2B4B
(59,43,75)
#31243E
(49,36,62)
#271D31
(39,29,49)
#1D1624
(29,22,36)
#130F17
(19,15,23)
#000000
(0,0,0)

Tints of #775599

#775599
(119,85,153)
#8364A2
(131,100,162)
#8F73AB
(143,115,171)
#9B82B4
(155,130,180)
#A791BD
(167,145,189)
#B3A0C6
(179,160,198)
#BFAFCF
(191,175,207)
#CBBED8
(203,190,216)
#D7CDE1
(215,205,225)
#E3DCEA
(227,220,234)
#EFEBF3
(239,235,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #775599 color. Also use rgb(119,85,153) instead hex code.

Text Font Color

.myTextColor { color: #775599; }

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

This text font color is #775599.


Background Color

.myBgColor { background-color: #775599; }

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

This div background color is #775599.


Border color

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

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

This div border color is #775599.


Opacity

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

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

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

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

This text has shadow with #775599 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #775599 on black background.


Color preview on white background

This text has color #775599 on white background.



Black color preview on #775599 background

This text has black color on #775599 background.


White color preview on #775599 background

This text has white color on #775599 background.