COLOR #784961

HEX: #784961
RGB: (120,73,97)

Color info

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

RGB color model

#784961 color RGB value is (120,73,97).

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

RGB channels and saturation

R 120 of 255 = 47%
G 73 of 255 = 29%
B 97 of 255 = 38%

120
73
97

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

Portions of RGB colors in percentages

R + G + B =
120 + 73 + 97 = 290 (100%)
R 120 of 290 ~ 41.38%
G 73 of 290 ~ 25.17%
B 97 of 290 ~ 33.45%

%41.38
%25.17
%33.45

CMYK color model

#784961 color CMYK value is (0,39,19,53).

  • cyan value is 0.00%
  • magenta value is 39.17%
  • yellow value is 19.17%
  • key color value is 52.94%
CMYK:
(0,39,19,53)
C0M39Y19K53 
(0%,39%,19%,53%)
(0.00/0.39/0.19/0.53)	

CMYK percentages

%0
%39.17
%19.17
%52.94

Codes

Color #784961 in popluar color models

784961
RGB1207397
HSL329°24.35%37.84%
HSB/HSV329°39.17%47.06%
CMYK0.00%39.17%19.17%
52.94%

Color #784961 in popluar number systems.

HEX784961
Decimal1207397
Binary111100010010011100001
Octal170111141

Shades and tints

Shades of #784961

#784961
(120,73,97)
#6E4359
(110,67,89)
#643D51
(100,61,81)
#5A3749
(90,55,73)
#503141
(80,49,65)
#462B39
(70,43,57)
#3C2531
(60,37,49)
#321F29
(50,31,41)
#281921
(40,25,33)
#1E1319
(30,19,25)
#140D11
(20,13,17)
#000000
(0,0,0)

Tints of #784961

#784961
(120,73,97)
#84596F
(132,89,111)
#90697D
(144,105,125)
#9C798B
(156,121,139)
#A88999
(168,137,153)
#B499A7
(180,153,167)
#C0A9B5
(192,169,181)
#CCB9C3
(204,185,195)
#D8C9D1
(216,201,209)
#E4D9DF
(228,217,223)
#F0E9ED
(240,233,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #784961; }

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

This text font color is #784961.


Background Color

.myBgColor { background-color: #784961; }

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

This div background color is #784961.


Border color

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

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

This div border color is #784961.


Opacity

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

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

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

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

This text has shadow with #784961 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #784961 on black background.


Color preview on white background

This text has color #784961 on white background.



Black color preview on #784961 background

This text has black color on #784961 background.


White color preview on #784961 background

This text has white color on #784961 background.