COLOR #784064

HEX: #784064
RGB: (120,64,100)

Color info

#784064 contains red, green and blue colors in about the same proportion. Web safe color of #784064 is #663366 (or #636).

RGB color model

#784064 color RGB value is (120,64,100).

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

RGB channels and saturation

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

120
64
100

R + G + B ~ 37%. #784064 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
120 + 64 + 100 = 284 (100%)
R 120 of 284 ~ 42.25%
G 64 of 284 ~ 22.54%
B 100 of 284 ~ 35.21%

%42.25
%22.54
%35.21

CMYK color model

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

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

CMYK percentages

%0
%46.67
%16.67
%52.94

Codes

Color #784064 in popluar color models

784064
RGB12064100
HSL321°30.43%36.08%
HSB/HSV321°46.67%47.06%
CMYK0.00%46.67%16.67%
52.94%

Color #784064 in popluar number systems.

HEX784064
Decimal12064100
Binary111100010000001100100
Octal170100144

Shades and tints

Shades of #784064

#784064
(120,64,100)
#6E3B5B
(110,59,91)
#643652
(100,54,82)
#5A3149
(90,49,73)
#502C40
(80,44,64)
#462737
(70,39,55)
#3C222E
(60,34,46)
#321D25
(50,29,37)
#28181C
(40,24,28)
#1E1313
(30,19,19)
#140E0A
(20,14,10)
#000000
(0,0,0)

Tints of #784064

#784064
(120,64,100)
#845172
(132,81,114)
#906280
(144,98,128)
#9C738E
(156,115,142)
#A8849C
(168,132,156)
#B495AA
(180,149,170)
#C0A6B8
(192,166,184)
#CCB7C6
(204,183,198)
#D8C8D4
(216,200,212)
#E4D9E2
(228,217,226)
#F0EAF0
(240,234,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #784064; }

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

This text font color is #784064.


Background Color

.myBgColor { background-color: #784064; }

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

This div background color is #784064.


Border color

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

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

This div border color is #784064.


Opacity

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

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

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

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

This text has shadow with #784064 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #784064 on black background.


Color preview on white background

This text has color #784064 on white background.



Black color preview on #784064 background

This text has black color on #784064 background.


White color preview on #784064 background

This text has white color on #784064 background.