COLOR #786478

HEX: #786478
RGB: (120,100,120)

Color info

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

RGB color model

#786478 color RGB value is (120,100,120).

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

RGB channels and saturation

R 120 of 255 = 47%
G 100 of 255 = 39%
B 120 of 255 = 47%

120
100
120

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

Portions of RGB colors in percentages

R + G + B =
120 + 100 + 120 = 340 (100%)
R 120 of 340 ~ 35.29%
G 100 of 340 ~ 29.41%
B 120 of 340 ~ 35.29%

%35.29
%29.41
%35.29

CMYK color model

#786478 color CMYK value is (0,17,0,53).

  • cyan value is 0.00%
  • magenta value is 16.67%
  • yellow value is 0.00%
  • key color value is 52.94%
CMYK: (0,17,0,53) C0M17Y0K53 (0%,17%,0%,53%) (0.00/0.17/0.00/0.53)

CMYK percentages

%0
%16.67
%0
%52.94

Codes

Color #786478 in popluar color models

786478
RGB120100120
HSL300°9.09%43.14%
HSB/HSV300°16.67%47.06%
CMYK0.00%16.67%0.00%
52.94%

Color #786478 in popluar number systems.

HEX786478
Decimal120100120
Binary111100011001001111000
Octal170144170

Shades and tints

Shades of #786478

#786478
(120,100,120)
#6E5B6E
(110,91,110)
#645264
(100,82,100)
#5A495A
(90,73,90)
#504050
(80,64,80)
#463746
(70,55,70)
#3C2E3C
(60,46,60)
#322532
(50,37,50)
#281C28
(40,28,40)
#1E131E
(30,19,30)
#140A14
(20,10,20)
#000000
(0,0,0)

Tints of #786478

#786478
(120,100,120)
#847284
(132,114,132)
#908090
(144,128,144)
#9C8E9C
(156,142,156)
#A89CA8
(168,156,168)
#B4AAB4
(180,170,180)
#C0B8C0
(192,184,192)
#CCC6CC
(204,198,204)
#D8D4D8
(216,212,216)
#E4E2E4
(228,226,228)
#F0F0F0
(240,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #786478; }

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

This text font color is #786478.


Background Color

.myBgColor { background-color: #786478; }

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

This div background color is #786478.


Border color

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

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

This div border color is #786478.


Opacity

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

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

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

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

This text has shadow with #786478 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #786478 on black background.


Color preview on white background

This text has color #786478 on white background.



Black color preview on #786478 background

This text has black color on #786478 background.


White color preview on #786478 background

This text has white color on #786478 background.