COLOR #784061

HEX: #784061
RGB: (120,64,97)

Color info

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

RGB color model

#784061 color RGB value is (120,64,97).

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

RGB channels and saturation

R 120 of 255 = 47%
G 64 of 255 = 25%
B 97 of 255 = 38%

120
64
97

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

Portions of RGB colors in percentages

R + G + B =
120 + 64 + 97 = 281 (100%)
R 120 of 281 ~ 42.7%
G 64 of 281 ~ 22.78%
B 97 of 281 ~ 34.52%

%42.7
%22.78
%34.52

CMYK color model

#784061 color CMYK value is (0,47,19,53).

  • cyan value is 0.00%
  • magenta value is 46.67%
  • yellow value is 19.17%
  • key color value is 52.94%
CMYK:
(0,47,19,53)
C0M47Y19K53 
(0%,47%,19%,53%)
(0.00/0.47/0.19/0.53)	

CMYK percentages

%0
%46.67
%19.17
%52.94

Codes

Color #784061 in popluar color models

784061
RGB1206497
HSL325°30.43%36.08%
HSB/HSV325°46.67%47.06%
CMYK0.00%46.67%19.17%
52.94%

Color #784061 in popluar number systems.

HEX784061
Decimal1206497
Binary111100010000001100001
Octal170100141

Shades and tints

Shades of #784061

#784061
(120,64,97)
#6E3B59
(110,59,89)
#643651
(100,54,81)
#5A3149
(90,49,73)
#502C41
(80,44,65)
#462739
(70,39,57)
#3C2231
(60,34,49)
#321D29
(50,29,41)
#281821
(40,24,33)
#1E1319
(30,19,25)
#140E11
(20,14,17)
#000000
(0,0,0)

Tints of #784061

#784061
(120,64,97)
#84516F
(132,81,111)
#90627D
(144,98,125)
#9C738B
(156,115,139)
#A88499
(168,132,153)
#B495A7
(180,149,167)
#C0A6B5
(192,166,181)
#CCB7C3
(204,183,195)
#D8C8D1
(216,200,209)
#E4D9DF
(228,217,223)
#F0EAED
(240,234,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #784061; }

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

This text font color is #784061.


Background Color

.myBgColor { background-color: #784061; }

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

This div background color is #784061.


Border color

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

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

This div border color is #784061.


Opacity

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

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

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

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

This text has shadow with #784061 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #784061 on black background.


Color preview on white background

This text has color #784061 on white background.



Black color preview on #784061 background

This text has black color on #784061 background.


White color preview on #784061 background

This text has white color on #784061 background.