COLOR #775A82

HEX: #775A82
RGB: (119,90,130)

Color info

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

RGB color model

#775A82 color RGB value is (119,90,130).

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

RGB channels and saturation

R 119 of 255 = 47%
G 90 of 255 = 35%
B 130 of 255 = 51%

119
90
130

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

Portions of RGB colors in percentages

R + G + B =
119 + 90 + 130 = 339 (100%)
R 119 of 339 ~ 35.1%
G 90 of 339 ~ 26.55%
B 130 of 339 ~ 38.35%

%35.1
%26.55
%38.35

CMYK color model

#775A82 color CMYK value is (8,31,0,49).

  • cyan value is 8.46%
  • magenta value is 30.77%
  • yellow value is 0.00%
  • key color value is 49.02%
CMYK:
(8,31,0,49)
C8M31Y0K49 
(8%,31%,0%,49%)
(0.08/0.31/0.00/0.49)	

CMYK percentages

%8.46
%30.77
%0
%49.02

Codes

Color #775A82 in popluar color models

775A82
RGB11990130
HSL284°18.18%43.14%
HSB/HSV284°30.77%50.98%
CMYK8.46%30.77%0.00%
49.02%

Color #775A82 in popluar number systems.

HEX775A82
Decimal11990130
Binary1110111101101010000010
Octal167132202

Shades and tints

Shades of #775A82

#775A82
(119,90,130)
#6D5277
(109,82,119)
#634A6C
(99,74,108)
#594261
(89,66,97)
#4F3A56
(79,58,86)
#45324B
(69,50,75)
#3B2A40
(59,42,64)
#312235
(49,34,53)
#271A2A
(39,26,42)
#1D121F
(29,18,31)
#130A14
(19,10,20)
#000000
(0,0,0)

Tints of #775A82

#775A82
(119,90,130)
#83698D
(131,105,141)
#8F7898
(143,120,152)
#9B87A3
(155,135,163)
#A796AE
(167,150,174)
#B3A5B9
(179,165,185)
#BFB4C4
(191,180,196)
#CBC3CF
(203,195,207)
#D7D2DA
(215,210,218)
#E3E1E5
(227,225,229)
#EFF0F0
(239,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #775A82; }

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

This text font color is #775A82.


Background Color

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

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

This div background color is #775A82.


Border color

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

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

This div border color is #775A82.


Opacity

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

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

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

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

This text has shadow with #775A82 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #775A82 on black background.


Color preview on white background

This text has color #775A82 on white background.



Black color preview on #775A82 background

This text has black color on #775A82 background.


White color preview on #775A82 background

This text has white color on #775A82 background.