COLOR #784B63

HEX: #784B63
RGB: (120,75,99)

Color info

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

RGB color model

#784B63 color RGB value is (120,75,99).

  • red value is 120;
  • green value is 75;
  • blue value is 99.
RGB:
(120,75,99)
(47%,29%,39%)

RGB channels and saturation

R 120 of 255 = 47%
G 75 of 255 = 29%
B 99 of 255 = 39%

120
75
99

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

Portions of RGB colors in percentages

R + G + B =
120 + 75 + 99 = 294 (100%)
R 120 of 294 ~ 40.82%
G 75 of 294 ~ 25.51%
B 99 of 294 ~ 33.67%

%40.82
%25.51
%33.67

CMYK color model

#784B63 color CMYK value is (0,38,18,53).

  • cyan value is 0.00%
  • magenta value is 37.50%
  • yellow value is 17.50%
  • key color value is 52.94%
CMYK:
(0,38,18,53)
C0M38Y18K53 
(0%,38%,18%,53%)
(0.00/0.38/0.18/0.53)	

CMYK percentages

%0
%37.5
%17.5
%52.94

Codes

Color #784B63 in popluar color models

784B63
RGB1207599
HSL328°23.08%38.24%
HSB/HSV328°37.50%47.06%
CMYK0.00%37.50%17.50%
52.94%

Color #784B63 in popluar number systems.

HEX784B63
Decimal1207599
Binary111100010010111100011
Octal170113143

Shades and tints

Shades of #784B63

#784B63
(120,75,99)
#6E455A
(110,69,90)
#643F51
(100,63,81)
#5A3948
(90,57,72)
#50333F
(80,51,63)
#462D36
(70,45,54)
#3C272D
(60,39,45)
#322124
(50,33,36)
#281B1B
(40,27,27)
#1E1512
(30,21,18)
#140F09
(20,15,9)
#000000
(0,0,0)

Tints of #784B63

#784B63
(120,75,99)
#845B71
(132,91,113)
#906B7F
(144,107,127)
#9C7B8D
(156,123,141)
#A88B9B
(168,139,155)
#B49BA9
(180,155,169)
#C0ABB7
(192,171,183)
#CCBBC5
(204,187,197)
#D8CBD3
(216,203,211)
#E4DBE1
(228,219,225)
#F0EBEF
(240,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #784B63 color. Also use rgb(120,75,99) instead hex code.

Text Font Color

.myTextColor { color: #784B63; }

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

This text font color is #784B63.


Background Color

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

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

This div background color is #784B63.


Border color

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

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

This div border color is #784B63.


Opacity

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

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

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

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

This text has shadow with #784B63 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #784B63 on black background.


Color preview on white background

This text has color #784B63 on white background.



Black color preview on #784B63 background

This text has black color on #784B63 background.


White color preview on #784B63 background

This text has white color on #784B63 background.