COLOR #786582

HEX: #786582
RGB: (120,101,130)

Color info

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

RGB color model

#786582 color RGB value is (120,101,130).

  • red value is 120;
  • green value is 101;
  • blue value is 130.
RGB:
(120,101,130)
(47%,40%,51%)

RGB channels and saturation

R 120 of 255 = 47%
G 101 of 255 = 40%
B 130 of 255 = 51%

120
101
130

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

Portions of RGB colors in percentages

R + G + B =
120 + 101 + 130 = 351 (100%)
R 120 of 351 ~ 34.19%
G 101 of 351 ~ 28.77%
B 130 of 351 ~ 37.04%

%34.19
%28.77
%37.04

CMYK color model

#786582 color CMYK value is (8,22,0,49).

  • cyan value is 7.69%
  • magenta value is 22.31%
  • yellow value is 0.00%
  • key color value is 49.02%
CMYK:
(8,22,0,49)
C8M22Y0K49 
(8%,22%,0%,49%)
(0.08/0.22/0.00/0.49)	

CMYK percentages

%7.69
%22.31
%0
%49.02

Codes

Color #786582 in popluar color models

786582
RGB120101130
HSL279°12.55%45.29%
HSB/HSV279°22.31%50.98%
CMYK7.69%22.31%0.00%
49.02%

Color #786582 in popluar number systems.

HEX786582
Decimal120101130
Binary1111000110010110000010
Octal170145202

Shades and tints

Shades of #786582

#786582
(120,101,130)
#6E5C77
(110,92,119)
#64536C
(100,83,108)
#5A4A61
(90,74,97)
#504156
(80,65,86)
#46384B
(70,56,75)
#3C2F40
(60,47,64)
#322635
(50,38,53)
#281D2A
(40,29,42)
#1E141F
(30,20,31)
#140B14
(20,11,20)
#000000
(0,0,0)

Tints of #786582

#786582
(120,101,130)
#84738D
(132,115,141)
#908198
(144,129,152)
#9C8FA3
(156,143,163)
#A89DAE
(168,157,174)
#B4ABB9
(180,171,185)
#C0B9C4
(192,185,196)
#CCC7CF
(204,199,207)
#D8D5DA
(216,213,218)
#E4E3E5
(228,227,229)
#F0F1F0
(240,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #786582 color. Also use rgb(120,101,130) instead hex code.

Text Font Color

.myTextColor { color: #786582; }

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

This text font color is #786582.


Background Color

.myBgColor { background-color: #786582; }

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

This div background color is #786582.


Border color

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

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

This div border color is #786582.


Opacity

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

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

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

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

This text has shadow with #786582 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #786582 on black background.


Color preview on white background

This text has color #786582 on white background.



Black color preview on #786582 background

This text has black color on #786582 background.


White color preview on #786582 background

This text has white color on #786582 background.