COLOR #786978

HEX: #786978
RGB: (120,105,120)

Color info

#786978 contains red, green and blue colors in about the same proportion. Web safe color of #786978 is #666666 (or #666).

RGB color model

#786978 color RGB value is (120,105,120).

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

RGB channels and saturation

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

120
105
120

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

Portions of RGB colors in percentages

R + G + B =
120 + 105 + 120 = 345 (100%)
R 120 of 345 ~ 34.78%
G 105 of 345 ~ 30.43%
B 120 of 345 ~ 34.78%

%34.78
%30.43
%34.78

CMYK color model

#786978 color CMYK value is (0,13,0,53).

  • cyan value is 0.00%
  • magenta value is 12.50%
  • yellow value is 0.00%
  • key color value is 52.94%
CMYK:
(0,13,0,53)
C0M13Y0K53 
(0%,13%,0%,53%)
(0.00/0.13/0.00/0.53)	

CMYK percentages

%0
%12.5
%0
%52.94

Codes

Color #786978 in popluar color models

786978
RGB120105120
HSL300°6.67%44.12%
HSB/HSV300°12.50%47.06%
CMYK0.00%12.50%0.00%
52.94%

Color #786978 in popluar number systems.

HEX786978
Decimal120105120
Binary111100011010011111000
Octal170151170

Shades and tints

Shades of #786978

#786978
(120,105,120)
#6E606E
(110,96,110)
#645764
(100,87,100)
#5A4E5A
(90,78,90)
#504550
(80,69,80)
#463C46
(70,60,70)
#3C333C
(60,51,60)
#322A32
(50,42,50)
#282128
(40,33,40)
#1E181E
(30,24,30)
#140F14
(20,15,20)
#000000
(0,0,0)

Tints of #786978

#786978
(120,105,120)
#847684
(132,118,132)
#908390
(144,131,144)
#9C909C
(156,144,156)
#A89DA8
(168,157,168)
#B4AAB4
(180,170,180)
#C0B7C0
(192,183,192)
#CCC4CC
(204,196,204)
#D8D1D8
(216,209,216)
#E4DEE4
(228,222,228)
#F0EBF0
(240,235,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #786978; }

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

This text font color is #786978.


Background Color

.myBgColor { background-color: #786978; }

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

This div background color is #786978.


Border color

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

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

This div border color is #786978.


Opacity

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

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

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

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

This text has shadow with #786978 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #786978 on black background.


Color preview on white background

This text has color #786978 on white background.



Black color preview on #786978 background

This text has black color on #786978 background.


White color preview on #786978 background

This text has white color on #786978 background.