COLOR #784068

HEX: #784068
RGB: (120,64,104)

Color info

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

RGB color model

#784068 color RGB value is (120,64,104).

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

RGB channels and saturation

R 120 of 255 = 47%
G 64 of 255 = 25%
B 104 of 255 = 41%

120
64
104

R + G + B ~ 38%. #784068 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
120 + 64 + 104 = 288 (100%)
R 120 of 288 ~ 41.67%
G 64 of 288 ~ 22.22%
B 104 of 288 ~ 36.11%

%41.67
%22.22
%36.11

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 46.67%
  • yellow value is 13.33%
  • key color value is 52.94%
CMYK:
(0,47,13,53)
C0M47Y13K53 
(0%,47%,13%,53%)
(0.00/0.47/0.13/0.53)	

CMYK percentages

%0
%46.67
%13.33
%52.94

Codes

Color #784068 in popluar color models

784068
RGB12064104
HSL317°30.43%36.08%
HSB/HSV317°46.67%47.06%
CMYK0.00%46.67%13.33%
52.94%

Color #784068 in popluar number systems.

HEX784068
Decimal12064104
Binary111100010000001101000
Octal170100150

Shades and tints

Shades of #784068

#784068
(120,64,104)
#6E3B5F
(110,59,95)
#643656
(100,54,86)
#5A314D
(90,49,77)
#502C44
(80,44,68)
#46273B
(70,39,59)
#3C2232
(60,34,50)
#321D29
(50,29,41)
#281820
(40,24,32)
#1E1317
(30,19,23)
#140E0E
(20,14,14)
#000000
(0,0,0)

Tints of #784068

#784068
(120,64,104)
#845175
(132,81,117)
#906282
(144,98,130)
#9C738F
(156,115,143)
#A8849C
(168,132,156)
#B495A9
(180,149,169)
#C0A6B6
(192,166,182)
#CCB7C3
(204,183,195)
#D8C8D0
(216,200,208)
#E4D9DD
(228,217,221)
#F0EAEA
(240,234,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #784068; }

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

This text font color is #784068.


Background Color

.myBgColor { background-color: #784068; }

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

This div background color is #784068.


Border color

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

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

This div border color is #784068.


Opacity

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

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

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

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

This text has shadow with #784068 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #784068 on black background.


Color preview on white background

This text has color #784068 on white background.



Black color preview on #784068 background

This text has black color on #784068 background.


White color preview on #784068 background

This text has white color on #784068 background.