COLOR #784D64

HEX: #784D64
RGB: (120,77,100)

Color info

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

RGB color model

#784D64 color RGB value is (120,77,100).

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

RGB channels and saturation

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

120
77
100

R + G + B ~ 39%. #784D64 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
120 + 77 + 100 = 297 (100%)
R 120 of 297 ~ 40.4%
G 77 of 297 ~ 25.93%
B 100 of 297 ~ 33.67%

%40.4
%25.93
%33.67

CMYK color model

#784D64 color CMYK value is (0,36,17,53).

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

CMYK percentages

%0
%35.83
%16.67
%52.94

Codes

Color #784D64 in popluar color models

784D64
RGB12077100
HSL328°21.83%38.63%
HSB/HSV328°35.83%47.06%
CMYK0.00%35.83%16.67%
52.94%

Color #784D64 in popluar number systems.

HEX784D64
Decimal12077100
Binary111100010011011100100
Octal170115144

Shades and tints

Shades of #784D64

#784D64
(120,77,100)
#6E465B
(110,70,91)
#643F52
(100,63,82)
#5A3849
(90,56,73)
#503140
(80,49,64)
#462A37
(70,42,55)
#3C232E
(60,35,46)
#321C25
(50,28,37)
#28151C
(40,21,28)
#1E0E13
(30,14,19)
#14070A
(20,7,10)
#000000
(0,0,0)

Tints of #784D64

#784D64
(120,77,100)
#845D72
(132,93,114)
#906D80
(144,109,128)
#9C7D8E
(156,125,142)
#A88D9C
(168,141,156)
#B49DAA
(180,157,170)
#C0ADB8
(192,173,184)
#CCBDC6
(204,189,198)
#D8CDD4
(216,205,212)
#E4DDE2
(228,221,226)
#F0EDF0
(240,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #784D64; }

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

This text font color is #784D64.


Background Color

.myBgColor { background-color: #784D64; }

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

This div background color is #784D64.


Border color

.myBorderColor { border: 1px solid #784D64; }

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

This div border color is #784D64.


Opacity

.myOpacity80 { color: #784D64; opacity: 0.8; }

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

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

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

This text has shadow with #784D64 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #784D64 on black background.


Color preview on white background

This text has color #784D64 on white background.



Black color preview on #784D64 background

This text has black color on #784D64 background.


White color preview on #784D64 background

This text has white color on #784D64 background.