COLOR #775083

HEX: #775083
RGB: (119,80,131)

Color info

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

RGB color model

#775083 color RGB value is (119,80,131).

  • red value is 119;
  • green value is 80;
  • blue value is 131.
RGB:
(119,80,131)
(47%,31%,51%)

RGB channels and saturation

R 119 of 255 = 47%
G 80 of 255 = 31%
B 131 of 255 = 51%

119
80
131

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

Portions of RGB colors in percentages

R + G + B =
119 + 80 + 131 = 330 (100%)
R 119 of 330 ~ 36.06%
G 80 of 330 ~ 24.24%
B 131 of 330 ~ 39.7%

%36.06
%24.24
%39.7

CMYK color model

#775083 color CMYK value is (9,39,0,49).

  • cyan value is 9.16%
  • magenta value is 38.93%
  • yellow value is 0.00%
  • key color value is 48.63%
CMYK:
(9,39,0,49)
C9M39Y0K49 
(9%,39%,0%,49%)
(0.09/0.39/0.00/0.49)	

CMYK percentages

%9.16
%38.93
%0
%48.63

Codes

Color #775083 in popluar color models

775083
RGB11980131
HSL286°24.17%41.37%
HSB/HSV286°38.93%51.37%
CMYK9.16%38.93%0.00%
48.63%

Color #775083 in popluar number systems.

HEX775083
Decimal11980131
Binary1110111101000010000011
Octal167120203

Shades and tints

Shades of #775083

#775083
(119,80,131)
#6D4978
(109,73,120)
#63426D
(99,66,109)
#593B62
(89,59,98)
#4F3457
(79,52,87)
#452D4C
(69,45,76)
#3B2641
(59,38,65)
#311F36
(49,31,54)
#27182B
(39,24,43)
#1D1120
(29,17,32)
#130A15
(19,10,21)
#000000
(0,0,0)

Tints of #775083

#775083
(119,80,131)
#835F8E
(131,95,142)
#8F6E99
(143,110,153)
#9B7DA4
(155,125,164)
#A78CAF
(167,140,175)
#B39BBA
(179,155,186)
#BFAAC5
(191,170,197)
#CBB9D0
(203,185,208)
#D7C8DB
(215,200,219)
#E3D7E6
(227,215,230)
#EFE6F1
(239,230,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #775083 color. Also use rgb(119,80,131) instead hex code.

Text Font Color

.myTextColor { color: #775083; }

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

This text font color is #775083.


Background Color

.myBgColor { background-color: #775083; }

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

This div background color is #775083.


Border color

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

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

This div border color is #775083.


Opacity

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

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

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

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

This text has shadow with #775083 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #775083 on black background.


Color preview on white background

This text has color #775083 on white background.



Black color preview on #775083 background

This text has black color on #775083 background.


White color preview on #775083 background

This text has white color on #775083 background.