COLOR #775579

HEX: #775579
RGB: (119,85,121)

Color info

#775579 contains red, green and blue colors in about the same proportion. Web safe color of #775579 is #666666 (or #666).

RGB color model

#775579 color RGB value is (119,85,121).

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

RGB channels and saturation

R 119 of 255 = 47%
G 85 of 255 = 33%
B 121 of 255 = 47%

119
85
121

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

Portions of RGB colors in percentages

R + G + B =
119 + 85 + 121 = 325 (100%)
R 119 of 325 ~ 36.62%
G 85 of 325 ~ 26.15%
B 121 of 325 ~ 37.23%

%36.62
%26.15
%37.23

CMYK color model

#775579 color CMYK value is (2,30,0,53).

  • cyan value is 1.65%
  • magenta value is 29.75%
  • yellow value is 0.00%
  • key color value is 52.55%
CMYK:
(2,30,0,53)
C2M30Y0K53 
(2%,30%,0%,53%)
(0.02/0.30/0.00/0.53)	

CMYK percentages

%1.65
%29.75
%0
%52.55

Codes

Color #775579 in popluar color models

775579
RGB11985121
HSL297°17.48%40.39%
HSB/HSV297°29.75%47.45%
CMYK1.65%29.75%0.00%
52.55%

Color #775579 in popluar number systems.

HEX775579
Decimal11985121
Binary111011110101011111001
Octal167125171

Shades and tints

Shades of #775579

#775579
(119,85,121)
#6D4E6E
(109,78,110)
#634763
(99,71,99)
#594058
(89,64,88)
#4F394D
(79,57,77)
#453242
(69,50,66)
#3B2B37
(59,43,55)
#31242C
(49,36,44)
#271D21
(39,29,33)
#1D1616
(29,22,22)
#130F0B
(19,15,11)
#000000
(0,0,0)

Tints of #775579

#775579
(119,85,121)
#836485
(131,100,133)
#8F7391
(143,115,145)
#9B829D
(155,130,157)
#A791A9
(167,145,169)
#B3A0B5
(179,160,181)
#BFAFC1
(191,175,193)
#CBBECD
(203,190,205)
#D7CDD9
(215,205,217)
#E3DCE5
(227,220,229)
#EFEBF1
(239,235,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #775579; }

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

This text font color is #775579.


Background Color

.myBgColor { background-color: #775579; }

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

This div background color is #775579.


Border color

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

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

This div border color is #775579.


Opacity

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

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

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

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

This text has shadow with #775579 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #775579 on black background.


Color preview on white background

This text has color #775579 on white background.



Black color preview on #775579 background

This text has black color on #775579 background.


White color preview on #775579 background

This text has white color on #775579 background.