COLOR #775582

HEX: #775582
RGB: (119,85,130)

Color info

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

RGB color model

#775582 color RGB value is (119,85,130).

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

RGB channels and saturation

R 119 of 255 = 47%
G 85 of 255 = 33%
B 130 of 255 = 51%

119
85
130

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

Portions of RGB colors in percentages

R + G + B =
119 + 85 + 130 = 334 (100%)
R 119 of 334 ~ 35.63%
G 85 of 334 ~ 25.45%
B 130 of 334 ~ 38.92%

%35.63
%25.45
%38.92

CMYK color model

#775582 color CMYK value is (8,35,0,49).

  • cyan value is 8.46%
  • magenta value is 34.62%
  • yellow value is 0.00%
  • key color value is 49.02%
CMYK:
(8,35,0,49)
C8M35Y0K49 
(8%,35%,0%,49%)
(0.08/0.35/0.00/0.49)	

CMYK percentages

%8.46
%34.62
%0
%49.02

Codes

Color #775582 in popluar color models

775582
RGB11985130
HSL285°20.93%42.16%
HSB/HSV285°34.62%50.98%
CMYK8.46%34.62%0.00%
49.02%

Color #775582 in popluar number systems.

HEX775582
Decimal11985130
Binary1110111101010110000010
Octal167125202

Shades and tints

Shades of #775582

#775582
(119,85,130)
#6D4E77
(109,78,119)
#63476C
(99,71,108)
#594061
(89,64,97)
#4F3956
(79,57,86)
#45324B
(69,50,75)
#3B2B40
(59,43,64)
#312435
(49,36,53)
#271D2A
(39,29,42)
#1D161F
(29,22,31)
#130F14
(19,15,20)
#000000
(0,0,0)

Tints of #775582

#775582
(119,85,130)
#83648D
(131,100,141)
#8F7398
(143,115,152)
#9B82A3
(155,130,163)
#A791AE
(167,145,174)
#B3A0B9
(179,160,185)
#BFAFC4
(191,175,196)
#CBBECF
(203,190,207)
#D7CDDA
(215,205,218)
#E3DCE5
(227,220,229)
#EFEBF0
(239,235,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #775582; }

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

This text font color is #775582.


Background Color

.myBgColor { background-color: #775582; }

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

This div background color is #775582.


Border color

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

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

This div border color is #775582.


Opacity

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

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

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

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

This text has shadow with #775582 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #775582 on black background.


Color preview on white background

This text has color #775582 on white background.



Black color preview on #775582 background

This text has black color on #775582 background.


White color preview on #775582 background

This text has white color on #775582 background.