COLOR #786982

HEX: #786982
RGB: (120,105,130)

Color info

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

RGB color model

#786982 color RGB value is (120,105,130).

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

RGB channels and saturation

R 120 of 255 = 47%
G 105 of 255 = 41%
B 130 of 255 = 51%

120
105
130

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

Portions of RGB colors in percentages

R + G + B =
120 + 105 + 130 = 355 (100%)
R 120 of 355 ~ 33.8%
G 105 of 355 ~ 29.58%
B 130 of 355 ~ 36.62%

%33.8
%29.58
%36.62

CMYK color model

#786982 color CMYK value is (8,19,0,49).

  • cyan value is 7.69%
  • magenta value is 19.23%
  • yellow value is 0.00%
  • key color value is 49.02%
CMYK:
(8,19,0,49)
C8M19Y0K49 
(8%,19%,0%,49%)
(0.08/0.19/0.00/0.49)	

CMYK percentages

%7.69
%19.23
%0
%49.02

Codes

Color #786982 in popluar color models

786982
RGB120105130
HSL276°10.64%46.08%
HSB/HSV276°19.23%50.98%
CMYK7.69%19.23%0.00%
49.02%

Color #786982 in popluar number systems.

HEX786982
Decimal120105130
Binary1111000110100110000010
Octal170151202

Shades and tints

Shades of #786982

#786982
(120,105,130)
#6E6077
(110,96,119)
#64576C
(100,87,108)
#5A4E61
(90,78,97)
#504556
(80,69,86)
#463C4B
(70,60,75)
#3C3340
(60,51,64)
#322A35
(50,42,53)
#28212A
(40,33,42)
#1E181F
(30,24,31)
#140F14
(20,15,20)
#000000
(0,0,0)

Tints of #786982

#786982
(120,105,130)
#84768D
(132,118,141)
#908398
(144,131,152)
#9C90A3
(156,144,163)
#A89DAE
(168,157,174)
#B4AAB9
(180,170,185)
#C0B7C4
(192,183,196)
#CCC4CF
(204,196,207)
#D8D1DA
(216,209,218)
#E4DEE5
(228,222,229)
#F0EBF0
(240,235,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #786982; }

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

This text font color is #786982.


Background Color

.myBgColor { background-color: #786982; }

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

This div background color is #786982.


Border color

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

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

This div border color is #786982.


Opacity

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

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

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

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

This text has shadow with #786982 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #786982 on black background.


Color preview on white background

This text has color #786982 on white background.



Black color preview on #786982 background

This text has black color on #786982 background.


White color preview on #786982 background

This text has white color on #786982 background.