COLOR #784F63

HEX: #784F63
RGB: (120,79,99)

Color info

#784F63 contains red, green and blue colors in about the same proportion. Web safe color of #784F63 is #666666 (or #666).

RGB color model

#784F63 color RGB value is (120,79,99).

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

RGB channels and saturation

R 120 of 255 = 47%
G 79 of 255 = 31%
B 99 of 255 = 39%

120
79
99

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

Portions of RGB colors in percentages

R + G + B =
120 + 79 + 99 = 298 (100%)
R 120 of 298 ~ 40.27%
G 79 of 298 ~ 26.51%
B 99 of 298 ~ 33.22%

%40.27
%26.51
%33.22

CMYK color model

#784F63 color CMYK value is (0,34,18,53).

  • cyan value is 0.00%
  • magenta value is 34.17%
  • yellow value is 17.50%
  • key color value is 52.94%
CMYK:
(0,34,18,53)
C0M34Y18K53 
(0%,34%,18%,53%)
(0.00/0.34/0.18/0.53)	

CMYK percentages

%0
%34.17
%17.5
%52.94

Codes

Color #784F63 in popluar color models

784F63
RGB1207999
HSL331°20.60%39.02%
HSB/HSV331°34.17%47.06%
CMYK0.00%34.17%17.50%
52.94%

Color #784F63 in popluar number systems.

HEX784F63
Decimal1207999
Binary111100010011111100011
Octal170117143

Shades and tints

Shades of #784F63

#784F63
(120,79,99)
#6E485A
(110,72,90)
#644151
(100,65,81)
#5A3A48
(90,58,72)
#50333F
(80,51,63)
#462C36
(70,44,54)
#3C252D
(60,37,45)
#321E24
(50,30,36)
#28171B
(40,23,27)
#1E1012
(30,16,18)
#140909
(20,9,9)
#000000
(0,0,0)

Tints of #784F63

#784F63
(120,79,99)
#845F71
(132,95,113)
#906F7F
(144,111,127)
#9C7F8D
(156,127,141)
#A88F9B
(168,143,155)
#B49FA9
(180,159,169)
#C0AFB7
(192,175,183)
#CCBFC5
(204,191,197)
#D8CFD3
(216,207,211)
#E4DFE1
(228,223,225)
#F0EFEF
(240,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #784F63; }

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

This text font color is #784F63.


Background Color

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

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

This div background color is #784F63.


Border color

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

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

This div border color is #784F63.


Opacity

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

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

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

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

This text has shadow with #784F63 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #784F63 on black background.


Color preview on white background

This text has color #784F63 on white background.



Black color preview on #784F63 background

This text has black color on #784F63 background.


White color preview on #784F63 background

This text has white color on #784F63 background.